mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
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
This commit is contained in:
parent
594b1f10cf
commit
0a32a8de98
@ -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' \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user