]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: ci: Disable Kerberos in tumbleweed
authorMichal Nowak <mnowak@isc.org>
Thu, 26 Jun 2025 10:56:08 +0000 (12:56 +0200)
committerMichal Nowak <mnowak@isc.org>
Thu, 26 Jun 2025 10:56:08 +0000 (12:56 +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

Merge branch '5394-disable-kerberos-in-tumbleweed' into 'main'

See merge request isc-projects/bind9!10643


Trivial merge