forked from pool/cyrus-sasl
- bnc#1026825 saslauthd: :set_auth_mech : unknown authentication mechanism: kerberos5
- 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) - bnc#1026825 saslauthd: :set_auth_mech : unknown authentication mechanism: kerberos5 - really use SASLAUTHD_PARAMS variable (bnc#938657) OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=63
This commit is contained in:
parent
7d7a6af4f8
commit
39f18589b4
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user