From: Michal Nowak Date: Thu, 26 Jun 2025 10:56:08 +0000 (+0200) Subject: chg: ci: Disable Kerberos in tumbleweed X-Git-Tag: v9.21.10~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae67c70be7ae2a1c9e61e65e7724709666a897c7;p=thirdparty%2Fbind9.git 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 Merge branch '5394-disable-kerberos-in-tumbleweed' into 'main' See merge request isc-projects/bind9!10643 --- ae67c70be7ae2a1c9e61e65e7724709666a897c7