pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/nsd



Module Name:    pkgsrc
Committed By:   he
Date:           Tue Feb 24 16:46:59 UTC 2026

Modified Files:
        pkgsrc/net/nsd: Makefile distinfo

Log Message:
Update nsd to version 4.14.1.

Pkgsrc changes:
 * Checksum changes.

Upstream changes:

The previous release promised reduced memory footprint from refactored
RDATA storage (and it did for the vast majority of cases), but just
after the release, we received a report that NSD was consuming more
memory for specific kind of zones (with RRsets consisting of many
RRs).  This release has that addressed so that NSD now consumes
less memory in all cases and circumstances.

Other than that, this release contains bug fixes, among others some
that emerged with the new RDATA storage code from the previous
release.

4.14.1
================
FEATURES:
- Merge #469 from jschlyter: Add container build files

BUG FIXES:
- Fix to note DSYNC RFC9859 reference.
- Fix to note reference for NXNAME in comment.
- Merge #470 from jschlyter: Update path to default container
  configuration and entrypoint
- Fix rr-test.tdir so AMTRELAY relay field is "." with type 0
- Fix checkconf.tdir test to anticipate default values for
  send-buffer-size and receive-buffer-size when configured with 0
- skip dns-cookies.tdir test with restricted unpriviledged userns
- Fix #474: metrics output with zone statistics to change
  disallowed characters in metric names to underscores.
- Fix that non normalized NSEC next owner names are preserved.
- Fix to preserve case in literal dnames in RR types RRSIG,
  IPSECKEY, TALINK, DSYNC and AMTRELAY.
- Fix for #474: Fix metrics name for zone statistics for
  the queries_total to have disallowed characters changed
  to underscores.
- Fix to silence restricted userns check in test script.
- Fix #475 info: axfr for domain from not-verified.
- Fix metrics to clear server variable after close and log error
  on allocation failure.
- Fix to escape slashes when they appear in the zone name for a
  pattern zonefile that is created. Also for per zone statistics.
- Merge #472: Reduce memory usage with zones with RRsets
  consisting of many RRs.
- Fix man page for ip-address, add text about process numbers,
  bindtodevice and setfib.
- Fix systemd signalling so that it does not reload for too long.
  The reload is not signalled to systemd, so that long operations
  can complete, without systemd acting on a timer to stop them.


To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 pkgsrc/net/nsd/Makefile
cvs rdiff -u -r1.91 -r1.92 pkgsrc/net/nsd/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/nsd/Makefile
diff -u pkgsrc/net/nsd/Makefile:1.134 pkgsrc/net/nsd/Makefile:1.135
--- pkgsrc/net/nsd/Makefile:1.134       Tue Feb  3 15:36:42 2026
+++ pkgsrc/net/nsd/Makefile     Tue Feb 24 16:46:59 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.134 2026/02/03 15:36:42 ryoon Exp $
+# $NetBSD: Makefile,v 1.135 2026/02/24 16:46:59 he Exp $
 
-DISTNAME=      nsd-4.14.0
+DISTNAME=      nsd-4.14.1
 CATEGORIES=    net
 MASTER_SITES=  http://www.nlnetlabs.nl/downloads/nsd/
 

Index: pkgsrc/net/nsd/distinfo
diff -u pkgsrc/net/nsd/distinfo:1.91 pkgsrc/net/nsd/distinfo:1.92
--- pkgsrc/net/nsd/distinfo:1.91        Tue Feb  3 15:36:42 2026
+++ pkgsrc/net/nsd/distinfo     Tue Feb 24 16:46:59 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.91 2026/02/03 15:36:42 ryoon Exp $
+$NetBSD: distinfo,v 1.92 2026/02/24 16:46:59 he Exp $
 
-BLAKE2s (nsd-4.14.0.tar.gz) = d4c9ee3981680b811845fc362d7e473f81eea0ea35cf2a4a1742004482d9a2b5
-SHA512 (nsd-4.14.0.tar.gz) = 1ff95098cd5d8061dc6e90ff1ab9becdce33e413bc50025fbe9724711d94c89f8fd7317fc88443d670238c418319227f1bda348855972ed5322ea9a83565b20c
-Size (nsd-4.14.0.tar.gz) = 1592844 bytes
+BLAKE2s (nsd-4.14.1.tar.gz) = 08bd8c907420576c93b83c58f0feba2d5dc8cc216731333de4a4dead96b547ee
+SHA512 (nsd-4.14.1.tar.gz) = 17e5f7c72589a6e7467d1741459b7199a0b12f8eda9022ab64ab700bd6959a009af1d7dac45c352f5209553679462805883c6f3b3f6c8a1fa4c762160b27e766
+Size (nsd-4.14.1.tar.gz) = 1616372 bytes
 SHA1 (patch-Makefile.in) = 93f77704ee6730aef41955511807ce2f4b6cfc90



Home | Main Index | Thread Index | Old Index