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:           Sat Dec  9 06:50:28 UTC 2023

Modified Files:
        pkgsrc/net/nsd: Makefile distinfo

Log Message:
nsd: Update to 4.8.0

Changelog:
29 November 2023: Wouter
        - Tag for 4.8.0rc1.

28 November 2023: Wouter
        - Set up doc/RELNOTES for upcoming release.
        - Fix unit test kill_from_pidfile function for nonexistent files
          because the argument is evaluated before the test expression.
        - Fix rr-test to also convert the contents of the just written output
          file.
        - Fix test set to remove -f nsd.db and rm nsd.db commands.
        - Fix test set to remove difffile option.

27 November 2023: Jeroen
        - Fix #14: Set timeout to 3s when servicing remaining TCP connections.
        - Fix: Always instate write handler after reading queries from TCP.
        - Answer first query on connections accepted just before reload.

27 November 2023: Wouter
        - Merge #305: faster stats. Statistics can be gathered while a reload
          is in progress.

27 November 2023: Willem
        - Merge #302: Test package fixes. Correct Auxfiles, kill_from_pidfile
          function and fix drop_updates, rr-test and xfr_update tests.

1 November 2023: Jeroen
        - Remove on-disk database.

31 October 2023: Wouter
        - Merge #301: improve the logging of ixfr fallbacks to axfr.

30 October 2023: Jeroen
        - Fix processing of consolidated IXFRs.

30 October 2023: Wouter
        - Fix for interprocess communication to set quit sync command from
          main process explicitly.

3 October 2023: Wouter
        - Merge #281: Proxy protocol. An implementation of PROXYv2 for NSD.
          It can be configured with proxy-protocol-port: portnum with the
          port number of the interface on which proxy traffic is handled.
          The interface can support proxy traffic for UDP, TCP and TLS.

21 September 2023: Wouter
        - Merge #295: Update e-mail addresses, add ref to support contracts

31 August 2023: Wouter
        - Fix autoconf 2.69 warnings in configure.

14 July 2023: Wouter
        - Merge #287: Update nsd.conf.5.in.

11 July 2023: Wouter
        - Fix unused variable warning in unit test of udb.

22 June 2023: Wouter
        - Fix #284: dnstap_collector.c: SOCK_NONBLOCK is not available on
          Mac/Darwin.

7 June 2023: Wouter
        - Merge #282: Improve nsd.conf man page.
        - Fix unused but set variable warning.
        - Fix #283: Compile failure in remote.c when --disable-bind8-stats
          and --without-ssl are specified.


To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 pkgsrc/net/nsd/Makefile
cvs rdiff -u -r1.82 -r1.83 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.123 pkgsrc/net/nsd/Makefile:1.124
--- pkgsrc/net/nsd/Makefile:1.123       Tue Oct 24 22:10:27 2023
+++ pkgsrc/net/nsd/Makefile     Sat Dec  9 06:50:28 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.123 2023/10/24 22:10:27 wiz Exp $
+# $NetBSD: Makefile,v 1.124 2023/12/09 06:50:28 ryoon Exp $
 
-DISTNAME=      nsd-4.7.0
-PKGREVISION=   1
+DISTNAME=      nsd-4.8.0
 CATEGORIES=    net
 MASTER_SITES=  http://www.nlnetlabs.nl/downloads/nsd/
 

Index: pkgsrc/net/nsd/distinfo
diff -u pkgsrc/net/nsd/distinfo:1.82 pkgsrc/net/nsd/distinfo:1.83
--- pkgsrc/net/nsd/distinfo:1.82        Fri Jul  7 10:37:53 2023
+++ pkgsrc/net/nsd/distinfo     Sat Dec  9 06:50:28 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.82 2023/07/07 10:37:53 ryoon Exp $
+$NetBSD: distinfo,v 1.83 2023/12/09 06:50:28 ryoon Exp $
 
-BLAKE2s (nsd-4.7.0.tar.gz) = 22736069912597727ff03f29496ecce186c58b0fcc5468f9de14c6a15ffc104f
-SHA512 (nsd-4.7.0.tar.gz) = 387e66993517c015ea49fc7a985c1f746623ae30a82bd01f224efbdb7c58d1d2f3e5a5a3574203959047876c632ec464b6682d1644f0e0f157ec0e6fb3f0cdbb
-Size (nsd-4.7.0.tar.gz) = 1289477 bytes
+BLAKE2s (nsd-4.8.0.tar.gz) = 50295bbc5b9e82d18fa3587c5818fe6168966d3c21da87f66d5d14251362f9a8
+SHA512 (nsd-4.8.0.tar.gz) = 13c9cffffe6adfcbabf744ee2effebe6ae265d83476345a1edb60dc9c6d7f838a5e239e9b18e667924e5e76b74b2caac63818fcaecf7f0fa651ff21736174a46
+Size (nsd-4.8.0.tar.gz) = 1273228 bytes
 SHA1 (patch-aa) = d9a423d5faa8da9a213b21fd2712225ac9645091



Home | Main Index | Thread Index | Old Index