From 92fac902420a3f17bc75c39f10f72b78b8fb8bbb Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Fri, 9 Feb 2018 22:00:13 +0100 Subject: community/julia: upgrade to 0.6.2 --- community/julia/0005-fix-rpath-issues.patch | 2 +- community/julia/0008-ldconfig-compat.patch | 2 +- community/julia/APKBUILD | 18 +++++++++--------- community/julia/find-syslibs | 0 community/julia/fix-or-disable-broken-tests.patch | 4 ++-- .../julia/test-disable-tests-using-fake_pty.patch | 2 +- community/julia/test-libgit2-skip-SSL_CERT_FILE.patch | 2 +- 7 files changed, 15 insertions(+), 15 deletions(-) mode change 100755 => 100644 community/julia/find-syslibs (limited to 'community/julia') diff --git a/community/julia/0005-fix-rpath-issues.patch b/community/julia/0005-fix-rpath-issues.patch index 82c537756e..268dc4b651 100644 --- a/community/julia/0005-fix-rpath-issues.patch +++ b/community/julia/0005-fix-rpath-issues.patch @@ -1,6 +1,6 @@ --- a/Make.inc +++ b/Make.inc -@@ -873,7 +873,7 @@ +@@ -898,7 +898,7 @@ RPATH_ESCAPED_ORIGIN := $(RPATH_ORIGIN) RPATH_LIB := -Wl,-rpath,'@loader_path/' -Wl,-rpath,'@loader_path/julia/' else diff --git a/community/julia/0008-ldconfig-compat.patch b/community/julia/0008-ldconfig-compat.patch index 1d5fcd988b..d02237714e 100644 --- a/community/julia/0008-ldconfig-compat.patch +++ b/community/julia/0008-ldconfig-compat.patch @@ -13,7 +13,7 @@ See https://github.com/JuliaLang/julia/issues/6742. --- a/src/runtime_ccall.cpp +++ b/src/runtime_ccall.cpp -@@ -30,7 +30,7 @@ +@@ -31,7 +31,7 @@ char *line=NULL; size_t sz=0; #if defined(__linux__) diff --git a/community/julia/APKBUILD b/community/julia/APKBUILD index 973a811f27..4aee711743 100644 --- a/community/julia/APKBUILD +++ b/community/julia/APKBUILD @@ -2,9 +2,9 @@ # Contributor: Shiz # Maintainer: Shiz pkgname=julia -pkgver=0.6.0 +pkgver=0.6.2 # Keep in sync with deps/libuv.version. -_libuv_ver=52d72a52cc7ccd570929990f010ed16e2ec604c8 +_libuv_ver=d8ab1c6a33e77bf155facb54215dd8798e13825d _llvm_ver=3.9 pkgrel=0 pkgdesc="A high-level, high-performance dynamic language for technical computing" @@ -171,16 +171,16 @@ dbg() { mv "$pkgdir"/usr/lib/julia/*-debug.* "$subpkgdir"/usr/lib/julia/ } -sha512sums="da21b35eb2c682c0fb8720974a76759c51fe993f10e6af5ca4864fc7f0bb6c90d880b706eb798476c7228bae2db19ff0825add6a2abde2961f16a93a3050cb69 julia-0.6.0.tar.gz -4bf9c8b16617691b70ea43c667ecc575d2a06b3d0c347b949d10360c012138585a13ecea5e18de81b1585a96cf7734b7cc3d6072490898f1d5531c702cf5afab libuv-52d72a52cc7ccd570929990f010ed16e2ec604c8.tar.gz +sha512sums="679050463ed5825d34c477bd44cd91cfecc7d1735a2f52cc70b509afd9883cb60902861643266ecac5ba6cbb03f8fcdd12fc2e87dc41b9ed0eef813fa40610f1 julia-0.6.2.tar.gz +272e3cc7b1290ef19cc941c3b3e6dd39dba7dcb26f0aea8e667c48c56288aa9266020504e0cc90074f02881521b3352079416f564c7eb24ab444326a8f04ca64 libuv-d8ab1c6a33e77bf155facb54215dd8798e13825d.tar.gz 43eaf66d9cb3748012b2dfd77da1b41f667c5c7602a56bea8186b796b215bde82d555d79ab053378c2222521396354dcce5cf23a78fa3b1456062c47771c8433 UnicodeData.txt 0283c7b0ff7dd99ae79f6ddac63513ce7d58ba31de506a3fee07af9b8882ddc275d0f9cb002381ba1e304bcacf252612fa16b21b85667422477e6b945b725899 find-syslibs f812b05b7712975eaef0bf071dd2c1cd0b21c68b18d6a513878bb8fe877bfcadf9f4b9dd8cd27b6809378de5b250a010301e7a90169677d155ad2ba377e8b428 0001-hardened.patch 52bbaff51c7d0299e875294b43e23773bcdbe1bc7d02b670814d051bb4f1224bba507182944dc739adb07acd10d3d7f5a0ac7c270c28d3a760d36d90520a2f16 0002-verbose-build.patch 04ab09428c299ca1cc7f162d2344763d9b9136c209a6718df62689f421b4925af20a7b739513965dcbdcbf191577b15d48ece08d63c6db21f8742c02d56a2ea0 0003-no-clean-docs.patch -9875b3cdc49bcc2812ea52b2e25836ba22058dbad94287c9aa7c4e4ee48b7819655588a08d49cb9a3c73431ff6969b3b7eb140fc96dc5b0d64777c3027e06538 0005-fix-rpath-issues.patch -a66526aee8745875b254f0d27db78b10e76cd8489f4601c77b82674a31ee7a0cf417af8b24a520e069a464303ad7f0077b75543e197eaba48a75b960c9f81a05 0008-ldconfig-compat.patch -3f2a6cf439aaada90872b869972f17b506d2f39758f3e2407c3e5f6b28082e7797ed6f2d7e4bace56e02809fe94f879c2a34e22216aa19b08a452371b81e7462 fix-or-disable-broken-tests.patch -be3eea9d7506796a48171d244e61e8ee3f69ee659aa65ee738a7ec08499566a014bd6ee21ba39ec97e74d734a8b45b7ec1f5a630a96a31a6d4e17b274107b640 test-disable-tests-using-fake_pty.patch -a97a16e3b36c7c192c1133139c87b7b3a719cef645dd2435828b5b5468f4f9beb3bba0e02bb68935319dc150d0c4ccd4728c9eaedc9e2ddee2d823e881f36e2c test-libgit2-skip-SSL_CERT_FILE.patch +e1257c42b819bbdcdca74c7b912c1e0e43d6ba70c5e8625d6141bb2dcc49abbab5a8690046bf6cc14cb058b972a74cb60eea6162a48f280035f69154cd25d657 0005-fix-rpath-issues.patch +251b3b8f9d5292afbff5816f48f6595b61da95322f5fa137260cde5b0e578aa08c2b8fc28d8031cace306403637b21f80d30edca79978ae5493b170a0db7143c 0008-ldconfig-compat.patch +e989a1f39a68de3378cedd6d009ae07af1888eb7a39b2f18c2441c06b75305f0cff90d8bef28bb2d0d84422435713060ffe07f244994a2941d591c66ac1cb131 fix-or-disable-broken-tests.patch +8d4608dd90735ffdbdb04e1dc27fc9702624e45969ab379401d5b605cccf78dea9a79d713995358b552532ae938212ee0f032e5ce7e6c28edb30c49c02b58e7b test-disable-tests-using-fake_pty.patch +87267dd0402d8e70dd511bd79c7edfc3d1b5db7dbbdc9618832adb73ab7d34c6eed2c347fe74bf93757cc6b4f573ed7918d733b3bbf3653eab06f65a74428ff4 test-libgit2-skip-SSL_CERT_FILE.patch fc5eef406d84b60fdf1c837aa1f5bd0e7a205c311853d0ae8b2b237e2eb750d7da2152632d866d372174918a3953746620f2bf130596ab2b027ca389a6816edd test-repl-disable-22176-20482.patch" diff --git a/community/julia/find-syslibs b/community/julia/find-syslibs old mode 100755 new mode 100644 diff --git a/community/julia/fix-or-disable-broken-tests.patch b/community/julia/fix-or-disable-broken-tests.patch index be82b33d29..51d5311044 100644 --- a/community/julia/fix-or-disable-broken-tests.patch +++ b/community/julia/fix-or-disable-broken-tests.patch @@ -11,7 +11,7 @@ test/read.jl: ditto. --- a/test/spawn.jl +++ b/test/spawn.jl -@@ -428,7 +428,7 @@ +@@ -439,7 +439,7 @@ end catch ex isa(ex, Base.UVError) || rethrow(ex) @@ -68,7 +68,7 @@ test/read.jl: ditto. # test that chown doesn't cause any errors for Windows --- a/test/read.jl +++ b/test/read.jl -@@ -462,8 +462,8 @@ +@@ -466,8 +466,8 @@ @test eof(f1) @test_throws Base.UVError eof(f2) if get(ENV, "USER", "") != "root" && get(ENV, "HOME", "") != "/root" diff --git a/community/julia/test-disable-tests-using-fake_pty.patch b/community/julia/test-disable-tests-using-fake_pty.patch index a0ecd4aa35..e954e317fa 100644 --- a/community/julia/test-disable-tests-using-fake_pty.patch +++ b/community/julia/test-disable-tests-using-fake_pty.patch @@ -25,7 +25,7 @@ Error During Test nENV["TERM"] = "dumb" --- a/test/libgit2.jl +++ b/test/libgit2.jl -@@ -1268,7 +1268,7 @@ +@@ -1270,7 +1270,7 @@ # The following tests require that we can fake a TTY so that we can provide passwords # which use the `getpass` function. At the moment we can only fake this on UNIX based # systems. diff --git a/community/julia/test-libgit2-skip-SSL_CERT_FILE.patch b/community/julia/test-libgit2-skip-SSL_CERT_FILE.patch index 51457abe9d..60e0404e0f 100644 --- a/community/julia/test-libgit2-skip-SSL_CERT_FILE.patch +++ b/community/julia/test-libgit2-skip-SSL_CERT_FILE.patch @@ -14,7 +14,7 @@ Stacktrace: --- a/test/libgit2.jl +++ b/test/libgit2.jl -@@ -1694,8 +1694,8 @@ +@@ -1696,8 +1696,8 @@ err = open(errfile, "r") do f deserialize(f) end -- cgit v1.2.3