Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cyrus-sasl for openSUSE:Factory 
checked in at 2022-01-15 21:45:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cyrus-sasl (Old)
 and      /work/SRC/openSUSE:Factory/.cyrus-sasl.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cyrus-sasl"

Sat Jan 15 21:45:13 2022 rev:62 rq:946493 version:2.1.27

Changes:
--------
cyrus-sasl-saslauthd-bdb.changes: same change
cyrus-sasl-saslauthd.changes: same change
--- /work/SRC/openSUSE:Factory/cyrus-sasl/cyrus-sasl.changes    2021-03-02 
12:28:23.499474769 +0100
+++ /work/SRC/openSUSE:Factory/.cyrus-sasl.new.1892/cyrus-sasl.changes  
2022-01-15 21:45:40.881629389 +0100
@@ -1,0 +2,8 @@
+Thu Jan 13 14:58:15 UTC 2022 - Peter Varkoly <[email protected]>
+
+- postfix: sasl authentication with password fails (bsc#1194265)
+  Add config parameter --with-dblib=gdbm
+- Avoid converting of /etc/sasldb2 by every update. Convert
+  /etc/sasldb2 only if it is a Berkeley DB
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ cyrus-sasl-bdb.spec ++++++
--- /var/tmp/diff_new_pack.jrsBYF/_old  2022-01-15 21:45:41.501629717 +0100
+++ /var/tmp/diff_new_pack.jrsBYF/_new  2022-01-15 21:45:41.509629721 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cyrus-sasl-bdb
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

cyrus-sasl-saslauthd-bdb.spec: same change
cyrus-sasl-saslauthd.spec: same change
++++++ cyrus-sasl.spec ++++++
--- /var/tmp/diff_new_pack.jrsBYF/_old  2022-01-15 21:45:41.601629771 +0100
+++ /var/tmp/diff_new_pack.jrsBYF/_new  2022-01-15 21:45:41.605629772 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cyrus-sasl
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -189,6 +189,7 @@
             --with-plugindir=%{_libdir}/sasl2 \
             --with-configdir=/etc/sasl2/:%{_libdir}/sasl2 \
            --with-saslauthd=/run/sasl2/ \
+           --with-dblib=gdbm \
            --enable-pam \
            --enable-sample \
            --enable-login \
@@ -216,7 +217,7 @@
 %pre
 #Convert password file from berkely into gdbm
 #In %pre the existing file will be dumped out
-if [ -e /etc/sasldb2 ]; then
+if  /usr/bin/db_verify /etc/sasldb2 &> /dev/null ; then
 cat <<EOF > /var/adm/update-scripts/saslpw.awk
 {
         split(\$0,b,/\\\00/)

Reply via email to