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.35



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a81274ee82ed
branches:  trunk
changeset: 388297:a81274ee82ed
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Nov 16 13:47:38 2022 +0000

description:
net/bind916: update to 9.16.35

9.6.35 (2022-11-16)

Bug Fixes

* A crash was fixed that happened when a dnssec-policy zone that used NSEC3
  was reconfigured to enable inline-signing.  [GL #3591]

* In certain resolution scenarios, quotas could be erroneously reached for
  servers, including any configured forwarders, resulting in SERVFAIL
  answers being sent to clients.  This has been fixed.  [GL #3598]

* rpz-ip rules in response-policy zones could be ineffective in some cases
  if a query had the CD (Checking Disabled) bit set to 1.  This has been
  fixed.  [GL #3247]

* Previously, if Internet connectivity issues were experienced during the
  initial startup of named, a BIND resolver with dnssec-validation set to
  auto could enter into a state where it would not recover without stopping
  named, manually deleting the managed-keys.bind and managed-keys.bind.jnl
  files, and starting named again.  This has been fixed.  [GL #2895]

* The statistics counter representing the current number of clients awaiting
  recursive resolution results (RecursClients) could overflow in certain
  resolution scenarios.  This has been fixed.  [GL #3584]

* Previously, BIND failed to start on Solaris-based systems with hundreds of
  CPUs.  This has been fixed.  [GL #3563]

* When a DNS resource record's TTL value was equal to the resolver's
  configured prefetch "eligibility" value, the record was erroneously not
  treated as eligible for prefetching.  This has been fixed.  [GL #3603]

diffstat:

 net/bind916/Makefile |  4 ++--
 net/bind916/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r 7dad492267f3 -r a81274ee82ed net/bind916/Makefile
--- a/net/bind916/Makefile      Wed Nov 16 12:18:46 2022 +0000
+++ b/net/bind916/Makefile      Wed Nov 16 13:47:38 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2022/10/19 11:04:49 taca Exp $
+# $NetBSD: Makefile,v 1.49 2022/11/16 13:47:38 taca Exp $
 
 DISTNAME=      bind-${BIND_VERSION}
 PKGNAME=       ${DISTNAME:S/-P/pl/}
@@ -15,7 +15,7 @@
 
 MAKE_JOBS_SAFE=        no
 
-BIND_VERSION=  9.16.34
+BIND_VERSION=  9.16.35
 
 BUILD_DEFS+=   BIND_DIR VARBASE
 
diff -r 7dad492267f3 -r a81274ee82ed net/bind916/distinfo
--- a/net/bind916/distinfo      Wed Nov 16 12:18:46 2022 +0000
+++ b/net/bind916/distinfo      Wed Nov 16 13:47:38 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.41 2022/10/19 11:04:49 taca Exp $
+$NetBSD: distinfo,v 1.42 2022/11/16 13:47:38 taca Exp $
 
-BLAKE2s (bind-9.16.34.tar.xz) = daa32dc86db841c0ce5f8654ce40cc0b2cf5a99785d9fcc599d1907a449c7de1
-SHA512 (bind-9.16.34.tar.xz) = 88adea0ce8a56f6f7132f010698b8248399a4b6962df0273479817aa80ef11f786843f7d0e2e922fb51c8cb1a4acebd165ff21fd262a545afec7933a85a22d61
-Size (bind-9.16.34.tar.xz) = 5097604 bytes
+BLAKE2s (bind-9.16.35.tar.xz) = bd44cf0b71d352e4d2baa71e3dee7ce78a47f02ad9dcb2feb3ce6dfaa0bfcf29
+SHA512 (bind-9.16.35.tar.xz) = c979e7a9bcea1c9fb1049a2708d8643c71ad2448a195454fcb3dfacf5d874221e95473e140a6944c3fa249f516718416fb67a50e267522d6bcb2915cdb46e6ea
+Size (bind-9.16.35.tar.xz) = 5102476 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