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 Oct 19 11:04:49 UTC 2022
Modified Files:
pkgsrc/net/bind916: Makefile distinfo
Log Message:
net/bind916: update to 9.16.34
9.16.34
Known Issues
* Upgrading from BIND 9.16.32 or any older version may require a manual
configuration change. The following configurations are affected:
- type primary zones configured with dnssec-policy but without
either allow-update or update-policy,
- type secondary zones configured with dnssec-policy.
* In these cases please add inline-signing yes; to the individual zone
configuration(s). Without applying this change, named will fail to start.
For more details, see
https://kb.isc.org/docs/dnssec-policy-requires-dynamic-dns-or-inline-signing
New Features
* Support for parsing and validating the dohpath service parameter in SVCB
records was added. [GL #3544]
* named now logs the supported cryptographic algorithms during startup and
in the output of named -V. [GL #3541]
Bug Fixes
* Changing just the TSIG key names for primaries in catalog zones' member
zones was not effective. This has been fixed. [GL #3557]
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/net/bind916/Makefile
cvs rdiff -u -r1.40 -r1.41 pkgsrc/net/bind916/distinfo
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.47 pkgsrc/net/bind916/Makefile:1.48
--- pkgsrc/net/bind916/Makefile:1.47 Wed Sep 21 12:58:47 2022
+++ pkgsrc/net/bind916/Makefile Wed Oct 19 11:04:49 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2022/09/21 12:58:47 he Exp $
+# $NetBSD: Makefile,v 1.48 2022/10/19 11:04:49 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.33
+BIND_VERSION= 9.16.34
BUILD_DEFS+= BIND_DIR VARBASE
Index: pkgsrc/net/bind916/distinfo
diff -u pkgsrc/net/bind916/distinfo:1.40 pkgsrc/net/bind916/distinfo:1.41
--- pkgsrc/net/bind916/distinfo:1.40 Wed Sep 21 12:58:47 2022
+++ pkgsrc/net/bind916/distinfo Wed Oct 19 11:04:49 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.40 2022/09/21 12:58:47 he Exp $
+$NetBSD: distinfo,v 1.41 2022/10/19 11:04:49 taca Exp $
-BLAKE2s (bind-9.16.33.tar.xz) = 9c1b2de183fa637e8edbf76a008ccd5cd13bc78d3762ffbb3451e38c80c7a481
-SHA512 (bind-9.16.33.tar.xz) = 43fd2cea52dfd1115a4cca83830ab5b93208be401cdbbdff2bbf204b8f0d99fb434ad3156d3a21649488cc904ae09f145feba97b9b6918b0cf063ff5e2b10af5
-Size (bind-9.16.33.tar.xz) = 5092516 bytes
+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
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