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: Mon Apr 24 13:48:06 UTC 2023
Modified Files:
pkgsrc/net/bind918: Makefile PLIST distinfo options.mk
Log Message:
net/bind918: update to 9.18.14
pkgsrc change: reduce some pkglint warnings.
--- 9.18.14 released ---
6145. [bug] Fix a possible use-after-free bug in the
dns__catz_done_cb() function. [GL #3997]
6143. [bug] A reference counting problem on the error path in
the xfrin_connect_done() might cause an assertion
failure on shutdown. [GL #3989]
6142. [bug] Reduce the number of dns_dnssec_verify calls made
determining if revoked keys needs to be removed from
the trust anchors. [GL #3981]
6141. [bug] Fix several issues in nsupdate timeout handling and
update the -t option's documentation. [GL #3674]
6138. [doc] Fix the DF-flag documentation on the outgoing
UDP packets. [GL #3710]
6136. [cleanup] Remove the isc_fsaccess API in favor of creating
temporary file first and atomically replace the key
with non-truncated content. [GL #3982]
6132. [doc] Remove a dead link in the DNSSEC guide. [GL #3967]
6129. [cleanup] Value stored to 'source' during its initialization is
never read. [GL #3965]
6128. [bug] Fix an omission in an earlier commit to avoid a race
between the 'dns__catz_update_cb()' and
'dns_catz_dbupdate_callback()' functions. [GL #3968]
6126. [cleanup] Deprecate zone type "delegation-only" and the
"delegation-only" and "root-delegation-only"
options. [GL #3953]
6125. [bug] Hold a catz reference while the update process is
running, so that the catalog zone is not destroyed
during shutdown until the update process is finished or
properly canceled by the activated 'shuttingdown' flag.
[GL #3955]
6124. [bug] When changing from a NSEC3 capable DNSSEC algorithm to
an NSEC3 incapable DNSSEC algorithm using KASP the zone
could sometimes be incompletely signed. [GL #3937]
6121. [bug] Fix BIND and dig zone transfer hanging when
downloading large zones over TLS from a primary server,
especially over unstable connections. [GL #3867]
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/bind918/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/bind918/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/bind918/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/bind918/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/bind918/Makefile
diff -u pkgsrc/net/bind918/Makefile:1.9 pkgsrc/net/bind918/Makefile:1.10
--- pkgsrc/net/bind918/Makefile:1.9 Wed Apr 19 08:11:01 2023
+++ pkgsrc/net/bind918/Makefile Mon Apr 24 13:48:06 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2023/04/19 08:11:01 adam Exp $
+# $NetBSD: Makefile,v 1.10 2023/04/24 13:48:06 taca Exp $
DISTNAME= bind-${BIND_VERSION}
PKGNAME= ${DISTNAME:S/-P/pl/}
-PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= https://downloads.isc.org/isc/bind9/${BIND_VERSION}/
EXTRACT_SUFX= .tar.xz
@@ -16,7 +15,7 @@ CONFLICTS+= host-[0-9]*
MAKE_JOBS_SAFE= no
-BIND_VERSION= 9.18.13
+BIND_VERSION= 9.18.14
BUILD_DEFS+= BIND_DIR VARBASE
Index: pkgsrc/net/bind918/PLIST
diff -u pkgsrc/net/bind918/PLIST:1.3 pkgsrc/net/bind918/PLIST:1.4
--- pkgsrc/net/bind918/PLIST:1.3 Fri Mar 17 13:58:59 2023
+++ pkgsrc/net/bind918/PLIST Mon Apr 24 13:48:06 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2023/03/17 13:58:59 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2023/04/24 13:48:06 taca Exp $
bin/arpaname
bin/delv
bin/dig
@@ -150,7 +150,6 @@ include/isc/event.h
include/isc/eventclass.h
include/isc/file.h
include/isc/formatcheck.h
-include/isc/fsaccess.h
include/isc/fuzz.h
include/isc/glob.h
include/isc/hash.h
Index: pkgsrc/net/bind918/distinfo
diff -u pkgsrc/net/bind918/distinfo:1.6 pkgsrc/net/bind918/distinfo:1.7
--- pkgsrc/net/bind918/distinfo:1.6 Fri Mar 17 13:58:59 2023
+++ pkgsrc/net/bind918/distinfo Mon Apr 24 13:48:06 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.6 2023/03/17 13:58:59 taca Exp $
+$NetBSD: distinfo,v 1.7 2023/04/24 13:48:06 taca Exp $
-BLAKE2s (bind-9.18.13.tar.xz) = ef77120b264e3355c151d73906353b70e897cbd0ac7a316199dca8db794c6621
-SHA512 (bind-9.18.13.tar.xz) = e385a285c5a23bac26155f8a3f3a826a6dec0fd2bf4e3e2270debc45d21031cecc41dc05350b1ec0aed5020e0e4ae75db6632e99deea6834519756af4eb69b3c
-Size (bind-9.18.13.tar.xz) = 5419040 bytes
+BLAKE2s (bind-9.18.14.tar.xz) = 997194a201778d57812bf6f40cc43b4e65bc1610eafb7857cc1b754716a2f737
+SHA512 (bind-9.18.14.tar.xz) = 3dccda83ee4c9fa9fa74232a52d97122bd957e98152a12568a099bcfc2780367f17424702e7e0bff3a1ac427e9b71647eefeb9b4f8d462e27893a057e0a5b969
+Size (bind-9.18.14.tar.xz) = 5481396 bytes
SHA1 (patch-bin_named_main.c) = 4e4a763c478f1fcecb7e65968cf6ca20dacf01f1
SHA1 (patch-bin_named_os.c) = 5ecb0883076575d8ac5fcad68f9daad6c9be0d0b
SHA1 (patch-bin_named_server.c) = 6e59d3f637ebb829eec2f76ba7c350fb5cf9be6d
Index: pkgsrc/net/bind918/options.mk
diff -u pkgsrc/net/bind918/options.mk:1.1 pkgsrc/net/bind918/options.mk:1.2
--- pkgsrc/net/bind918/options.mk:1.1 Sun Dec 11 01:57:55 2022
+++ pkgsrc/net/bind918/options.mk Mon Apr 24 13:48:06 2023
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2022/12/11 01:57:55 sekiya Exp $
+# $NetBSD: options.mk,v 1.2 2023/04/24 13:48:06 taca Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.bind
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