Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package courier-authlib for openSUSE:Factory
checked in at 2021-04-14 10:10:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/courier-authlib (Old)
and /work/SRC/openSUSE:Factory/.courier-authlib.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "courier-authlib"
Wed Apr 14 10:10:58 2021 rev:51 rq:884856 version:0.71.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/courier-authlib/courier-authlib.changes
2021-04-06 17:31:54.203267754 +0200
+++
/work/SRC/openSUSE:Factory/.courier-authlib.new.2401/courier-authlib.changes
2021-04-14 10:11:29.489545603 +0200
@@ -1,0 +2,6 @@
+Tue Apr 13 06:34:33 UTC 2021 - Arjen de Korte <[email protected]>
+
+- update to 0.71.3
+ * courier-authlib: Report failed LDAP authenticated bind correctly.
+
+-------------------------------------------------------------------
Old:
----
courier-authlib-0.71.2.tar.bz2
courier-authlib-0.71.2.tar.bz2.sig
New:
----
courier-authlib-0.71.3.tar.bz2
courier-authlib-0.71.3.tar.bz2.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ courier-authlib.spec ++++++
--- /var/tmp/diff_new_pack.BlR4ZJ/_old 2021-04-14 10:11:30.025546508 +0200
+++ /var/tmp/diff_new_pack.BlR4ZJ/_new 2021-04-14 10:11:30.029546514 +0200
@@ -17,7 +17,7 @@
Name: courier-authlib
-Version: 0.71.2
+Version: 0.71.3
Release: 0
Summary: Courier authentication library
License: SUSE-GPL-3.0-with-openssl-exception
++++++ courier-authlib-0.71.2.tar.bz2 -> courier-authlib-0.71.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/courier-authlib-0.71.2/ChangeLog
new/courier-authlib-0.71.3/ChangeLog
--- old/courier-authlib-0.71.2/ChangeLog 2021-03-14 16:56:09.000000000
+0100
+++ new/courier-authlib-0.71.3/ChangeLog 2021-04-13 02:51:50.000000000
+0200
@@ -1,3 +1,9 @@
+0.71.3
+
+2021-04-12 Sam Varshavchik <[email protected]>
+
+ * authldaplib.cpp: Fix authbind authentication failures.
+
0.71.2
2021-02-19 Sam Varshavchik <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/courier-authlib-0.71.2/aclocal.m4
new/courier-authlib-0.71.3/aclocal.m4
--- old/courier-authlib-0.71.2/aclocal.m4 2021-03-14 18:48:23.000000000
+0100
+++ new/courier-authlib-0.71.3/aclocal.m4 2021-04-13 02:52:09.000000000
+0200
@@ -30,7 +30,7 @@
if test "$vers" = ""
then
- vers=2.2.2
+ vers=2.2.3
fi
set -- `echo "$vers" | tr '.' ' '`
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/courier-authlib-0.71.2/authldaplib.cpp
new/courier-authlib-0.71.3/authldaplib.cpp
--- old/courier-authlib-0.71.2/authldaplib.cpp 2019-07-24 19:03:46.000000000
+0200
+++ new/courier-authlib-0.71.3/authldaplib.cpp 2021-04-13 02:51:15.000000000
+0200
@@ -1411,7 +1411,7 @@
if (!bind_connection.bind(dn, pass))
{
bind_connection.close();
- return 1;
+ return -1;
}
if (authldaprc.protocol_version == 2)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/courier-authlib-0.71.2/configure
new/courier-authlib-0.71.3/configure
--- old/courier-authlib-0.71.2/configure 2021-03-14 18:48:24.000000000
+0100
+++ new/courier-authlib-0.71.3/configure 2021-04-13 02:52:10.000000000
+0200
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for courier-authlib 0.71.2.
+# Generated by GNU Autoconf 2.69 for courier-authlib 0.71.3.
#
# Report bugs to <[email protected]>.
#
@@ -594,8 +594,8 @@
# Identity of this package.
PACKAGE_NAME='courier-authlib'
PACKAGE_TARNAME='courier-authlib'
-PACKAGE_VERSION='0.71.2'
-PACKAGE_STRING='courier-authlib 0.71.2'
+PACKAGE_VERSION='0.71.3'
+PACKAGE_STRING='courier-authlib 0.71.3'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_URL=''
@@ -1447,7 +1447,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures courier-authlib 0.71.2 to adapt to many kinds of
systems.
+\`configure' configures courier-authlib 0.71.3 to adapt to many kinds of
systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1517,7 +1517,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of courier-authlib 0.71.2:";;
+ short | recursive ) echo "Configuration of courier-authlib 0.71.3:";;
esac
cat <<\_ACEOF
@@ -1671,7 +1671,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-courier-authlib configure 0.71.2
+courier-authlib configure 0.71.3
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2261,7 +2261,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by courier-authlib $as_me 0.71.2, which was
+It was created by courier-authlib $as_me 0.71.3, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3127,7 +3127,7 @@
# Define the identity of the package.
PACKAGE='courier-authlib'
- VERSION='0.71.2'
+ VERSION='0.71.3'
cat >>confdefs.h <<_ACEOF
@@ -17976,7 +17976,7 @@
if test "$vers" = ""
then
- vers=2.2.2
+ vers=2.2.3
fi
set -- `echo "$vers" | tr '.' ' '`
@@ -20738,7 +20738,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by courier-authlib $as_me 0.71.2, which was
+This file was extended by courier-authlib $as_me 0.71.3, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -20804,7 +20804,7 @@
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //;
s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-courier-authlib config.status 0.71.2
+courier-authlib config.status 0.71.3
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/courier-authlib-0.71.2/configure.ac
new/courier-authlib-0.71.3/configure.ac
--- old/courier-authlib-0.71.2/configure.ac 2021-03-14 18:48:21.000000000
+0100
+++ new/courier-authlib-0.71.3/configure.ac 2021-04-13 02:51:58.000000000
+0200
@@ -5,7 +5,7 @@
dnl distribution information.
AC_PREREQ(2.63)
-AC_INIT([courier-authlib],[0.71.2],[[email protected]])
+AC_INIT([courier-authlib],[0.71.3],[[email protected]])
AC_CONFIG_SRCDIR([courierauth.h])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/courier-authlib-0.71.2/courier-authlib.spec
new/courier-authlib-0.71.3/courier-authlib.spec
--- old/courier-authlib-0.71.2/courier-authlib.spec 2021-03-16
01:59:53.000000000 +0100
+++ new/courier-authlib-0.71.3/courier-authlib.spec 2021-04-13
02:52:19.000000000 +0200
@@ -14,7 +14,7 @@
################################################################################
Name: courier-authlib
-Version: 0.71.2
+Version: 0.71.3
Release: 1%{?dist}%{?courier_release}
Summary: Courier authentication library
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/courier-authlib-0.71.2/libs/makedat/makedat.in
new/courier-authlib-0.71.3/libs/makedat/makedat.in
--- old/courier-authlib-0.71.2/libs/makedat/makedat.in 2018-05-23
10:00:23.000000000 +0200
+++ new/courier-authlib-0.71.3/libs/makedat/makedat.in 2021-03-27
10:00:03.000000000 +0100
@@ -1,7 +1,7 @@
#! @SHELL@
#
#
-# Copyright 1998 - 2004 Double Precision, Inc. See COPYING for
+# Copyright 1998 - 2021 Double Precision, Inc. See COPYING for
# distribution information.
#
# Generic wrapper for makedat.
@@ -83,10 +83,16 @@
then
if test "$srcfile" != "CVS"
then
- find -L "$srcfile" -maxdepth 1 -type f -not -name "*~"
-not -regex ".*\.dpkg-[a-z]*" -exec cat {} \;
+ find -L "$srcfile" -maxdepth 1 -type f -not -name "*~"
-not -regex ".*\.dpkg-[a-z]*" -print |
+ while read F
+ do
+ @CAT@ "$F"
+ echo
+ done
fi
else
- cat "$srcfile" || return
+ @CAT@ "$srcfile" || return
+ echo
fi
echo "."
}