aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaap Akkerhuis <jaap@NLnetLabs.nl>2024-06-19 06:55:46 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2024-06-20 14:28:57 +0000
commit1df8426c8cc31a50e43660b2dc025a473feed673 (patch)
tree310db67d7bc538fb4214ecd01ad75ad2775b2a5e
parentebf14ca81b981e482b0b9f8d88a8a5da5b49b9fa (diff)
downloadports-1df8426c8cc31a50e43660b2dc025a473feed673.tar.gz
ports-1df8426c8cc31a50e43660b2dc025a473feed673.zip
dns/nsd: Update to 4.10.0
ChangeLog: https://nlnetlabs.nl/news/2024/Jun/13/nsd-4.10.0-released/ * Merge #278: Replace Flex+Bison based zone parser with simdzone. Performance of loading zones and IXFRs is greatly improved by using the simdzone project by NLnet Labs. The optimized presentation format parser leverages SIMD instructions in modern CPUs to improve throughput. Right now SSE4.2 and AVX2 instruction sets are supported, other instruction sets will use the fallback implementation, which still is a decent improvement over the Flex+Bison based parser. BUG FIXES: * Fix that when the server truncates the pidfile, it does not follow symbolic links. * Fix #317: nsd should not chown its PID file. * For #317: Modify nsd service script to stop NSD from creating a pid file that systemd is not using. * Fix #324: Clarify the purpose of contrib/bug390.patch. * Fix IXFR requests upstream for zones with a long name. Thanks for the report to Yuuki Wakisaka from Internet Initiative Japan Inc. * Unit test for dname subdomain test used by xfrd-tcp.c. * Fix #329: TCP accept queues number. * Fix that the reload handler for sigchild uses signal_add, and also that the signal handler is restored when done. * Fix that when server verify is done it resets the sigchild handler. * Fix makedist.sh for simdzone inclusion. * Fix makedist.sh to remove simdzone git tracking information and scripting temporaries from tarball. * Fix error output of makedist.sh. * Use simdzone version with name parser fix. * Bump simdzone version to fix OpenBSD build issues. * Bump simdzone to include minor fixes. PR: 279837 Reported by: jaap@NLnetLabs.nl (maintainer)
-rw-r--r--dns/nsd/Makefile2
-rw-r--r--dns/nsd/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/dns/nsd/Makefile b/dns/nsd/Makefile
index 1cebdd177d7b..fc8d7a77e225 100644
--- a/dns/nsd/Makefile
+++ b/dns/nsd/Makefile
@@ -1,5 +1,5 @@
PORTNAME= nsd
-DISTVERSION= 4.9.1
+DISTVERSION= 4.10.0
CATEGORIES= dns
MASTER_SITES= https://www.nlnetlabs.nl/downloads/nsd/
diff --git a/dns/nsd/distinfo b/dns/nsd/distinfo
index 4596a50b9f7d..02472b32d1a7 100644
--- a/dns/nsd/distinfo
+++ b/dns/nsd/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1712236748
-SHA256 (nsd-4.9.1.tar.gz) = a6c23a53ee8111fa71e77b7565d1b8f486ea695770816585fbddf14e4367e6df
-SIZE (nsd-4.9.1.tar.gz) = 1309953
+TIMESTAMP = 1718281790
+SHA256 (nsd-4.10.0.tar.gz) = 6317d7f5e3f01c33912f313d66a33dd1ace1cdf7f19d5c590b2e430d8ca4605f
+SIZE (nsd-4.10.0.tar.gz) = 1388963