]> 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:01:24 +0000 (13:01 +0200)
commit511f609481f1344cd88d374a7afd9232898b21fb
treebaeca50f472a49ce928ee1e718d195c4b0745b94
parentb5a407b535e32d2555988c5f1168f184e7f70f27
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