Path to this page:
Subject: CVS commit: pkgsrc/net/bind918
From: Takahiro Kambe
Date: 2024-09-18 18:10:03
Message id: 20240918161003.181A0FC74@cvs.NetBSD.org
Log Message:
net/bind918: update to 9.18.30
BIND 9.18.30 (2024-09-18)
New Features
* Print the full path of the working directory in startup log messages.
named now prints its initial working directory during startup, and the
changed working directory when loading or reloading its configuration
file, if it has a valid directory option defined. [GL #4731]
Feature Changes
* Follow the number of CPUs set by taskset/cpuset.
Administrators may wish to constrain the set of cores that named runs on
via the taskset, cpuset, or numactl programs (or equivalents on other
OSes).
If the admin has used taskset, named now automatically uses the given
number of CPUs rather than the system-wide count. [GL #4884]
Bug Fixes
* Verification of the privacy of an EDDSA key was broken.
The check could lead to an attempt to sign records with a public key,
which could cause a segmentation failure (read of a NULL pointer) within
OpenSSL. This has been fixed. [GL #4855]
* Fix algorithm rollover bug when there are two keys with the same keytag.
If there was an algorithm rollover and two keys of different algorithms
shared the same keytags, there was the possibility that the check of
whether the key matched a specific state could be performed against the
wrong key. This has been fixed by not only checking for the matching key
tag but also the key algorithm. [GL #4878]
Known Issues
* There are no new known issues with this release. See above for a list of
all known issues affecting this BIND 9 branch.
Files: