Accepting request 507330 from network

- 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

  is neither sysconfig or init file
- bnc#1026825 saslauthd: :set_auth_mech : unknown authentication mechanism: kerberos5

- really use SASLAUTHD_PARAMS variable (bnc#938657)

  is neither sysconfig or init file

OBS-URL: https://build.opensuse.org/request/show/507330
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cyrus-sasl?expand=0&rev=53
This commit is contained in:
Dominique Leuenberger 2017-07-04 07:08:30 +00:00 committed by Git OBS Bridge
commit aca01656f0
4 changed files with 30 additions and 5 deletions

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
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 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
@ -28,7 +40,7 @@ Sat Jul 19 12:54:50 UTC 2014 - p.drouand@gmail.com
- Remove insserv dependency; it's unneeded with systemd' systems
- Remove insserv and fillup dependency in cyrus-sasl package; there
is neither sysconfig or init file
is neither sysconfig or init file
-------------------------------------------------------------------
Fri Jun 13 11:03:45 UTC 2014 - ckornacker@suse.com

View File

@ -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}

View File

@ -5,6 +5,16 @@ Wed Mar 22 09:56:37 UTC 2017 - michael@stroeder.com
SASL GSSAPI mechanism acceptor wrongly returns zero maxbufsize #402
(see https://github.com/cyrusimap/cyrus-sasl/issues/402)
-------------------------------------------------------------------
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)
-------------------------------------------------------------------
Tue Jan 6 19:02:33 UTC 2015 - varkoly@suse.com
@ -30,7 +40,7 @@ Sat Jul 19 12:54:50 UTC 2014 - p.drouand@gmail.com
- Remove insserv dependency; it's unneeded with systemd' systems
- Remove insserv and fillup dependency in cyrus-sasl package; there
is neither sysconfig or init file
is neither sysconfig or init file
-------------------------------------------------------------------
Fri Jun 13 11:03:45 UTC 2014 - ckornacker@suse.com

View File

@ -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