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:           Wed Jun 21 14:40:43 UTC 2023

Modified Files:
        pkgsrc/net/bind916: Makefile distinfo options.mk

Log Message:
net/bind916: update to 9.16.42

pkgsrc change: reduce pkglint warnings.

9.16.42 (2023-06-21)

Security release:

- CVE-2023-2828
- CVE-2023-2911

6192.   [security]      A query that prioritizes stale data over lookup
                        triggers a fetch to refresh the stale data in cache.
                        If the fetch is aborted for exceeding the recursion
                        quota, it was possible for 'named' to enter an infinite
                        callback loop and crash due to stack overflow. This has
                        been fixed. (CVE-2023-2911) [GL #4089]

6190.   [security]      Improve the overmem cleaning process to prevent the
                        cache going over the configured limit. (CVE-2023-2828)
                        [GL #4055]

6183.   [bug]           Fix a serve-stale bug where a delegation from cache
                        could be returned to the client. [GL #3950]

6173.   [bug]           Properly process extra "nameserver" lines in
                        resolv.conf otherwise the next line is not properly
                        processed. [GL #4066]

6169.   [bug]           named could crash when deleting inline-signing zones
                        with "rndc delzone". [GL #4054]


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/net/bind916/Makefile
cvs rdiff -u -r1.48 -r1.49 pkgsrc/net/bind916/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/bind916/options.mk

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.57 pkgsrc/net/bind916/Makefile:1.58
--- pkgsrc/net/bind916/Makefile:1.57    Wed May 17 13:41:58 2023
+++ pkgsrc/net/bind916/Makefile Wed Jun 21 14:40:43 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2023/05/17 13:41:58 taca Exp $
+# $NetBSD: Makefile,v 1.58 2023/06/21 14:40:43 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.41
+BIND_VERSION=  9.16.42
 
 BUILD_DEFS+=   BIND_DIR VARBASE
 

Index: pkgsrc/net/bind916/distinfo
diff -u pkgsrc/net/bind916/distinfo:1.48 pkgsrc/net/bind916/distinfo:1.49
--- pkgsrc/net/bind916/distinfo:1.48    Wed May 17 13:41:58 2023
+++ pkgsrc/net/bind916/distinfo Wed Jun 21 14:40:43 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.48 2023/05/17 13:41:58 taca Exp $
+$NetBSD: distinfo,v 1.49 2023/06/21 14:40:43 taca Exp $
 
-BLAKE2s (bind-9.16.41.tar.xz) = 609295ad902ba361027c30457a65814b5fc4161a3c248cb918b8cc063445a41b
-SHA512 (bind-9.16.41.tar.xz) = 93c374ef82ff36e222a790161942635d0b977813b5040f8895e1c032b4ca1925addc8ef3a06417445036dc35aeb708cc61bd589c6a9cb78980f77ab402c44bee
-Size (bind-9.16.41.tar.xz) = 5121884 bytes
+BLAKE2s (bind-9.16.42.tar.xz) = aac597ba81beb6b82c17910d38a5fee3c383fcdbaf0d01b785ad186ec615990d
+SHA512 (bind-9.16.42.tar.xz) = cf29e72c9c979f3cf8ba0b17357fb09c37f1436a7f3a518f49ce4b4c682fb367dd3d8e71de6603c166c95a7c535a77a9f2a1393a59723294626acefebbc95fd6
+Size (bind-9.16.42.tar.xz) = 5123476 bytes
 SHA1 (patch-bin_dig_dighost.c) = b1073911d80ecd519af98b6678968296ff8c0c98
 SHA1 (patch-bin_dig_include_dig_dig.h) = 10166f5bb98b208c7b10d63eb31e8253f704acc8
 SHA1 (patch-bin_named_Makefile.in) = f1367da6a226ba44d0ee13acf00b8abeb5b1b7eb

Index: pkgsrc/net/bind916/options.mk
diff -u pkgsrc/net/bind916/options.mk:1.4 pkgsrc/net/bind916/options.mk:1.5
--- pkgsrc/net/bind916/options.mk:1.4   Sat Dec 19 16:41:36 2020
+++ pkgsrc/net/bind916/options.mk       Wed Jun 21 14:40:43 2023
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2020/12/19 16:41:36 taca Exp $
+# $NetBSD: options.mk,v 1.5 2023/06/21 14:40:43 taca Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.bind916
 PKG_SUPPORTED_OPTIONS= bind-dig-sigchase bind-xml-statistics-server
@@ -13,10 +13,10 @@ PTHREAD_OPTS+=              native
 .include "../../mk/pthread.buildlink3.mk"
 
 .if defined(PTHREAD_TYPE) && (${PTHREAD_TYPE} == "none") || \
-       !empty(MACHINE_PLATFORM:MNetBSD-*-vax) || \
-       !empty(MACHINE_PLATFORM:MNetBSD-*-sparc) || \
-       !empty(MACHINE_PLATFORM:MNetBSD-*-sparc64) || \
-       !empty(MACHINE_PLATFORM:MNetBSD-*-m68k)
+       ${MACHINE_PLATFORM:MNetBSD-*-vax} || \
+       ${MACHINE_PLATFORM:MNetBSD-*-sparc} || \
+       ${MACHINE_PLATFORM:MNetBSD-*-sparc64} || \
+       ${MACHINE_PLATFORM:MNetBSD-*-m68k}
 # don't touch PKG_SUGGESTED_OPTIONS
 .else
 PKG_SUGGESTED_OPTIONS+=        threads



Home | Main Index | Thread Index | Old Index