From: Vladimír Čunát Date: Mon, 13 Aug 2018 15:21:02 +0000 (+0200) Subject: KNOT_MINVER := 2.7.1 X-Git-Tag: v3.0.0~6^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ba44fd7cb9b14079412f7ae3dc03f0e7879b3eeb;p=thirdparty%2Fknot-resolver.git KNOT_MINVER := 2.7.1 --- diff --git a/Makefile b/Makefile index de7ff56ac..2e76eb818 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ lint-lua: $(patsubst %.lua.in,%.lua,$(wildcard */*/*.lua.in)) .PHONY: all install check clean doc info lint # Dependencies -KNOT_MINVER := 2.6.7 +KNOT_MINVER := 2.7.1 $(eval $(call find_lib,libknot,$(KNOT_MINVER),yes)) $(eval $(call find_lib,libdnssec,$(KNOT_MINVER),yes)) $(eval $(call find_lib,libzscanner,$(KNOT_MINVER),yes)) diff --git a/scripts/bootstrap-depends.sh b/scripts/bootstrap-depends.sh index 1ffff42cb..212027cd4 100755 --- a/scripts/bootstrap-depends.sh +++ b/scripts/bootstrap-depends.sh @@ -7,7 +7,7 @@ CMOCKA_TAG="cmocka-1.1.1" CMOCKA_URL="git://git.cryptomilk.org/projects/cmocka.git" LIBUV_TAG="v1.18.0" LIBUV_URL="https://github.com/libuv/libuv.git" -KNOT_TAG="v2.6.7" +KNOT_TAG="v2.7.1" 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"