diff --git a/cyrus-sasl-saslauthd.changes b/cyrus-sasl-saslauthd.changes index 9d7a57a..a87ced5 100644 --- a/cyrus-sasl-saslauthd.changes +++ b/cyrus-sasl-saslauthd.changes @@ -1,8 +1,20 @@ +------------------------------------------------------------------- +Tue Mar 7 11:31:23 UTC 2017 - varkoly@suse.com + +- bnc#1026825 saslauthd: :set_auth_mech : unknown authentication mechanism: kerberos5 + ------------------------------------------------------------------- Wed Dec 9 20:15:40 UTC 2015 - bwiedemann@suse.com - really use SASLAUTHD_PARAMS variable (bnc#938657) +------------------------------------------------------------------- +Wed Mar 22 09:56:37 UTC 2017 - michael@stroeder.com + +- added cyrus-sasl-issue-402.patch to fix + SASL GSSAPI mechanism acceptor wrongly returns zero maxbufsize #402 + (see https://github.com/cyrusimap/cyrus-sasl/issues/402) + ------------------------------------------------------------------- Tue Jan 6 19:02:33 UTC 2015 - varkoly@suse.com diff --git a/cyrus-sasl-saslauthd.spec b/cyrus-sasl-saslauthd.spec index 251ec61..1d04562 100644 --- a/cyrus-sasl-saslauthd.spec +++ b/cyrus-sasl-saslauthd.spec @@ -1,7 +1,7 @@ # # spec file for package cyrus-sasl-saslauthd # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -94,7 +94,7 @@ export CFLAGS="-fno-strict-aliasing $RPM_OPT_FLAGS -DLDAP_DEPRECATED" --enable-passdss=no \ --enable-sample=no \ --enable-login=no \ - --enable-gssapi=no \ + --enable-gssapi=yes \ --enable-gs2=no \ --enable-scram=no \ --enable-krb4=no \ @@ -125,6 +125,9 @@ rm -f $RPM_BUILD_ROOT/%{_mandir}/cat?/* rm -f $RPM_BUILD_ROOT/%{_libdir}/sasl2/libsasldb* rm -f $RPM_BUILD_ROOT/%{_libdir}/sasl2/libldapdb.la rm -f $RPM_BUILD_ROOT/%{_libdir}/sasl2/libsql.la +rm -f $RPM_BUILD_ROOT/%{_libdir}/sasl2/libgs2.* +rm -f $RPM_BUILD_ROOT/%{_libdir}/sasl2/libgssapiv2.* + mkdir -p $RPM_BUILD_ROOT/%{_unitdir} install -m 644 %{SOURCE4} $RPM_BUILD_ROOT/%{_unitdir} diff --git a/cyrus-sasl.changes b/cyrus-sasl.changes index d3c5e0c..a87ced5 100644 --- a/cyrus-sasl.changes +++ b/cyrus-sasl.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Mar 7 11:31:23 UTC 2017 - varkoly@suse.com + +- bnc#1026825 saslauthd: :set_auth_mech : unknown authentication mechanism: kerberos5 + +------------------------------------------------------------------- +Wed Dec 9 20:15:40 UTC 2015 - bwiedemann@suse.com + +- really use SASLAUTHD_PARAMS variable (bnc#938657) + ------------------------------------------------------------------- Wed Mar 22 09:56:37 UTC 2017 - michael@stroeder.com diff --git a/cyrus-sasl.spec b/cyrus-sasl.spec index f3ebf29..90b04fb 100644 --- a/cyrus-sasl.spec +++ b/cyrus-sasl.spec @@ -1,7 +1,7 @@ # # spec file for package cyrus-sasl # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed