diff --git a/cyrus-sasl.spec b/cyrus-sasl.spec index 30293004f736b8f7d14e1b893b148f51fb9a898f..d226abef9e89369c8b111c7400adad0bf394ef8e 100644 --- a/cyrus-sasl.spec +++ b/cyrus-sasl.spec @@ -6,7 +6,7 @@ Name: cyrus-sasl Version: 2.1.28 -Release: 8 +Release: 9 Summary: The Cyrus SASL API Implementation License: BSD with advertising @@ -137,14 +137,13 @@ echo "$LDFLAGS" %configure \ --enable-shared --disable-static \ - --disable-java \ --with-plugindir=%{_libdir}/sasl2 \ --with-configdir=%{_libdir}/sasl2:%{_sysconfdir}/sasl2 \ --disable-krb4 \ --enable-gssapi${krb5_prefix:+=${krb5_prefix}} \ --with-gss_impl=mit \ --with-rc4 \ - --with-bdb=gdbm \ + --with-dblib=gdbm \ --with-saslauthd=/run/saslauthd --without-pwcheck \ %if ! %{bootstrap_cyrus_sasl} --with-ldap \ @@ -266,6 +265,9 @@ getent passwd %{username} >/dev/null || useradd -r -g %{username} -d %{homedir} %changelog +* Sat Dec 06 2025 houmingyong - 2.1.28-9 +- use the correct compile option + * Mon Nov 17 2025 yixiangzhike - 2.1.28-8 - fix saslauthd coredump with httpform