diff options
author | sbyx <steven@midlink.org> | 2014-09-16 11:20:50 +0200 |
---|---|---|
committer | sbyx <steven@midlink.org> | 2014-09-16 11:20:50 +0200 |
commit | ab9becdc10197d909ae9aa7fe486d4ed1c55ada1 (patch) | |
tree | 26906347385eb8595ff439a85348dcc5add563f6 /net | |
parent | 319c980c7fe156da68f386948ff5ce587480176c (diff) | |
parent | 3dfcab5c486ea28c6556713e52abf4c6bb0d29c5 (diff) |
Merge pull request #313 from salzmdan/master
knot: update to 1.5.3
Diffstat (limited to 'net')
-rw-r--r-- | net/knot/Makefile | 8 | ||||
-rw-r--r-- | net/knot/patches/03_zscanner_tests.patch | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/net/knot/Makefile b/net/knot/Makefile index 9d84334f5..23740b229 100644 --- a/net/knot/Makefile +++ b/net/knot/Makefile @@ -8,13 +8,16 @@ include $(TOPDIR)/rules.mk PKG_NAME:=knot -PKG_VERSION:=1.5.1 +PKG_VERSION:=1.5.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_URL:=https://secure.nic.cz/files/knot-dns/ -PKG_MD5SUM:=4109648a538d35babea8379993c34996 +PKG_MD5SUM:=bab73ec83ad7f1d64bb765bf0c72caae + +PKG_MAINTAINER:=Daniel Salzman <daniel.salzman@nic.cz> +PKG_LICENSE:=GPL-2.0+ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_BUILD_PARALLEL:=1 @@ -28,7 +31,6 @@ define Package/knot/Default CATEGORY:=Network TITLE:=Knot DNS URL:=https://www.knot-dns.cz - MAINTAINER:=daniel.salzman@nic.cz SUBMENU:=IP Addresses and Names DEPENDS:=+libopenssl +liburcu endef diff --git a/net/knot/patches/03_zscanner_tests.patch b/net/knot/patches/03_zscanner_tests.patch index 74be97830..279df2799 100644 --- a/net/knot/patches/03_zscanner_tests.patch +++ b/net/knot/patches/03_zscanner_tests.patch @@ -34,8 +34,8 @@ index 846f351..272856c 100644 TESTS_DIR="$SOURCE"/data ZSCANNER_TOOL="$BUILD"/zscanner-tool --plan 68 -+plan 66 +-plan 69 ++plan 67 mkdir -p "$TMPDIR"/includes/ for a in 1 2 3 4 5 6; do |