Hello community,

here is the log from the commit of package cyrus-sasl for openSUSE:Factory 
checked in at 2014-08-07 08:07:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cyrus-sasl (Old)
 and      /work/SRC/openSUSE:Factory/.cyrus-sasl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cyrus-sasl"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cyrus-sasl/cyrus-sasl-saslauthd.changes  
2014-04-06 07:10:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cyrus-sasl.new/cyrus-sasl-saslauthd.changes     
2014-08-07 08:07:34.000000000 +0200
@@ -1,0 +2,12 @@
+Tue Jul 29 23:33:45 UTC 2014 - [email protected]
+
+- Changed references to /var/run, to /run in order to clear rpmlint check 
failure, due to files being installed to /var/run 
+
+-------------------------------------------------------------------
+Sat Jul 19 12:54:50 UTC 2014 - [email protected]
+
+- 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 
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/cyrus-sasl/cyrus-sasl.changes    2013-11-29 
12:03:39.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.cyrus-sasl.new/cyrus-sasl.changes       
2014-08-07 08:07:34.000000000 +0200
@@ -1,0 +2,18 @@
+Tue Jul 29 23:31:35 UTC 2014 - [email protected]
+
+- Changed --with-saslauthd=/var/run/sasl2 in %build to /run/sasl2 to clear 
rpmlint check failure
+
+-------------------------------------------------------------------
+Sat Jul 19 12:54:50 UTC 2014 - [email protected]
+
+- 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 
+
+-------------------------------------------------------------------
+Fri Jun 13 11:03:45 UTC 2014 - [email protected]
+
+- Revert upstream commit 080e51c7fa0421eb2f0210d34cf0ac48a228b1e9
+  cyrus-sasl-revert_gssapi_flags.patch (bnc#775279)
+
+-------------------------------------------------------------------

New:
----
  cyrus-sasl-revert_gssapi_flags.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cyrus-sasl-saslauthd.spec ++++++
--- /var/tmp/diff_new_pack.adBEtT/_old  2014-08-07 08:07:35.000000000 +0200
+++ /var/tmp/diff_new_pack.adBEtT/_new  2014-08-07 08:07:35.000000000 +0200
@@ -34,7 +34,7 @@
 Patch5:         cyrus-sasl-no_rpath.patch
 Patch6:         cyrus-sasl-lfs.patch
 Patch7:         fix-sasl-header.diff
-PreReq:         %insserv_prereq %fillup_prereq
+PreReq:         %fillup_prereq
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  db-devel
 BuildRequires:  krb5-devel
@@ -82,7 +82,7 @@
 export CFLAGS="-fno-strict-aliasing $RPM_OPT_FLAGS -DLDAP_DEPRECATED"
 %configure --with-plugindir=%{_libdir}/sasl2 \
             --with-configdir=/etc/sasl2/:%{_libdir}/sasl2 \
-            --with-saslauthd=/var/run/sasl2/ \
+            --with-saslauthd=/run/sasl2/ \
             --enable-checkapop=no \
             --enable-cram=no \
             --enable-digest=no \
@@ -112,7 +112,7 @@
 cd ..
 cd saslauthd
 make DESTDIR=$RPM_BUILD_ROOT sasldir=%{_libdir}/sasl2 install
-install -m 755 -d $RPM_BUILD_ROOT/var/run/sasl2
+install -m 755 -d $RPM_BUILD_ROOT/run/sasl2
 mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man8
 install -m 644 saslauthd.mdoc $RPM_BUILD_ROOT/%{_mandir}/man8/saslauthd.8
 mkdir -p $RPM_BUILD_ROOT/usr/bin
@@ -144,7 +144,7 @@
 %defattr(-,root,root)
 /var/adm/fillup-templates/sysconfig.saslauthd
 %{_unitdir}/saslauthd.service
-%dir %attr(0755, root, root) %ghost /var/run/sasl2   
+%dir %attr(0755, root, root) %ghost /run/sasl2   
 /usr/sbin/*
 /usr/bin/*
 %doc %{_mandir}/man8/*.gz

++++++ cyrus-sasl.spec ++++++
--- /var/tmp/diff_new_pack.adBEtT/_old  2014-08-07 08:07:36.000000000 +0200
+++ /var/tmp/diff_new_pack.adBEtT/_new  2014-08-07 08:07:36.000000000 +0200
@@ -34,7 +34,7 @@
 Patch5:         cyrus-sasl-no_rpath.patch
 Patch6:         cyrus-sasl-lfs.patch
 Patch7:         fix-sasl-header.diff
-PreReq:         %insserv_prereq %fillup_prereq
+Patch8:         cyrus-sasl-revert_gssapi_flags.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  db-devel
 BuildRequires:  krb5-mini-devel
@@ -170,6 +170,7 @@
 %patch5 -p1
 %patch6
 %patch7 -p1
+%patch8 -p1
 
 %build
 find . -name "*.cvsignore" -exec rm -fv "{}" "+"
@@ -178,7 +179,7 @@
 %configure --with-pic \
             --with-plugindir=%{_libdir}/sasl2 \
             --with-configdir=/etc/sasl2/:%{_libdir}/sasl2 \
-           --with-saslauthd=/var/run/sasl2/ \
+           --with-saslauthd=/run/sasl2/ \
            --enable-pam \
            --enable-sample \
            --enable-login \

++++++ cyrus-sasl-revert_gssapi_flags.patch ++++++
--- a/plugins/gssapi.c
+++ b/plugins/gssapi.c
@@ -1583,10 +1583,10 @@ static int gssapi_client_mech_step(void *conn_context,
        }
 
        /* Setup req_flags properly */
-       req_flags = GSS_C_INTEG_FLAG;
+       req_flags = GSS_C_MUTUAL_FLAG | GSS_C_SEQUENCE_FLAG;
        if (params->props.max_ssf > params->external_ssf) {
            /* We are requesting a security layer */
-           req_flags |= GSS_C_MUTUAL_FLAG | GSS_C_SEQUENCE_FLAG;
+           req_flags |= GSS_C_INTEG_FLAG;
            /* Any SSF bigger than 1 is confidentiality. */
            /* Let's check if the client of the API requires confidentiality,
               and it wasn't already provided by an external layer */
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to