]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
KNOT_MINVER := 2.7.1
authorVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 13 Aug 2018 15:21:02 +0000 (17:21 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 14 Aug 2018 08:36:13 +0000 (10:36 +0200)
Makefile
scripts/bootstrap-depends.sh

index de7ff56aca35ea0e502982f925c7c616bc9f11cb..2e76eb8181f6d3cedf0e87cb55722b7be9aeab64 100644 (file)
--- 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))
index 1ffff42cbf386199611e86780aad7951a93efe2a..212027cd4a4c417ac477a070c12e4620a5d7705f 100755 (executable)
@@ -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"