]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES entry
authorMichał Kępień <michal@isc.org>
Fri, 16 Apr 2021 12:40:06 +0000 (14:40 +0200)
committerMichał Kępień <michal@isc.org>
Fri, 16 Apr 2021 12:54:31 +0000 (14:54 +0200)
(cherry picked from commit 381202629e2662130d522c6917fce676f516fd22)

CHANGES

diff --git a/CHANGES b/CHANGES
index 3368a91f0d9e39e48dd8f9e27f76104fee06a1f5..f3929a8e418fcd5a6160e5d8e73e5d2f8d4e190f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+5621.  [bug]           Due to a backporting mistake in change 5609, named
+                       binaries built against a Kerberos/GSSAPI library whose
+                       header files did not define the GSS_SPNEGO_MECHANISM
+                       preprocessor macro were not able to start if their
+                       configuration included the "tkey-gssapi-credential"
+                       option. This has been fixed. [GL #2634]
+
 5614.  [bug]           Ensure all resources are properly cleaned up when a call
                        to gss_accept_sec_context() fails. [GL #2620]