pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/bind918



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Jul 19 15:20:21 UTC 2023

Modified Files:
        pkgsrc/net/bind918: Makefile distinfo

Log Message:
net/bind918: update to 9.18.17

9.18.17 released

6206.   [bug]           Add shutdown checks in dns_catz_dbupdate_callback() to
                        avoid a race with dns_catz_shutdown_catzs(). [GL #4171]

6205.   [bug]           Restore support to read legacy HMAC-MD5 K file pairs.
                        [GL #4154]

6204.   [bug]           Use NS records for relaxed QNAME-minimization mode.
                        This reduces the number of queries named makes when
                        resolving, as it allows the non-existence of NS RRsets
                        at non-referral nodes to be cached in addition to the
                        referrals that are normally cached. [GL #3325]

6200.   [bug]           Fix nslookup erroneously reporting a timeout when the
                        input is delayed. [GL #4044]

6199.   [bug]           Improve HTTP Connection: header protocol conformance
                        in the statistics channel. [GL #4126]

6198.   [func]          Remove the holes in the isc_result_t enum to compact
                        the isc_result tables. [GL #4149]

6197.   [bug]           Fix a data race between the dns_zone and dns_catz
                        modules when registering/unregistering a database
                        update notification callback for a catalog zone.
                        [GL #4132]

6196.   [cleanup]       Report "permission denied" instead of "unexpected error"
                        when trying to update a zone file on a read-only file
                        system. Thanks to Midnight Veil. [GL #4134]

6193.   [bug]           Fix a catz db update notification callback registration
                        logic error, which could crash named when receiving an
                        AXFR update for a catalog zone while the previous update
                        process of the catalog zone was already running.
                        [GL #4136]

6166.   [func]          Retry without DNS COOKIE on FORMERR if it appears that
                        the FORMERR was due to the presence of a DNS COOKIE
                        option. [GL #4049]


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/bind918/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/bind918/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/bind918/Makefile
diff -u pkgsrc/net/bind918/Makefile:1.15 pkgsrc/net/bind918/Makefile:1.16
--- pkgsrc/net/bind918/Makefile:1.15    Tue Jul 18 18:36:29 2023
+++ pkgsrc/net/bind918/Makefile Wed Jul 19 15:20:21 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2023/07/18 18:36:29 nia Exp $
+# $NetBSD: Makefile,v 1.16 2023/07/19 15:20:21 taca Exp $
 
 DISTNAME=      bind-${BIND_VERSION}
 PKGNAME=       ${DISTNAME:S/-P/pl/}
@@ -15,7 +15,7 @@ CONFLICTS+=   host-[0-9]*
 
 MAKE_JOBS_SAFE=        no
 
-BIND_VERSION=  9.18.16
+BIND_VERSION=  9.18.17
 
 BUILD_DEFS+=   BIND_DIR VARBASE
 

Index: pkgsrc/net/bind918/distinfo
diff -u pkgsrc/net/bind918/distinfo:1.9 pkgsrc/net/bind918/distinfo:1.10
--- pkgsrc/net/bind918/distinfo:1.9     Wed Jun 21 14:42:23 2023
+++ pkgsrc/net/bind918/distinfo Wed Jul 19 15:20:21 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.9 2023/06/21 14:42:23 taca Exp $
+$NetBSD: distinfo,v 1.10 2023/07/19 15:20:21 taca Exp $
 
-BLAKE2s (bind-9.18.16.tar.xz) = ee1af429db6cb8cc0ed6a993387ab139e14dddb9f96f05e8c3c6ef3c33acaf9c
-SHA512 (bind-9.18.16.tar.xz) = 90b510552e8fd0c358a627e32bd840eaafc946a2b3c5c4623d0e24aa167fb99aedd91ed19392a104ed5bfce341d9944bab02c680e19d312b59e6688f9546a1fd
-Size (bind-9.18.16.tar.xz) = 5462456 bytes
+BLAKE2s (bind-9.18.17.tar.xz) = 9bc077a9895335fda1e4e7a763276f3bfc5265b4ded4e7130e498cc67d6837b6
+SHA512 (bind-9.18.17.tar.xz) = d4843a864c012c7fa3c276a0d304b3d8184cb9c2c80f4a8bb55178ff654fba1f244b39f38a8ac4fe7ca0e68722a539bccb80f896d1c18946ab6540d4a57d3abe
+Size (bind-9.18.17.tar.xz) = 5471560 bytes
 SHA1 (patch-bin_named_main.c) = 4e4a763c478f1fcecb7e65968cf6ca20dacf01f1
 SHA1 (patch-bin_named_os.c) = 5ecb0883076575d8ac5fcad68f9daad6c9be0d0b
 SHA1 (patch-bin_named_server.c) = 6e59d3f637ebb829eec2f76ba7c350fb5cf9be6d



Home | Main Index | Thread Index | Old Index