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 Mar 17 00:18:05 UTC 2022

Modified Files:
        pkgsrc/net/bind916: Makefile distinfo
        pkgsrc/net/bind916/patches: patch-config.h.in

Log Message:
net/bind916: update to 9.16.27

        --- 9.16.27 released ---

5818.   [security]      A synchronous call to closehandle_cb() caused
                        isc__nm_process_sock_buffer() to be called recursively,
                        which in turn left TCP connections hanging in the
                        CLOSE_WAIT state blocking indefinitely when
                        out-of-order processing was disabled. (CVE-2022-0396)
                        [GL #3112]


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/net/bind916/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/net/bind916/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/bind916/patches/patch-config.h.in

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.36 pkgsrc/net/bind916/Makefile:1.37
--- pkgsrc/net/bind916/Makefile:1.36    Sun Feb 20 12:57:56 2022
+++ pkgsrc/net/bind916/Makefile Thu Mar 17 00:18:05 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2022/02/20 12:57:56 taca Exp $
+# $NetBSD: Makefile,v 1.37 2022/03/17 00:18:05 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.26
+BIND_VERSION=  9.16.27
 
 BUILD_DEFS+=   BIND_DIR VARBASE
 

Index: pkgsrc/net/bind916/distinfo
diff -u pkgsrc/net/bind916/distinfo:1.32 pkgsrc/net/bind916/distinfo:1.33
--- pkgsrc/net/bind916/distinfo:1.32    Sun Feb 20 12:57:56 2022
+++ pkgsrc/net/bind916/distinfo Thu Mar 17 00:18:05 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.32 2022/02/20 12:57:56 taca Exp $
+$NetBSD: distinfo,v 1.33 2022/03/17 00:18:05 taca Exp $
 
-BLAKE2s (bind-9.16.26.tar.xz) = 37b0c72bc169b37048bc09e5d1a682445c28ef391542eb331062f306d540b443
-SHA512 (bind-9.16.26.tar.xz) = d75e9e0c0853dbfeb0a1e765c2e39d83393c9be5a48cfccd84e758a0f11cf9d480f892431bbba9f7579dfef82e03987580619878d2a5bb5dc35f5dbb35101dbe
-Size (bind-9.16.26.tar.xz) = 5083848 bytes
+BLAKE2s (bind-9.16.27.tar.xz) = 16da007bf1fce196969d93cc54e6849a624afa1d39ee57332ffb6d08c8c67cdd
+SHA512 (bind-9.16.27.tar.xz) = 5c71f228db83aa8cc9e65466d6e5afca4a9f80c693358111a003fe09e1a14522175eb2b6a0f11e2a2cd4fdba01f2ae315de52e394a441b3861ca2a011e02af62
+Size (bind-9.16.27.tar.xz) = 5084340 bytes
 SHA1 (patch-bin_dig_dighost.c) = b1073911d80ecd519af98b6678968296ff8c0c98
 SHA1 (patch-bin_dig_include_dig_dig.h) = 10166f5bb98b208c7b10d63eb31e8253f704acc8
 SHA1 (patch-bin_named_Makefile.in) = f1367da6a226ba44d0ee13acf00b8abeb5b1b7eb
@@ -13,7 +13,7 @@ SHA1 (patch-bin_nsupdate_nsupdate.c) = 4
 SHA1 (patch-bin_pkcs11_pkcs11-keygen.c) = d953bf48aadcdf7e95975d335167cc50f54ef91e
 SHA1 (patch-bin_tools_nsec3hash.c) = 87c3891db62c45cd8ed2b484b17f7bf2e319bef3
 SHA1 (patch-config.guess) = f44c6344a297e7c623dcbf75b308eb35f797a537
-SHA1 (patch-config.h.in) = fb0396429bd68bb3bf478cb1da67736592208702
+SHA1 (patch-config.h.in) = 6072793048cdf590863046355eeffa1d93524c36
 SHA1 (patch-config.sub) = 7389c0f2500f2afe96d43979a2d3e0b9f8dff073
 SHA1 (patch-config.threads.in) = fc5cc7097d87523a34c0e630cb8dd1d081d859e5
 SHA1 (patch-configure.ac) = 3dd8c49eb6bc475c20c88edc20bd8457698ad500

Index: pkgsrc/net/bind916/patches/patch-config.h.in
diff -u pkgsrc/net/bind916/patches/patch-config.h.in:1.4 pkgsrc/net/bind916/patches/patch-config.h.in:1.5
--- pkgsrc/net/bind916/patches/patch-config.h.in:1.4    Sun Mar 21 04:16:17 2021
+++ pkgsrc/net/bind916/patches/patch-config.h.in        Thu Mar 17 00:18:05 2022
@@ -1,12 +1,12 @@
-$NetBSD: patch-config.h.in,v 1.4 2021/03/21 04:16:17 taca Exp $
+$NetBSD: patch-config.h.in,v 1.5 2022/03/17 00:18:05 taca Exp $
 
 * Based on NetBSD, add support for blocklist(blacklist).
 
---- config.h.in.orig   2021-03-11 13:20:59.000000000 +0000
+--- config.h.in.orig   2022-03-07 08:48:03.000000000 +0000
 +++ config.h.in
-@@ -51,6 +51,12 @@
- /* Define to 1 if you have the `BIO_write_ex' function. */
- #undef HAVE_BIO_WRITE_EX
+@@ -54,6 +54,12 @@
+ /* Define to 1 if you have the `BN_GENCB_new' function. */
+ #undef HAVE_BN_GENCB_NEW
  
 +/* Define to 1 if blacklist is supported. */
 +#undef HAVE_BLACKLIST_H



Home | Main Index | Thread Index | Old Index