From: Mark Andrews Date: Fri, 22 Jan 2021 05:04:33 +0000 (+1100) Subject: Add CHANGES for [GL #2402] X-Git-Tag: v9.17.11~49^2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=98dc47d351fa5a863b3fcdb68dccff33b2f98d42;p=thirdparty%2Fbind9.git Add CHANGES for [GL #2402] --- diff --git a/CHANGES b/CHANGES index c5f893bd900..fb695d438e4 100644 --- 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]