Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2024 14:29:15 GMT
From:      Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1df8426c8cc3 - main - dns/nsd: Update to 4.10.0
Message-ID:  <202406201429.45KETFW3011504@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1df8426c8cc31a50e43660b2dc025a473feed673

commit 1df8426c8cc31a50e43660b2dc025a473feed673
Author:     Jaap Akkerhuis <jaap@NLnetLabs.nl>
AuthorDate: 2024-06-19 06:55:46 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2024-06-20 14:28:57 +0000

    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)
---
 dns/nsd/Makefile | 2 +-
 dns/nsd/distinfo | 6 +++---
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406201429.45KETFW3011504>