From 39f18589b44ca5da8349591de80032174a8d69ba2155cff92aac11d16c29931a Mon Sep 17 00:00:00 2001 From: Peter Varkoly Date: Thu, 29 Jun 2017 10:48:30 +0000 Subject: [PATCH 1/4] - 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 --- cyrus-sasl-saslauthd.changes | 12 ++++++++++++ cyrus-sasl-saslauthd.spec | 7 +++++-- cyrus-sasl.changes | 10 ++++++++++ cyrus-sasl.spec | 2 +- 4 files changed, 28 insertions(+), 3 deletions(-) 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 From 1770862617df69545c7083daa13a01c6e674968bc9e8cdedf6343e18b8604400 Mon Sep 17 00:00:00 2001 From: Peter Varkoly Date: Fri, 30 Jun 2017 09:04:08 +0000 Subject: [PATCH 2/4] - bnc#1026825 saslauthd: :set_auth_mech : unknown authentication mechanism: kerberos5 - really use SASLAUTHD_PARAMS variable (bnc#938657) - 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=64 --- cyrus-sasl-saslauthd.changes | 14 +++++++------- cyrus-sasl.changes | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/cyrus-sasl-saslauthd.changes b/cyrus-sasl-saslauthd.changes index a87ced5..7cd3b93 100644 --- a/cyrus-sasl-saslauthd.changes +++ b/cyrus-sasl-saslauthd.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +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 @@ -8,13 +15,6 @@ 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.changes b/cyrus-sasl.changes index a87ced5..7cd3b93 100644 --- a/cyrus-sasl.changes +++ b/cyrus-sasl.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +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 @@ -8,13 +15,6 @@ 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 From 5b81edf44c90811c6d326530e502935b884ebd0674eec548b81bd1d654c50fd5 Mon Sep 17 00:00:00 2001 From: Peter Varkoly Date: Fri, 30 Jun 2017 11:50:34 +0000 Subject: [PATCH 3/4] is neither sysconfig or init file OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=65 --- cyrus-sasl.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyrus-sasl.changes b/cyrus-sasl.changes index 7cd3b93..9488d00 100644 --- a/cyrus-sasl.changes +++ b/cyrus-sasl.changes @@ -40,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 From 2f18a305c54aa049e4ff296f03168ae258cfcc321b8736da6c6fa7013c10f319 Mon Sep 17 00:00:00 2001 From: Peter Varkoly Date: Fri, 30 Jun 2017 11:50:54 +0000 Subject: [PATCH 4/4] is neither sysconfig or init file OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=66 --- cyrus-sasl-saslauthd.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyrus-sasl-saslauthd.changes b/cyrus-sasl-saslauthd.changes index 7cd3b93..9488d00 100644 --- a/cyrus-sasl-saslauthd.changes +++ b/cyrus-sasl-saslauthd.changes @@ -40,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