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 Apr 1 21:55:55 UTC 2026
Modified Files:
pkgsrc/net/bind918: Makefile distinfo
Log Message:
net/bind918: update to 9.18.48
9.18.48 (2026-04-01)
Security Fixes
* Fix crash when reconfiguring zone update policy during active updates.
We fixed a crash that could occur when running rndc reconfig to change a
zone's update policy (e.g., from allow-update to update-policy) while DNS
UPDATE requests were being processed for that zone.
ISC would like to thank Vitaly Simonovich for bringing this issue to our
attention. [GL #5817]
Bug Fixes
* Fix a crash triggered by rndc modzone on a zone from a configuration file.
* Calling rndc modzone on a zone that was configured in the configuration
file caused a crash. This has been fixed. [GL #5800]
* Fix a crash triggered by rndc modzone on zone that already existed in NZF
file.
Calling rndc modzone didn't work properly for a zone that was configured
in the configuration file. It could crash if BIND 9 was built without
LMDB or if there was already an NZF file for the zone. This has been
fixed. [GL #5826]
To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/net/bind918/Makefile
cvs rdiff -u -r1.38 -r1.39 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.66 pkgsrc/net/bind918/Makefile:1.67
--- pkgsrc/net/bind918/Makefile:1.66 Wed Mar 25 15:12:51 2026
+++ pkgsrc/net/bind918/Makefile Wed Apr 1 21:55:55 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2026/03/25 15:12:51 taca Exp $
+# $NetBSD: Makefile,v 1.67 2026/04/01 21:55:55 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.47
+BIND_VERSION= 9.18.48
BUILD_DEFS+= BIND_DIR VARBASE
Index: pkgsrc/net/bind918/distinfo
diff -u pkgsrc/net/bind918/distinfo:1.38 pkgsrc/net/bind918/distinfo:1.39
--- pkgsrc/net/bind918/distinfo:1.38 Wed Mar 25 15:12:51 2026
+++ pkgsrc/net/bind918/distinfo Wed Apr 1 21:55:55 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.38 2026/03/25 15:12:51 taca Exp $
+$NetBSD: distinfo,v 1.39 2026/04/01 21:55:55 taca Exp $
-BLAKE2s (bind-9.18.47.tar.xz) = faff330d5e6936a76c1a803884611f0cae726041b97d102f1782b53b2ae36e7d
-SHA512 (bind-9.18.47.tar.xz) = 8135d453c0dd99947c93b9fb8fe1a52c5657f1c675b503dbfb745dfc9bb278121dc307d590bae99b439b093e87cb2bd0bf07d0a32ffd8a39841752559a0df1e8
-Size (bind-9.18.47.tar.xz) = 5448920 bytes
+BLAKE2s (bind-9.18.48.tar.xz) = e13114efe5651bef075e5296cdad8f7a667e6b15467d77f8b561b11886709717
+SHA512 (bind-9.18.48.tar.xz) = 9c93fe60e8fdfa140cfd535beaf42b368aed885aa97669f990f100c8d75d02cb2b0423f87e8b0f36315fda5bb998e18b7bf8d3d649e9ffe32a4724947a5bebe7
+Size (bind-9.18.48.tar.xz) = 5452356 bytes
SHA1 (patch-bin_named_main.c) = 4e4a763c478f1fcecb7e65968cf6ca20dacf01f1
SHA1 (patch-bin_named_os.c) = 5ecb0883076575d8ac5fcad68f9daad6c9be0d0b
SHA1 (patch-bin_named_server.c) = 52190897c4c4b141d98ca5bca7cc3eb4c83ac584
Home |
Main Index |
Thread Index |
Old Index