Notes for BIND 9.16.23 Bug Fixes Reloading a catalog zone which referenced a missing/deleted member zone triggered a runtime check failure, causing named to exit prematurely. This has been fixed. [GL #2308] Notes for BIND 9.16.24 Feature Changes Previously, when an incoming TCP connection could not be accepted because the client closed the connection early, an error message of TCP connection failed: socket is not connected was logged. This message has been changed to Accepting TCP connection failed: socket is not connected. The severity level at which this type of message is logged has also been changed from error to info for the following triggering events: socket is not connected, quota reached, and soft quota reached. [GL #2700] dnssec-dsfromkey no longer generates DS records from revoked keys. [GL #853] Bug Fixes Removing a configured catalog-zone clause from the configuration, running rndc reconfig, then bringing back the removed catalog-zone clause and running rndc reconfig again caused named to crash. This has been fixed. [GL #1608] Notes for BIND 9.16.25 Feature Changes Overall memory use by named has been optimized and reduced, especially on systems with many CPU cores. The default memory allocator has been switched from internal to external. A new command-line option -M internal allows named to be started with the old internal memory allocator. [GL #2398] Bug Fixes On FreeBSD, TCP connections leaked a small amount of heap memory, leading to an eventual out-of-memory problem. This has been fixed. [GL #3051] If signatures created by the ZSK were expired and the ZSK private key was offline, the signatures were not replaced. This behavior has been amended to replace the expired signatures with new signatures created using the KSK. [GL #3049] Under certain circumstances, the signed version of an inline-signed zone could be dumped to disk without the serial number of the unsigned version of the zone. This prevented resynchronization of the zone contents after named restarted, if the unsigned zone file was modified while named was not running. This has been fixed. [GL #3071]
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a36dc3f702c86c53a7f71e5cbea5db0ec8c2a56 commit 3a36dc3f702c86c53a7f71e5cbea5db0ec8c2a56 Author: Patrick McLean <patrick.mclean@sony.com> AuthorDate: 2022-01-25 22:54:53 +0000 Commit: Patrick McLean <chutzpah@gentoo.org> CommitDate: 2022-01-25 22:57:55 +0000 net-dns/bind: Bump (bug #831919), add py310 (bug #830037) Closes: https://bugs.gentoo.org/831919 Closes: https://bugs.gentoo.org/830037 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Patrick McLean <chutzpah@gentoo.org> net-dns/bind/Manifest | 1 + net-dns/bind/bind-9.16.25.ebuild | 375 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 376 insertions(+)