knot: update to version 3.0.1
authorJan Hak <redacted>
Mon, 26 Oct 2020 10:06:41 +0000 (11:06 +0100)
committerHannu Nyman <redacted>
Mon, 26 Oct 2020 15:45:32 +0000 (17:45 +0200)
definition of PSELECT_COMPAT could be removed many years ago, is no longer needed

Signed-off-by: Jan Hak <redacted>
net/knot/Makefile

index 928740f0c97e8af617046fe71f82c75edee98c7f..9d01a2e6c1890ffb2d7133d589a210c438bc554b 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT