pdns-recursor: update to 4.8.6 (fixes CVE-2023-50387, CVE-2023-50868)
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Tue, 13 Feb 2024 14:28:01 +0000 (15:28 +0100)
committerTianling Shen <cnsztl@gmail.com>
Fri, 16 Feb 2024 06:05:23 +0000 (14:05 +0800)
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
net/pdns-recursor/Makefile
net/pdns-recursor/patches/100-disable-recursor.conf-dist.patch

index 5f284bf7ad634f8c74e5e5655939d73fba6ed6ac..c27712ca5bdbc1df1bab3000c9306ded9b047734 100644 (file)
@@ -1,12 +1,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=pdns-recursor
-PKG_VERSION:=4.7.4
+PKG_VERSION:=4.8.6
 PKG_RELEASE:=$(AUTORELEASE)
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=https://downloads.powerdns.com/releases/
-PKG_HASH:=17b5c7c881e3f400bb3b527dd866e5cf2cd62d5d33566b1b70b58c608d9968d5
+PKG_HASH:=1ff4087ef12e6fc68fccd22c97215fd7f01038d7ad46715e9ffe7494e9926d95
 
 PKG_MAINTAINER:=Peter van Dijk <peter.van.dijk@powerdns.com>
 PKG_LICENCE:=GPL-2.0-only
index 5dc6a4de279186beabc0613e49f7835760baaec3..ab7aa69770a4c76fa144aeba11243108e7956ee8 100644 (file)
@@ -1,6 +1,6 @@
 --- a/Makefile.am
 +++ b/Makefile.am
-@@ -492,12 +492,6 @@ $(srcdir)/effective_tld_names.dat:
+@@ -503,12 +503,6 @@ $(srcdir)/effective_tld_names.dat:
  pubsuffix.cc: $(srcdir)/effective_tld_names.dat
        $(AM_V_GEN)./mkpubsuffixcc
  
@@ -8,7 +8,7 @@
 -sysconf_DATA = recursor.conf-dist
 -
 -recursor.conf-dist: pdns_recursor
--      $(AM_V_GEN)./pdns_recursor --config > $@
+-      $(AM_V_GEN)./pdns_recursor --config=default > $@
 -
  ## Manpages
  MANPAGES=pdns_recursor.1 \