diff options
author | taca <taca@pkgsrc.org> | 2022-08-17 15:38:28 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2022-08-17 15:38:28 +0000 |
commit | 817f96ecba22c481f65ff19a8198f160b48a1b9b (patch) | |
tree | 5aea9aee7a8b43c0f41481fe3e0bf87fe3afe825 /net/bind916 | |
parent | 16f7b1a82a3a8c772fd6c2b3b170d6518f0dc4f3 (diff) | |
download | pkgsrc-817f96ecba22c481f65ff19a8198f160b48a1b9b.tar.gz |
net/bind916: update to 9.16.32
9.16.32 (2022-08-17)
Notes for BIND 9.16.32
Feature Changes
* The DNSSEC algorithms RSASHA1 and NSEC3RSASHA1 are now automatically
disabled on systems where they are disallowed by the security policy
(e.g. Red Hat Enterprise Linux 9). Primary zones using those algorithms
need to be migrated to new algorithms prior to running on these systems,
as graceful migration to different DNSSEC algorithms is not possible when
RSASHA1 is disallowed by the operating system. [GL #3469]
* Log messages related to fetch limiting have been improved to provide more
complete information. Specifically, the final counts of allowed and
spilled fetches are now logged before the counter object is destroyed.
[GL #3461]
Bug Fixes
* Non-dynamic zones that inherit dnssec-policy from the view or options
blocks were not marked as inline-signed and therefore never scheduled to
be re-signed. This has been fixed. [GL #3438]
* The old max-zone-ttl zone option was meant to be superseded by the
max-zone-ttl option in dnssec-policy; however, the latter option was not
fully effective. This has been corrected: zones no longer load if they
contain TTLs greater than the limit configured in dnssec-policy. For
zones with both the old max-zone-ttl option and dnssec-policy configured,
the old option is ignored, and a warning is generated. [GL #2918]
* rndc dumpdb -expired was fixed to include expired RRsets, even if
stale-cache-enable is set to no and the cache-cleaning time window has
passed. [GL #3462]
Diffstat (limited to 'net/bind916')
-rw-r--r-- | net/bind916/Makefile | 4 | ||||
-rw-r--r-- | net/bind916/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/bind916/Makefile b/net/bind916/Makefile index f261681b241..5c216963227 100644 --- a/net/bind916/Makefile +++ b/net/bind916/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2022/07/20 15:14:13 taca Exp $ +# $NetBSD: Makefile,v 1.46 2022/08/17 15:38:28 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.31 +BIND_VERSION= 9.16.32 BUILD_DEFS+= BIND_DIR VARBASE diff --git a/net/bind916/distinfo b/net/bind916/distinfo index 9218b566e03..bfd238dc22a 100644 --- a/net/bind916/distinfo +++ b/net/bind916/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.38 2022/07/20 15:14:13 taca Exp $ +$NetBSD: distinfo,v 1.39 2022/08/17 15:38:28 taca Exp $ -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 +BLAKE2s (bind-9.16.32.tar.xz) = a4188852a2601b1569c6ccd208e3dac46463545dd5484163b2afb6d0ef546ff7 +SHA512 (bind-9.16.32.tar.xz) = 99abedf055901b43e1a85c448ee4c2dd731b7ab77de1454b73c8f9df816aa32262e70e23a8112959d94be990fd4f1c48c36611657ba745670141a7447fd53316 +Size (bind-9.16.32.tar.xz) = 5091860 bytes SHA1 (patch-bin_dig_dighost.c) = b1073911d80ecd519af98b6678968296ff8c0c98 SHA1 (patch-bin_dig_include_dig_dig.h) = 10166f5bb98b208c7b10d63eb31e8253f704acc8 SHA1 (patch-bin_named_Makefile.in) = f1367da6a226ba44d0ee13acf00b8abeb5b1b7eb |