From: Vladimír Čunát Date: Wed, 9 Aug 2017 15:28:26 +0000 (+0200) Subject: bootstrap-depends.sh: update packages X-Git-Tag: v1.4.0~21^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e149dceac5fa159cad2a1c3638dfadd18aca2e6;p=thirdparty%2Fknot-resolver.git bootstrap-depends.sh: update packages --- diff --git a/scripts/bootstrap-depends.sh b/scripts/bootstrap-depends.sh index 51b3751a1..a452d3d83 100755 --- a/scripts/bootstrap-depends.sh +++ b/scripts/bootstrap-depends.sh @@ -5,9 +5,9 @@ SCRIPT_DIR=$(dirname $(pwd)/${0}) CMOCKA_TAG="cmocka-1.1.0" CMOCKA_URL="git://git.cryptomilk.org/projects/cmocka.git" -LIBUV_TAG="v1.10.2" +LIBUV_TAG="v1.13.1" LIBUV_URL="https://github.com/libuv/libuv.git" -KNOT_TAG="v2.4.2" +KNOT_TAG="v2.5.3" KNOT_URL="https://github.com/CZ-NIC/knot.git" GMP_TAG="6.1.1" # GMP 6.1.2 is broken on Travis-CI GMP_URL="https://gmplib.org/download/gmp/gmp-${GMP_TAG}.tar.xz" @@ -15,9 +15,9 @@ JANSSON_TAG="2.9" JANSSON_URL="http://www.digip.org/jansson/releases/jansson-${JANSSON_TAG}.tar.gz" NETTLE_TAG="3.3" NETTLE_URL="https://ftp.gnu.org/gnu/nettle/nettle-${NETTLE_TAG}.tar.gz" -GNUTLS_TAG="3.5.8" +GNUTLS_TAG="3.5.14" GNUTLS_URL="ftp://ftp.gnutls.org/gcrypt/gnutls/v3.5/gnutls-${GNUTLS_TAG}.tar.xz" -LUA_VER="2.1.0-beta2" +LUA_VER="2.1.0-beta3" LUA_URL="https://github.com/LuaJIT/LuaJIT.git" HIREDIS_TAG="v0.13.3" HIREDIS_URL="https://github.com/redis/hiredis.git"