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: ryoon
Date: Fri May 2 15:11:33 UTC 2025
Modified Files:
pkgsrc/net/nsd: Makefile distinfo
Log Message:
net/nsd: Update to 4.12.0
Changelog:
17 April 2025: Wouter
- Add autoconf files to gitignore.
8 April 2025: Wouter
- Fix nsd-checkzone ixfr create cleanup on exit.
4 April 2025: Wouter
- Fix to update common.sh for speed of kill_pid.
1 April 2025: Wouter
- Fix escape more characters when printing an RR type with an
unquoted string.
- Fix memory leak in the process of addzone.
27 March 2025: Wouter
- Fix test checkconf for metrics options.
- Updated simdzone to include fixes for NSAP-PTR, LOC,
uninitialized reads, and comment nit.
- Fix #436: Fix print of RR type NSAP-PTR.
- Fix unit test call to zone_parse_string and initialize padding.
26 March 2025: Wouter
- Fix multiple zone transfers in one reload so that xfrd does not
check the update as failed and restart the transfer.
- Test for the multiple transfer failure, xfr_over_notify.
- Fix read of ixfr file with rdata subdomain.
- Test for the ixfr rdata subdomain, ixfrout_deldomain.
- Fix note in ixfrout_deldomain test.
25 March 2025: Wouter
- Fix to please sanitizer for ixfr store of data in cancelled state.
24 March 2025: Jannik
- Merge #429: Add prometheus metrics
14 March 2025: Wouter
- Fix log print assert in server sockets for printing '-' empty.
- Fix notify_fmt test for xfrd file location.
- Fix sanitizer warnings in read_uint32.
- Fix sanitizer warning in tsig write of zero length mac and otherdata.
13 March 2025: Wouter
- Fix ixfr file read to manage numlist in temp domains.
- Fix nsd-mem to clean ixfr storage.
12 March 2025: Wouter
- Fix ixfr read routine for use after the temp region is freed of rr.
11 March 2025: Wouter
- Fix in nsd-mem for a zone with ixfr data.
3 March 2025: Wouter
- Fix that nsec3 prehash after a full transfer can create the nsec3
zone trees if they are needed.
19 February 2025: Wouter
- Fix for #430: Confusing documentation: word "outgoing". Add wording
to tcp-count, xfrd-tcp-max, xfrd-tcp-pipeline options.
18 February 2025: Wouter
- Fix for #430: Confusing documentation: word "outgoing".
11 February 2025: Willem
- Merge #420: Zones get state "old-serial" with
`nsd-control zonestatus` when the served serial is older than
the one received by the transfer daemon.
23 January 2025: Willem
- Merge #418: Support for DSYNC, EID, NIMLOC, SINK, TALINK, DOA,
AMTRELAY and IPN resource record types.
22 January 2025: Wouter
- Fix #426: nsd crashes with patterns in config_apply_pattern.
20 January 2025: Willem
- code repository continues with 4.11.2 under development.
- Fix re-enable to configure dns-cookies from config file, which
was accidentally removed with the 4.11.1 release.
To generate a diff of this commit:
cvs rdiff -u -r1.131 -r1.132 pkgsrc/net/nsd/Makefile
cvs rdiff -u -r1.88 -r1.89 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.131 pkgsrc/net/nsd/Makefile:1.132
--- pkgsrc/net/nsd/Makefile:1.131 Thu Mar 13 09:44:37 2025
+++ pkgsrc/net/nsd/Makefile Fri May 2 15:11:33 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.131 2025/03/13 09:44:37 hauke Exp $
+# $NetBSD: Makefile,v 1.132 2025/05/02 15:11:33 ryoon Exp $
-DISTNAME= nsd-4.11.1
-PKGREVISION= 1
+DISTNAME= nsd-4.12.0
CATEGORIES= net
MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/
@@ -21,6 +20,7 @@ PKG_SUGGESTED_OPTIONS= inet6
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
.if ${OPSYS} == "NetBSD"
# Some _NETBSD_SOURCE definitions are required to build.
Index: pkgsrc/net/nsd/distinfo
diff -u pkgsrc/net/nsd/distinfo:1.88 pkgsrc/net/nsd/distinfo:1.89
--- pkgsrc/net/nsd/distinfo:1.88 Sun Jan 19 16:23:17 2025
+++ pkgsrc/net/nsd/distinfo Fri May 2 15:11:33 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.88 2025/01/19 16:23:17 he Exp $
+$NetBSD: distinfo,v 1.89 2025/05/02 15:11:33 ryoon Exp $
-BLAKE2s (nsd-4.11.1.tar.gz) = 4091686c610cda82c92919d6ed4b15b698ea9650a740f64b27d17dde49fd7742
-SHA512 (nsd-4.11.1.tar.gz) = 50b7d93485f3b9903e0d7ee5ec326f47c8a603d3c143899aa46e7865413f8b7f0ed2edcdae5ac054b3c709ab50acfbe8816e1be41dd008803ef83fa9bc370944
-Size (nsd-4.11.1.tar.gz) = 1527949 bytes
+BLAKE2s (nsd-4.12.0.tar.gz) = 798c261613eda02b215a0bbbe2ae33f924aa5b12317aea707f34e20c84d8d34b
+SHA512 (nsd-4.12.0.tar.gz) = 5efdc95407ee2726856233830501821b6843808760e4c9ed580e5266c8b6797b0902c01238dd7d4441021d5f6b1a0b90767693f1b0db76dae4e2f0621bb79bf4
+Size (nsd-4.12.0.tar.gz) = 1531601 bytes
SHA1 (patch-aa) = d9a423d5faa8da9a213b21fd2712225ac9645091
Home |
Main Index |
Thread Index |
Old Index