From 301ac411fbd417afbcd3cebf52dad5689a7ec12b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Mon, 15 Jan 2024 15:46:01 +0100 Subject: [PATCH 1/3] Update BIND version to 9.18.24-dev --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 40f3e0cf72..193a82018d 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # m4_define([bind_VERSION_MAJOR], 9)dnl m4_define([bind_VERSION_MINOR], 18)dnl -m4_define([bind_VERSION_PATCH], 23)dnl +m4_define([bind_VERSION_PATCH], 24)dnl m4_define([bind_VERSION_EXTRA], -dev)dnl m4_define([bind_DESCRIPTION], [(Extended Support Version)])dnl m4_define([bind_SRCID], [m4_esyscmd_s([git rev-parse --short HEAD | cut -b1-7])])dnl From 6e0dc71a1230c283da879271adcd0b8f6a1f017c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Mon, 15 Jan 2024 15:46:01 +0100 Subject: [PATCH 2/3] Set up release notes for BIND 9.18.24 --- doc/notes/notes-current.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 4c27810c5a..674352d6f0 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -9,7 +9,7 @@ .. See the COPYRIGHT file distributed with this work for additional .. information regarding copyright ownership. -Notes for BIND 9.18.23 +Notes for BIND 9.18.24 ---------------------- Security Fixes From 695b9394d1e9b2eef0804f5e842a75015e14d09c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Mon, 15 Jan 2024 15:46:01 +0100 Subject: [PATCH 3/3] Account for February 2024 releases in CHANGES --- CHANGES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 5701e6bfd9..a0ea728fc9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,10 +1,10 @@ -6322. [bug] Changes to "listen-on" statements were ignored on +6324. [bug] Changes to "listen-on" statements were ignored on reconfiguration unless the port or interface address was changed, making it impossible to change a related listener transport type. Thanks to Thomas Amgarten. [GL #4518] [GL #4528] -6320. [bug] Fix a possible crash in 'dig +nssearch +nofail' and +6322. [bug] Fix a possible crash in 'dig +nssearch +nofail' and 'host -C' commands when one of the name servers returns SERVFAIL. [GL #4508]