]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release notes for [GL #2888]
authorOndřej Surý <ondrej@isc.org>
Tue, 14 Sep 2021 13:19:01 +0000 (15:19 +0200)
committerOndřej Surý <ondrej@isc.org>
Tue, 14 Sep 2021 18:32:11 +0000 (20:32 +0200)
(cherry picked from commit bba5e98734c49bdd2c570517f2dc2f0f61c65221)

CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index aa842ebe75c96d3aa9d13bbd345f5f329ef37176..5e64e6ce91205717124f9c8f337da684a5de3e7e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+5715.  [func]          Add a check when the *-source(-v6) clashes with the
+                       global listening port. Such a configuration was already
+                       forbidden, but it failed silently. [GL #2888]
+
 5714.  [bug]           Remove the "adjust interface" mechanism that
                        set up a listener on interfaces where the *-source(-v6)
                        address and port were the same as the listening
index 2249131d1d519bc1864e2d41ade7d79446811e73..4fa678efa17ca0b3bdbd586ca74d1ce0f6a89fd4 100644 (file)
@@ -46,6 +46,18 @@ Feature Changes
   engine is already available in BIND 9; please see the ARM section on
   PKCS#11 for details. :gl:`#2691`
 
+- ``named`` and ``named-checkconf`` now issue a warning when there is a single
+  configured port in the ``query-source``, ``transfer-source``,
+  ``notify-source``, and ``parental-source``, and/or in their respective IPv6 counterparts.
+  :gl:`#2888`
+
+- ``named`` and ``named-checkconf`` now return an error when the single configured
+  port in the ``query-source``, ``transfer-source``, ``notify-source``,
+  ``parental-source``, and/or their respective IPv6 counterparts clashes with the
+  global listening port. This configuration is no longer supported as of BIND
+  9.16.0 but no error was reported, although sending UDP messages
+  (such as notifies) would fail. :gl:`#2888`
+
 Bug Fixes
 ~~~~~~~~~