pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/bind916



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Feb 16 13:36:01 UTC 2023

Modified Files:
        pkgsrc/net/bind916: Makefile distinfo

Log Message:
net/bind916: update to 9.16.38

        --- 9.16.38 released ---

6083.   [bug]           Fix DNSRPS-enabled builds as they were inadvertently
                        broken by change 6042. [GL #3827]

6081.   [bug]           Handle primary server address lookup failures in
                        nsupdate more gracefully. [GL #3830]

6080.   [bug]           'named -V' leaked memory. [GL #3829]

6079.   [bug]           Force set the DS state after a 'rdnc dnssec -checkds'
                        command. [GL #3822]

6075.   [bug]           Add missing node lock when setting node->wild in
                        add_wildcard_magic. [GL #3799]

6072.   [bug]           Avoid the OpenSSL lock contention when initializing
                        Message Digest Contexts by using explicit algorithm
                        fetching, initializing static contexts for every
                        supported algorithms, and initializing the new context
                        by copying the static copy. [GL #3795]

6069.   [bug]           Detach from the view in zone_shutdown() to
                        release the memory held by the dead view
                        early. [GL #3801]


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/net/bind916/Makefile
cvs rdiff -u -r1.44 -r1.45 pkgsrc/net/bind916/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/bind916/Makefile
diff -u pkgsrc/net/bind916/Makefile:1.52 pkgsrc/net/bind916/Makefile:1.53
--- pkgsrc/net/bind916/Makefile:1.52    Thu Jan 26 13:32:47 2023
+++ pkgsrc/net/bind916/Makefile Thu Feb 16 13:36:01 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2023/01/26 13:32:47 taca Exp $
+# $NetBSD: Makefile,v 1.53 2023/02/16 13:36:01 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.16.37
+BIND_VERSION=  9.16.38
 
 BUILD_DEFS+=   BIND_DIR VARBASE
 

Index: pkgsrc/net/bind916/distinfo
diff -u pkgsrc/net/bind916/distinfo:1.44 pkgsrc/net/bind916/distinfo:1.45
--- pkgsrc/net/bind916/distinfo:1.44    Thu Jan 26 13:32:47 2023
+++ pkgsrc/net/bind916/distinfo Thu Feb 16 13:36:01 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.44 2023/01/26 13:32:47 taca Exp $
+$NetBSD: distinfo,v 1.45 2023/02/16 13:36:01 taca Exp $
 
-BLAKE2s (bind-9.16.37.tar.xz) = d40e5ca3b87dfdaff9d8f49e231dbc4b0db96c0acb123d66dbca83e97773cb85
-SHA512 (bind-9.16.37.tar.xz) = 2c4b01f6cc598849688b5b2710caf48db47e1e860df785783ef2b140a25507b48357a9becf7911ba0feda285c4bca87764e21128fac5cf17efa47fd5134dc59f
-Size (bind-9.16.37.tar.xz) = 5109440 bytes
+BLAKE2s (bind-9.16.38.tar.xz) = 83c26141121aeda2aff8f515d9b3c51914390401d622f1feb406518609018f30
+SHA512 (bind-9.16.38.tar.xz) = fe95681b95ce90aee019e1bdcedba104f7bd968915853321205176c29eedd8df6e04682380adaa332aec06c1cc6537f431d5e21d09f756f45c2d780e8bc80435
+Size (bind-9.16.38.tar.xz) = 5112340 bytes
 SHA1 (patch-bin_dig_dighost.c) = b1073911d80ecd519af98b6678968296ff8c0c98
 SHA1 (patch-bin_dig_include_dig_dig.h) = 10166f5bb98b208c7b10d63eb31e8253f704acc8
 SHA1 (patch-bin_named_Makefile.in) = f1367da6a226ba44d0ee13acf00b8abeb5b1b7eb



Home | Main Index | Thread Index | Old Index