]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES for [GL #2402]
authorMark Andrews <marka@isc.org>
Fri, 22 Jan 2021 05:04:33 +0000 (16:04 +1100)
committerMark Andrews <marka@isc.org>
Tue, 16 Feb 2021 23:38:26 +0000 (10:38 +1100)
(cherry picked from commit 98dc47d351fa5a863b3fcdb68dccff33b2f98d42)

CHANGES

diff --git a/CHANGES b/CHANGES
index d2e2ae6fcf00dc7bec2c65bc020ba3712b68ea81..1c03b8b555ad5f53d8477e0fe3a719f637247caf 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+5582.  [bug]           BIND 9 failed to build when static OpenSSL libraries
+                       were used and the *.pc files for libssl and/or libcrypto
+                       were unavailable. This has been fixed by ensuring the
+                       correct linking order for libssl and libcrypto is always
+                       used. [GL #2402]
+
 5581.  [bug]           Fix memory leak happening when inline-signed zones
                        were added to the configuration followed by a
                        reconfiguration of named. [GL #2041]