diff options
author | Jan Hak <jan.hak@nic.cz> | 2020-10-26 11:06:41 +0100 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2020-10-26 17:45:32 +0200 |
commit | 4069bb1e727a00d68352ff6baefac9f5a94e156f (patch) | |
tree | 6032523bb9614f0bfddd3f088f1467250cceae20 /net/knot | |
parent | c2e509360372c866670cdfd6b534efcb604da462 (diff) |
knot: update to version 3.0.1
definition of PSELECT_COMPAT could be removed many years ago, is no longer needed
Signed-off-by: Jan Hak <jan.hak@nic.cz>
Diffstat (limited to 'net/knot')
-rw-r--r-- | net/knot/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/knot/Makefile b/net/knot/Makefile index 928740f0c..9d01a2e6c 100644 --- a/net/knot/Makefile +++ b/net/knot/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=knot -PKG_VERSION:=2.9.6 +PKG_VERSION:=3.0.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://secure.nic.cz/files/knot-dns/ -PKG_HASH:=bf742883c6825b54f19f2dadca2c94fec1ff8bdcf0a52388e2e167937594b2e7 +PKG_HASH:=97af6724b04308f691392c80d75564ff8b246871f2f59c4f03cede3c4dd401bb PKG_MAINTAINER:=Daniel Salzman <daniel.salzman@nic.cz> PKG_LICENSE:=GPL-3.0 LGPL-2.0 0BSD BSD-3-Clause OLDAP-2.8 @@ -157,7 +157,7 @@ CONFIGURE_ARGS += \ --with-configdir=/etc/knot \ --with-conf-mapsize=20 -TARGET_CFLAGS += -DPSELECT_COMPAT -DNDEBUG +TARGET_CFLAGS += -DNDEBUG define Package/knot/conffiles /etc/knot/knot.conf |