2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 05:28:00 +00:00

[9.20] 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

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
This commit is contained in:
Michal Nowak 2025-06-26 13:36:58 +02:00
commit bad04f74a5

View File

@ -1217,7 +1217,7 @@ gcc:tumbleweed:amd64:
# NOTE: This does *not* enable testing of the DNSRPS feature itself.
# Doing that requires a DNSRPS provider library to be present on the
# test host.
EXTRA_CONFIGURE: "--enable-dnsrps --enable-dnsrps-dl --with-libidn2 ${WITH_READLINE_READLINE}"
EXTRA_CONFIGURE: "--enable-dnsrps --enable-dnsrps-dl --with-libidn2 --without-gssapi ${WITH_READLINE_READLINE}"
GNUMAKEFLAGS: "--shuffle=random"
<<: *tumbleweed_latest_amd64_image
<<: *build_job