]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add release note and CHANGES for #3323
authorMatthijs Mekking <matthijs@isc.org>
Tue, 30 Apr 2024 09:21:59 +0000 (11:21 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Mon, 6 May 2024 10:18:45 +0000 (12:18 +0200)
(cherry picked from commit 2726b569b1042a4fe2a7dde1a4fdd0af21ed8e6b)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index 3a8ce8bbe70836053862f3e24262c8bc097c6248..be5a479ac80047779bf6234fa930009b4203b09e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+6382.  [bug]           Fix RPZ response's SOA record TTL, which was incorrectly
+                       set to 1 if 'add-soa' is used. [GL #3323]
+
 6374.  [bug]           Skip to next RRSIG if signature has expired or is in
                        the future rather than failing immediately. [GL #4586]
 
index 059d4cf0c01fdfc4ff0ff54cf28d06a295a0f9ee..e42d192fba84091a9df4b92e2dd7b409588ca422 100644 (file)
@@ -35,7 +35,8 @@ Feature Changes
 Bug Fixes
 ~~~~~~~~~
 
-- None.
+- An RPZ response's SOA record TTL was set to 1 instead of the SOA TTL, if
+  ``add-soa`` was used. This has been fixed. :gl:`#3323`
 
 Known Issues
 ~~~~~~~~~~~~