Skip to content

Commit 42cf3a3

Browse files
author
taca
committed
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.
1 parent 12ae41b commit 42cf3a3

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

net/bind918/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.36 2024/08/24 10:18:18 he Exp $
1+
# $NetBSD: Makefile,v 1.37 2024/09/18 16:10:02 taca Exp $
22

33
DISTNAME= bind-${BIND_VERSION}
44
PKGNAME= ${DISTNAME:S/-P/pl/}
@@ -15,7 +15,7 @@ CONFLICTS+= host-[0-9]*
1515

1616
MAKE_JOBS_SAFE= no
1717

18-
BIND_VERSION= 9.18.29
18+
BIND_VERSION= 9.18.30
1919

2020
BUILD_DEFS+= BIND_DIR VARBASE
2121

net/bind918/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
$NetBSD: distinfo,v 1.21 2024/08/24 10:18:18 he Exp $
1+
$NetBSD: distinfo,v 1.22 2024/09/18 16:10:02 taca Exp $
22

3-
BLAKE2s (bind-9.18.29.tar.xz) = 3a788db468b7bd54ea10b3b81ad6b8cc1429eef0bab13e827533377d3e6c5273
4-
SHA512 (bind-9.18.29.tar.xz) = 6c2676e2e2cb90f3bd73afb367813c54d1c961e12df1e12e41b9d0ee5a1d5cdf368d81410469753eaef37e43358b56796f078f3b2f20c3b247c4bef91d56c716
5-
Size (bind-9.18.29.tar.xz) = 5562720 bytes
3+
BLAKE2s (bind-9.18.30.tar.xz) = 93e14e676004fe7ccd618145e2ba3a318837cbffd7efbeb4f2b246cd7027f60f
4+
SHA512 (bind-9.18.30.tar.xz) = 7a7d4524cf7449bdd215c4139f2345644dbcd6e009e841702beb58223ebda82ba2e46a291cf51c9c76c37781a1d89fc7c8a526763b7c3b3e43f47ee3d1a6e142
5+
Size (bind-9.18.30.tar.xz) = 5569784 bytes
66
SHA1 (patch-bin_named_main.c) = 4e4a763c478f1fcecb7e65968cf6ca20dacf01f1
77
SHA1 (patch-bin_named_os.c) = 5ecb0883076575d8ac5fcad68f9daad6c9be0d0b
88
SHA1 (patch-bin_named_server.c) = 6e59d3f637ebb829eec2f76ba7c350fb5cf9be6d

0 commit comments

Comments
 (0)