pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/bind916 net/bind916: update to 9.16.31



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e25ae092efb
branches:  trunk
changeset: 382094:8e25ae092efb
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Jul 20 15:14:13 2022 +0000

description:
net/bind916: update to 9.16.31

9.6.31 (2022-07-20)

5917.   [bug]           Update ifconfig.sh script as is miscomputed interface
                        identifiers when destroying interfaces. [GL #3061]

5915.   [bug]           Detect missing closing brace (}) and computational
                        overflows in $GENERATE directives. [GL #3429]

5913.   [bug]           Fix a race between resolver query timeout and
                        validation in resolver.c:validated(). Remove
                        resolver.c:maybe_destroy() as it is no loger needed.
                        [GL #3398]

5909.   [bug]           The server-side destination port was missing from dnstap
                        captures of client traffic. [GL #3309]

5905.   [bug]           When the TCP connection would be closed/reset between
                        the connect/accept and the read, the uv_read_start()
                        return value would be unexpected and cause an assertion
                        failure. [GL #3400]

5903.   [bug]           When named checks that the OPCODE in a response matches
                        that of the request, if there is a mismatch named logs
                        an error.  Some of those error messages incorrectly
                        used RCODE instead of OPCODE to lookup the nemonic.
                        This has been corrected. [GL !6420]

diffstat:

 net/bind916/Makefile                                   |   5 ++---
 net/bind916/distinfo                                   |  10 +++++-----
 net/bind916/patches/patch-lib_isc_include_isc_socket.h |  11 ++++++-----
 3 files changed, 13 insertions(+), 13 deletions(-)

diffs (86 lines):

diff -r 762255300533 -r 8e25ae092efb net/bind916/Makefile
--- a/net/bind916/Makefile      Wed Jul 20 15:03:04 2022 +0000
+++ b/net/bind916/Makefile      Wed Jul 20 15:14:13 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.44 2022/07/19 11:56:00 jperkin Exp $
+# $NetBSD: Makefile,v 1.45 2022/07/20 15:14:13 taca Exp $
 
 DISTNAME=      bind-${BIND_VERSION}
 PKGNAME=       ${DISTNAME:S/-P/pl/}
-PKGREVISION=   2
 CATEGORIES=    net
 MASTER_SITES=  ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/
 EXTRACT_SUFX=  .tar.xz
@@ -16,7 +15,7 @@
 
 MAKE_JOBS_SAFE=        no
 
-BIND_VERSION=  9.16.30
+BIND_VERSION=  9.16.31
 
 BUILD_DEFS+=   BIND_DIR VARBASE
 
diff -r 762255300533 -r 8e25ae092efb net/bind916/distinfo
--- a/net/bind916/distinfo      Wed Jul 20 15:03:04 2022 +0000
+++ b/net/bind916/distinfo      Wed Jul 20 15:14:13 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.37 2022/06/15 14:02:36 taca Exp $
+$NetBSD: distinfo,v 1.38 2022/07/20 15:14:13 taca Exp $
 
-BLAKE2s (bind-9.16.30.tar.xz) = c612f144648611fdadb406a7e5effc7009c012f40871c66891a60f8dac5f0b9d
-SHA512 (bind-9.16.30.tar.xz) = cc9bcbedf63c2efe0a23f14db3e57fdae46f0509aac58e5840a6805ce4fbd76cad5bfde4d461442adb88c4d947f8d79bf979aeb24aeb9303b6adc8d169b7118c
-Size (bind-9.16.30.tar.xz) = 5086288 bytes
+BLAKE2s (bind-9.16.31.tar.xz) = caea4aae4730866cb52ba070e06aa13463dcef6afe678aa98cb7e1c63fd219f6
+SHA512 (bind-9.16.31.tar.xz) = 8577b4d021a5a763b8669d59ef6c3499238e87657ca94ccfc530cb9a7a215ee3682002aa6141f5731154cbc43e0e6094372961468811a68bbd2a37e20e287c7e
+Size (bind-9.16.31.tar.xz) = 5087424 bytes
 SHA1 (patch-bin_dig_dighost.c) = b1073911d80ecd519af98b6678968296ff8c0c98
 SHA1 (patch-bin_dig_include_dig_dig.h) = 10166f5bb98b208c7b10d63eb31e8253f704acc8
 SHA1 (patch-bin_named_Makefile.in) = f1367da6a226ba44d0ee13acf00b8abeb5b1b7eb
@@ -37,7 +37,7 @@
 SHA1 (patch-lib_isc_app.c) = 1c75ba0db1e7978b37e22742bf69a216ca9a23ef
 SHA1 (patch-lib_isc_backtrace.c) = 1b6bca9b3de7f7298882c6c88274b0baf1dad507
 SHA1 (patch-lib_isc_include_isc_netmgr.h) = 48ac44c6a9b81e6b442deba6c075653d3691464b
-SHA1 (patch-lib_isc_include_isc_socket.h) = 8da4ab9c12090199914aa6826e212b0aa861a4f1
+SHA1 (patch-lib_isc_include_isc_socket.h) = 07c1218a500435b447d6ce458ff0055421fee05e
 SHA1 (patch-lib_isc_include_isc_types.h) = e5fcf15ee03d1d032a67f2e6d23b2e409042ab64
 SHA1 (patch-lib_isc_netmgr_netmgr-int.h) = d84993edf254605f85421fbdd2fc523255c7316d
 SHA1 (patch-lib_isc_netmgr_netmgr.c) = 3df1d37061f6ceb37e309a0dc4f782fc35863146
diff -r 762255300533 -r 8e25ae092efb net/bind916/patches/patch-lib_isc_include_isc_socket.h
--- a/net/bind916/patches/patch-lib_isc_include_isc_socket.h    Wed Jul 20 15:03:04 2022 +0000
+++ b/net/bind916/patches/patch-lib_isc_include_isc_socket.h    Wed Jul 20 15:14:13 2022 +0000
@@ -1,10 +1,10 @@
-$NetBSD: patch-lib_isc_include_isc_socket.h,v 1.2 2021/11/19 14:32:28 taca Exp $
+$NetBSD: patch-lib_isc_include_isc_socket.h,v 1.3 2022/07/20 15:14:14 taca Exp $
 
 * Take from NetBSD base.
 
---- lib/isc/include/isc/socket.h.orig  2021-11-05 09:03:26.000000000 +0000
+--- lib/isc/include/isc/socket.h.orig  2022-07-11 04:55:00.000000000 +0000
 +++ lib/isc/include/isc/socket.h
-@@ -160,7 +160,8 @@ typedef enum {
+@@ -162,7 +162,8 @@ typedef enum {
        isc_sockettype_udp = 1,
        isc_sockettype_tcp = 2,
        isc_sockettype_unix = 3,
@@ -14,7 +14,7 @@
  } isc_sockettype_t;
  
  /*@{*/
-@@ -901,12 +902,55 @@ isc_socketmgr_renderjson(isc_socketmgr_t
+@@ -903,12 +904,56 @@ isc_socketmgr_renderjson(isc_socketmgr_t
   */
  #endif /* HAVE_JSON_C */
  
@@ -33,10 +33,11 @@
 +                       void *cbarg,
 +                       isc_task_t *task,
 +                       isc_socket_t **socketp);
++
  /*%<
   * See isc_socketmgr_create() above.
   */
- typedef isc_result_t (*isc_socketmgrcreatefunc_t)(isc_mem_t       *mctx,
+ typedef isc_result_t (*isc_socketmgrcreatefunc_t)(isc_mem_t      *mctx,
                                                  isc_socketmgr_t **managerp);
  
 +isc_result_t



Home | Main Index | Thread Index | Old Index