]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[9.20] chg: ci: Disable Kerberos in tumbleweed
authorMichal Nowak <mnowak@isc.org>
Thu, 26 Jun 2025 11:36:58 +0000 (13:36 +0200)
committerMichal Nowak <mnowak@isc.org>
Thu, 26 Jun 2025 11:36:58 +0000 (13:36 +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.20' into 'bind-9.20'

See merge request isc-projects/bind9!10651


Trivial merge