]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[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)
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


Trivial merge