]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES note for [GL #2866]
authorOndřej Surý <ondrej@isc.org>
Wed, 8 Sep 2021 08:50:10 +0000 (10:50 +0200)
committerOndřej Surý <ondrej@isc.org>
Tue, 14 Sep 2021 19:02:07 +0000 (21:02 +0200)
CHANGES

diff --git a/CHANGES b/CHANGES
index 5e64e6ce91205717124f9c8f337da684a5de3e7e..2c7f90e209fff25e6cbb211eae35f9496cfa7aeb 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+5716.  [bug]           Multiple library names were mistakenly passed to the
+                       krb5-config utility when ./configure was invoked with
+                       the --with-gssapi=[/path/to/]krb5-config option. This
+                       has been fixed by invoking krb5-config separately for
+                       each required library. [GL #2866]
+
 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]