]> git.ipfire.org Git - thirdparty/bind9.git/commit
Disable Kerberos in tumbleweed
authorMichal Nowak <mnowak@isc.org>
Wed, 25 Jun 2025 13:35:23 +0000 (15:35 +0200)
committerMichal Nowak <mnowak@isc.org>
Thu, 26 Jun 2025 11:02:42 +0000 (13:02 +0200)
commitfa22c29f95c4af11f79e6d0081d2d02711215e84
tree37a7db4e0905882184c13845804e35d7156f9a92
parentdaeca279cd4a9ca97b175fcd4736bf300fe752bc
Disable Kerberos in tumbleweed

In the tumbleweed image, we utilize LibreSSL. Several BIND 9 libraries
are linked against LibreSSL's libcrypto.so.55, and when Kerberos is
enabled, we link against libk5crypto.so.3, which in turn links against
OpenSSL's libcrypto.so.3. This might theoretically lead to a symbol
conflict.

(cherry picked from commit 1b2c191bed4097e1095de3bc2f3854b6db894a8e)
.gitlab-ci.yml