pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/bind918
Module Name: pkgsrc
Committed By: taca
Date: Wed Sep 18 16:10:03 UTC 2024
Modified Files:
pkgsrc/net/bind918: Makefile distinfo
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.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/net/bind918/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/bind918/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/bind918/Makefile
diff -u pkgsrc/net/bind918/Makefile:1.36 pkgsrc/net/bind918/Makefile:1.37
--- pkgsrc/net/bind918/Makefile:1.36 Sat Aug 24 10:18:18 2024
+++ pkgsrc/net/bind918/Makefile Wed Sep 18 16:10:02 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2024/08/24 10:18:18 he Exp $
+# $NetBSD: Makefile,v 1.37 2024/09/18 16:10:02 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.18.29
+BIND_VERSION= 9.18.30
BUILD_DEFS+= BIND_DIR VARBASE
Index: pkgsrc/net/bind918/distinfo
diff -u pkgsrc/net/bind918/distinfo:1.21 pkgsrc/net/bind918/distinfo:1.22
--- pkgsrc/net/bind918/distinfo:1.21 Sat Aug 24 10:18:18 2024
+++ pkgsrc/net/bind918/distinfo Wed Sep 18 16:10:02 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.21 2024/08/24 10:18:18 he Exp $
+$NetBSD: distinfo,v 1.22 2024/09/18 16:10:02 taca Exp $
-BLAKE2s (bind-9.18.29.tar.xz) = 3a788db468b7bd54ea10b3b81ad6b8cc1429eef0bab13e827533377d3e6c5273
-SHA512 (bind-9.18.29.tar.xz) = 6c2676e2e2cb90f3bd73afb367813c54d1c961e12df1e12e41b9d0ee5a1d5cdf368d81410469753eaef37e43358b56796f078f3b2f20c3b247c4bef91d56c716
-Size (bind-9.18.29.tar.xz) = 5562720 bytes
+BLAKE2s (bind-9.18.30.tar.xz) = 93e14e676004fe7ccd618145e2ba3a318837cbffd7efbeb4f2b246cd7027f60f
+SHA512 (bind-9.18.30.tar.xz) = 7a7d4524cf7449bdd215c4139f2345644dbcd6e009e841702beb58223ebda82ba2e46a291cf51c9c76c37781a1d89fc7c8a526763b7c3b3e43f47ee3d1a6e142
+Size (bind-9.18.30.tar.xz) = 5569784 bytes
SHA1 (patch-bin_named_main.c) = 4e4a763c478f1fcecb7e65968cf6ca20dacf01f1
SHA1 (patch-bin_named_os.c) = 5ecb0883076575d8ac5fcad68f9daad6c9be0d0b
SHA1 (patch-bin_named_server.c) = 6e59d3f637ebb829eec2f76ba7c350fb5cf9be6d
Home |
Main Index |
Thread Index |
Old Index