aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaap Akkerhuis <jaap@NLnetLabs.nl>2024-08-03 23:20:11 +0000
committerVladimir Druzenko <vvd@FreeBSD.org>2024-08-03 23:20:11 +0000
commit0a32a8de9823f75d1412d4d1817b850d06796dfb (patch)
treec07709c3763e5f6c96a0c64c824b8ae1c1ca6501
parent594b1f10cfb63340f4eca8e3adab7f59870cd4bc (diff)
downloadports-0a32a8de9823f75d1412d4d1817b850d06796dfb.tar.gz
ports-0a32a8de9823f75d1412d4d1817b850d06796dfb.zip
dns/nsd: Update 4.10.0 → 4.10.1
The fallback parser, used on systems that lack SSE4.2 and AVX2 instruction sets, contained some bugs with regards to state keeping and under certain circumstances a use after free bug was encountered in buffer management. News: https://nlnetlabs.nl/news/2024/Aug/02/nsd-4.10.1-released/ Changelog: https://nlnetlabs.nl/projects/nsd/download/#nsd-4-10-1 https://github.com/NLnetLabs/nsd/releases/tag/NSD_4_10_1_REL While here: - remove GNU_CONFIGURE_MANPREFIX; - remove NSDMAX_IPS?=512 - it has not been used for 9 years: https://cgit.freebsd.org/ports/commit/?id=2aec7160bb627488d8aa78ecfd99d87676b52204 PR: 280589 MFH: 2024Q3
-rw-r--r--dns/nsd/Makefile5
-rw-r--r--dns/nsd/distinfo6
2 files changed, 4 insertions, 7 deletions
diff --git a/dns/nsd/Makefile b/dns/nsd/Makefile
index fc8d7a77e225..b716ee01dcf2 100644
--- a/dns/nsd/Makefile
+++ b/dns/nsd/Makefile
@@ -1,5 +1,5 @@
PORTNAME= nsd
-DISTVERSION= 4.10.0
+DISTVERSION= 4.10.1
CATEGORIES= dns
MASTER_SITES= https://www.nlnetlabs.nl/downloads/nsd/
@@ -23,7 +23,6 @@ NSDLSDIR= /var
NSDRUNDIR= /var/run/nsd
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --localstatedir=${NSDLSDIR} \
--with-configdir=${ETCDIR} \
--with-libevent=${LOCALBASE} \
@@ -79,8 +78,6 @@ RADIXTREE_CONFIGURE_ENABLE= radix-tree
RRL_CONFIGURE_ENABLE= ratelimit
ZONE_STATS_CONFIGURE_ENABLE= zone-stats
-NSDMAX_IPS?= 512
-
post-build-MUNIN_PLUGIN-on:
${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
-e 's|/usr/local/etc/nsd.conf|${ETCDIR}/nsd.conf|g' \
diff --git a/dns/nsd/distinfo b/dns/nsd/distinfo
index 02472b32d1a7..c54f8c13eec9 100644
--- a/dns/nsd/distinfo
+++ b/dns/nsd/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1718281790
-SHA256 (nsd-4.10.0.tar.gz) = 6317d7f5e3f01c33912f313d66a33dd1ace1cdf7f19d5c590b2e430d8ca4605f
-SIZE (nsd-4.10.0.tar.gz) = 1388963
+TIMESTAMP = 1722601791
+SHA256 (nsd-4.10.1.tar.gz) = c0190f923f0095995f2e6331dacd92c6e1f4d578b880d61690602b43a5acfd84
+SIZE (nsd-4.10.1.tar.gz) = 1404799