]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] chg: ci: Disable Kerberos in tumbleweed
authorMichal Nowak <mnowak@isc.org>
Thu, 26 Jun 2025 11:38:32 +0000 (13:38 +0200)
committerMichal Nowak <mnowak@isc.org>
Thu, 26 Jun 2025 11:38:32 +0000 (13:38 +0200)
commit8a9ff94a056dd7e1917cb0bd3cc6a07e1b00ef50
tree37a7db4e0905882184c13845804e35d7156f9a92
parentdaeca279cd4a9ca97b175fcd4736bf300fe752bc
parentfa22c29f95c4af11f79e6d0081d2d02711215e84
[9.18] chg: ci: 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.

Closes #5394

Backport of MR !10643

Merge branch 'backport-5394-disable-kerberos-in-tumbleweed-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!10652