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-03-20 21:26:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/courier-authlib (Old)
and /work/SRC/openSUSE:Factory/.courier-authlib.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "courier-authlib"
Sat Mar 20 21:26:37 2021 rev:49 rq:880272 version:0.71.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/courier-authlib/courier-authlib.changes
2021-02-10 21:31:15.762360475 +0100
+++
/work/SRC/openSUSE:Factory/.courier-authlib.new.2401/courier-authlib.changes
2021-03-20 21:26:50.189237127 +0100
@@ -1,0 +2,9 @@
+Sat Mar 20 09:23:10 UTC 2021 - Arjen de Korte <[email protected]>
+
+- update to 0.71.2
+ * No relevant changes for (open)SUSE build
+- update source download URL
+- fix unsafe permissions for socket directory (boo#1183724)
+ % courier-authlib.tmpfile
+
+-------------------------------------------------------------------
Old:
----
courier-authlib-0.71.1.tar.bz2
courier-authlib-0.71.1.tar.bz2.sig
New:
----
courier-authlib-0.71.2.tar.bz2
courier-authlib-0.71.2.tar.bz2.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ courier-authlib.spec ++++++
--- /var/tmp/diff_new_pack.5C35Sx/_old 2021-03-20 21:26:50.797237838 +0100
+++ /var/tmp/diff_new_pack.5C35Sx/_new 2021-03-20 21:26:50.797237838 +0100
@@ -17,14 +17,14 @@
Name: courier-authlib
-Version: 0.71.1
+Version: 0.71.2
Release: 0
Summary: Courier authentication library
License: SUSE-GPL-3.0-with-openssl-exception
Group: Productivity/Networking/Email/Servers
URL: https://www.courier-mta.org/imap/
-Source0:
https://downloads.sourceforge.net/project/courier/authlib/%{version}/%{name}-%{version}.tar.bz2
-Source1:
https://downloads.sourceforge.net/project/courier/authlib/%{version}/%{name}-%{version}.tar.bz2.sig
+Source0:
https://downloads.sourceforge.net/courier/%{name}-%{version}.tar.bz2
+Source1:
https://downloads.sourceforge.net/courier/%{name}-%{version}.tar.bz2.sig
# Keyring downloaded from
https://www.courier-mta.org/KEYS.bin#/%%{name}.keyring
Source2: %{name}.keyring
Source3: courier-authdaemon-rpmlintrc
++++++ courier-authlib-0.71.1.tar.bz2 -> courier-authlib-0.71.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/courier-authlib-0.71.1/ChangeLog
new/courier-authlib-0.71.2/ChangeLog
--- old/courier-authlib-0.71.1/ChangeLog 2021-02-07 06:24:46.000000000
+0100
+++ new/courier-authlib-0.71.2/ChangeLog 2021-03-14 16:56:09.000000000
+0100
@@ -1,3 +1,9 @@
+0.71.2
+
+2021-02-19 Sam Varshavchik <[email protected]>
+
+ * spec file: additional fixes.
+
0.71.1
2021-02-07 Sam Varshavchik <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/courier-authlib-0.71.1/Makefile.am
new/courier-authlib-0.71.2/Makefile.am
--- old/courier-authlib-0.71.1/Makefile.am 2021-02-07 06:20:35.000000000
+0100
+++ new/courier-authlib-0.71.2/Makefile.am 2021-03-14 18:49:13.000000000
+0100
@@ -300,7 +300,7 @@
README.authmysql.myownquery \
README.authdebug.html.in \
courier-authlib.spec \
- courier-authlib.lpspec pgpkeys.txt \
+ pgpkeys.txt \
README_authlib.html.in \
authlib.html.in authlib.3.in \
authpasswd.html authpasswd.1 \
@@ -602,8 +602,8 @@
$(MAKE) rpm
$(MAKE)
$(MAKE)
- rm -f @[email protected] @[email protected]
- $(MAKE) @[email protected] @[email protected]
+ rm -f @[email protected]
+ $(MAKE) @[email protected]
$(MAKE) dist
rpm: rpm-build
@@ -613,18 +613,6 @@
$(MAKE) dist
$(MAKE) dorpm
-lpm: lpm-build
-
-lpm-build:
- $(MAKE) bump.rpm.release
- $(MAKE) dist
- $(MAKE) dolpm
-
-dolpm:
- rm -rf lpm
- mkdir lpm
- lpbuild `test "@REPOSITORY@" == "" || echo --define "repository=1"`
--srcbuild -o lpm @PACKAGE@-@[email protected]
-
publish: publish-@REPOSITORY@
publish-dev:
@@ -662,30 +650,27 @@
--define '_build_name_fmt
%%{ARCH}/%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm' \
--define '_tmppath %{_var}/tmp' \
--define '__spec_prep_pre %{___build_pre}' \
- @PACKAGE@-@[email protected]
+ @PACKAGE_NAME@-@[email protected]
-bump.rpm.release: @[email protected] @[email protected]
+bump.rpm.release: @[email protected]
test -f $(srcdir)/rpm.release && . $(srcdir)/rpm.release; \
NEXT_RELEASE=100; \
- test "$$VERSION" = "@VERSION@" && NEXT_RELEASE="$$RELEASE"; \
+ test "$$VERSION" = "@PACKAGE_VERSION@" && NEXT_RELEASE="$$RELEASE"; \
RELEASE=`expr $$NEXT_RELEASE + 1`; \
- echo "VERSION=@VERSION@" >$(srcdir)/rpm.release; \
+ echo "VERSION=@PACKAGE_VERSION@" >$(srcdir)/rpm.release; \
echo "RELEASE=$$RELEASE" >>$(srcdir)/rpm.release; \
sed 's/^Release: .*/Release: '$$RELEASE'%{?dist}%{?courier_release}/' \
- <@[email protected] >@[email protected]; \
- mv @[email protected] @[email protected]; \
- sed 's/^Release: .*/Release: '$$RELEASE'/' \
- <@[email protected] >@[email protected]; \
- mv @[email protected] @[email protected]
+ <@[email protected] >@[email protected]; \
+ mv @[email protected] @[email protected];
upload-beta:
- rm -f @PACKAGE@-@[email protected]; gpg --detach-sign --default-key
[email protected] @PACKAGE@-@[email protected]; test -f
@PACKAGE@-@[email protected] || exit 1
- ~/src/sftools/release.pl mrsam courier authlib-devel `echo
@VERSION@|sed 's/.*\(........\)/\1/'` @PACKAGE@-@[email protected]
@PACKAGE@-@[email protected]
+ rm -f @PACKAGE_NAME@-@[email protected]; gpg --detach-sign
--default-key [email protected] @PACKAGE_NAME@-@[email protected];
test -f @PACKAGE_NAME@-@[email protected] || exit 1
+ ~/src/sftools/release.pl mrsam courier authlib-devel `echo
@PACKAGE_VERSION@|sed 's/.*\(........\)/\1/'`
@PACKAGE_NAME@-@[email protected]
@PACKAGE_NAME@-@[email protected]
upload-dist:
- rm -f @PACKAGE@-@[email protected]; gpg --detach-sign --default-key
[email protected] @PACKAGE@-@[email protected]; test -f
@PACKAGE@-@[email protected] || exit 1
- set -e; v="@PACKAGE@/@VERSION@/`date +%Y%m%d%H%M%S`"; git tag -s $$v -m
'Tag version @VERSION@'; cd libs; git tag -s $$v -m 'Tag version @VERSION@'
- socksify ~/src/sftools/release.pl mrsam courier authlib @VERSION@
@PACKAGE@-@[email protected] @PACKAGE@-@[email protected]
+ rm -f @PACKAGE_NAME@-@[email protected]; gpg --detach-sign
--default-key [email protected] @PACKAGE_NAME@-@[email protected];
test -f @PACKAGE_NAME@-@[email protected] || exit 1
+ set -e; v="@PACKAGE_NAME@/@PACKAGE_VERSION@/`date +%Y%m%d%H%M%S`"; git
tag -s $$v -m 'Tag version @PACKAGE_VERSION@'; cd libs; git tag -s $$v -m 'Tag
version @PACKAGE_VERSION@'
+ socksify ~/src/sftools/release.pl mrsam courier authlib
@PACKAGE_VERSION@ @PACKAGE_NAME@-@[email protected]
@PACKAGE_NAME@-@[email protected]
HTMLDOCFILES=$(HTMLFILES) README.authdebug.html README_authlib.html \
$(man3:%.3=%.html) $(man1:%.1=%.html) userdb/userdb.html
userdb/makeuserdb.html userdb/userdbpw.html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/courier-authlib-0.71.1/Makefile.in
new/courier-authlib-0.71.2/Makefile.in
--- old/courier-authlib-0.71.1/Makefile.in 2021-02-09 14:32:54.000000000
+0100
+++ new/courier-authlib-0.71.2/Makefile.in 2021-03-14 18:49:15.000000000
+0100
@@ -113,9 +113,8 @@
CONFIG_HEADER = courier_auth_config.h
CONFIG_CLEAN_FILES = authdaemond authdaemonrc authsystem.passwd \
README.authdebug.html dbobj.config dbobj.h \
- courier-authlib.spec courier-authlib.lpspec \
- courier-authlib.sysvinit courier-authlib.service \
- userdb-test-cram-md5.pl
+ courier-authlib.spec courier-authlib.sysvinit \
+ courier-authlib.service userdb-test-cram-md5.pl
CONFIG_CLEAN_VPATH_FILES =
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)" \
"$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(pkglibexecdir)" \
@@ -460,7 +459,6 @@
am__DIST_COMMON = $(srcdir)/Makefile.in \
$(srcdir)/README.authdebug.html.in $(srcdir)/authdaemond.in \
$(srcdir)/authdaemonrc.in $(srcdir)/authsystem.passwd.in \
- $(srcdir)/courier-authlib.lpspec.in \
$(srcdir)/courier-authlib.service.in \
$(srcdir)/courier-authlib.spec.in \
$(srcdir)/courier-authlib.sysvinit.in \
@@ -835,7 +833,7 @@
README.authmysql.myownquery \
README.authdebug.html.in \
courier-authlib.spec \
- courier-authlib.lpspec pgpkeys.txt \
+ pgpkeys.txt \
README_authlib.html.in \
authlib.html.in authlib.3.in \
authpasswd.html authpasswd.1 \
@@ -993,8 +991,6 @@
cd $(top_builddir) && $(SHELL) ./config.status $@
courier-authlib.spec: $(top_builddir)/config.status
$(srcdir)/courier-authlib.spec.in
cd $(top_builddir) && $(SHELL) ./config.status $@
-courier-authlib.lpspec: $(top_builddir)/config.status
$(srcdir)/courier-authlib.lpspec.in
- cd $(top_builddir) && $(SHELL) ./config.status $@
courier-authlib.sysvinit: $(top_builddir)/config.status
$(srcdir)/courier-authlib.sysvinit.in
cd $(top_builddir) && $(SHELL) ./config.status $@
courier-authlib.service: $(top_builddir)/config.status
$(srcdir)/courier-authlib.service.in
@@ -2409,8 +2405,8 @@
$(MAKE) rpm
$(MAKE)
$(MAKE)
- rm -f @[email protected] @[email protected]
- $(MAKE) @[email protected] @[email protected]
+ rm -f @[email protected]
+ $(MAKE) @[email protected]
$(MAKE) dist
rpm: rpm-build
@@ -2420,18 +2416,6 @@
$(MAKE) dist
$(MAKE) dorpm
-lpm: lpm-build
-
-lpm-build:
- $(MAKE) bump.rpm.release
- $(MAKE) dist
- $(MAKE) dolpm
-
-dolpm:
- rm -rf lpm
- mkdir lpm
- lpbuild `test "@REPOSITORY@" == "" || echo --define "repository=1"`
--srcbuild -o lpm @PACKAGE@-@[email protected]
-
publish: publish-@REPOSITORY@
publish-dev:
@@ -2469,30 +2453,27 @@
--define '_build_name_fmt
%%{ARCH}/%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm' \
--define '_tmppath %{_var}/tmp' \
--define '__spec_prep_pre %{___build_pre}' \
- @PACKAGE@-@[email protected]
+ @PACKAGE_NAME@-@[email protected]
-bump.rpm.release: @[email protected] @[email protected]
+bump.rpm.release: @[email protected]
test -f $(srcdir)/rpm.release && . $(srcdir)/rpm.release; \
NEXT_RELEASE=100; \
- test "$$VERSION" = "@VERSION@" && NEXT_RELEASE="$$RELEASE"; \
+ test "$$VERSION" = "@PACKAGE_VERSION@" && NEXT_RELEASE="$$RELEASE"; \
RELEASE=`expr $$NEXT_RELEASE + 1`; \
- echo "VERSION=@VERSION@" >$(srcdir)/rpm.release; \
+ echo "VERSION=@PACKAGE_VERSION@" >$(srcdir)/rpm.release; \
echo "RELEASE=$$RELEASE" >>$(srcdir)/rpm.release; \
sed 's/^Release: .*/Release: '$$RELEASE'%{?dist}%{?courier_release}/' \
- <@[email protected] >@[email protected]; \
- mv @[email protected] @[email protected]; \
- sed 's/^Release: .*/Release: '$$RELEASE'/' \
- <@[email protected] >@[email protected]; \
- mv @[email protected] @[email protected]
+ <@[email protected] >@[email protected]; \
+ mv @[email protected] @[email protected];
upload-beta:
- rm -f @PACKAGE@-@[email protected]; gpg --detach-sign --default-key
[email protected] @PACKAGE@-@[email protected]; test -f
@PACKAGE@-@[email protected] || exit 1
- ~/src/sftools/release.pl mrsam courier authlib-devel `echo
@VERSION@|sed 's/.*\(........\)/\1/'` @PACKAGE@-@[email protected]
@PACKAGE@-@[email protected]
+ rm -f @PACKAGE_NAME@-@[email protected]; gpg --detach-sign
--default-key [email protected] @PACKAGE_NAME@-@[email protected];
test -f @PACKAGE_NAME@-@[email protected] || exit 1
+ ~/src/sftools/release.pl mrsam courier authlib-devel `echo
@PACKAGE_VERSION@|sed 's/.*\(........\)/\1/'`
@PACKAGE_NAME@-@[email protected]
@PACKAGE_NAME@-@[email protected]
upload-dist:
- rm -f @PACKAGE@-@[email protected]; gpg --detach-sign --default-key
[email protected] @PACKAGE@-@[email protected]; test -f
@PACKAGE@-@[email protected] || exit 1
- set -e; v="@PACKAGE@/@VERSION@/`date +%Y%m%d%H%M%S`"; git tag -s $$v -m
'Tag version @VERSION@'; cd libs; git tag -s $$v -m 'Tag version @VERSION@'
- socksify ~/src/sftools/release.pl mrsam courier authlib @VERSION@
@PACKAGE@-@[email protected] @PACKAGE@-@[email protected]
+ rm -f @PACKAGE_NAME@-@[email protected]; gpg --detach-sign
--default-key [email protected] @PACKAGE_NAME@-@[email protected];
test -f @PACKAGE_NAME@-@[email protected] || exit 1
+ set -e; v="@PACKAGE_NAME@/@PACKAGE_VERSION@/`date +%Y%m%d%H%M%S`"; git
tag -s $$v -m 'Tag version @PACKAGE_VERSION@'; cd libs; git tag -s $$v -m 'Tag
version @PACKAGE_VERSION@'
+ socksify ~/src/sftools/release.pl mrsam courier authlib
@PACKAGE_VERSION@ @PACKAGE_NAME@-@[email protected]
@PACKAGE_NAME@-@[email protected]
htmldoc: $(HTMLDOCFILES)
for f in $^; do d=`basename $$f`; test "$$d" = "README.html" &&
d="index.html"; tidy -i -q --tidy-mark no --doctype transitional
--input-encoding utf8 --output-encoding utf8 -asxml <$$f >$$f.tmp ; xsltproc
--nonet $$HOME/www/www.courier-mta.org/xsl/authlib.xsl $$f.tmp | perl -ne
's~\$(id):.*\$$~\$(id):'"$$h"'\$$~; print'
>$$HOME/www/www.courier-mta.org/authlib/$$d; rm -f $$f.tmp; done
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/courier-authlib-0.71.1/aclocal.m4
new/courier-authlib-0.71.2/aclocal.m4
--- old/courier-authlib-0.71.1/aclocal.m4 2021-02-09 14:32:53.000000000
+0100
+++ new/courier-authlib-0.71.2/aclocal.m4 2021-03-14 18:48:23.000000000
+0100
@@ -20,80 +20,41 @@
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically
'autoreconf'.])])
-dnl Sets the COURIER_UNICODE_CXXFLAGS variable to any additional compiler
-dnl flags needed to build the courier-unicode package and packages that
-dnl use the courier-unicode package.
-
-AC_DEFUN([AX_COURIER_UNICODE_CXXFLAGS],[
-
-save_FLAGS="$CXXFLAGS"
-
-AC_LANG_PUSH([C++])
-
-AC_TRY_COMPILE([
-#include <string>
-], [
- std::u32string s;
- char32_t c;
- ],
- [
- ],
- [
-
-COURIER_UNICODE_CXXFLAGS="-std=c++11"
-CXXFLAGS="$save_CFLAGS $COURIER_UNICODE_CXXFLAGS"
-
-AC_TRY_COMPILE([
-#include <string>
-], [
- std::u32string s;
- char32_t c;
- ],
- [
- ],
- [
-
-COURIER_UNICODE_CXXFLAGS="-std=c++0x"
-CXXFLAGS="$save_CFLAGS $COURIER_UNICODE_CXXFLAGS"
-
-AC_TRY_COMPILE([
-#include <string>
-], [
- std::u32string s;
- char32_t c;
- ],
- [
- ],
- [
-AC_MSG_ERROR([*** A compiler with C++11 Unicode support was not found])
-])
-])
-])
-CXXFLAGS="$save_FLAGS"
-AC_LANG_POP([C++])
-])
+dnl Checks for the correct version of the courier-unicode library.
AC_DEFUN([AX_COURIER_UNICODE_VERSION],[
AC_MSG_CHECKING(courier-unicode library and version)
-v="$1"
+vers="$1"
-if test "$v" = ""
+if test "$vers" = ""
then
- v=2.2
+ vers=2.2.2
fi
-set -- `echo "$v" | tr '.' ' '`
+set -- `echo "$vers" | tr '.' ' '`
v=$[]1
-r=$[]2
+r=`echo "00"$[]2 | sed 's/.*(...)$/$[]1/'`
+
p=$[]3
if test "$p" = ""
then p="0"
fi
+p=`echo "00"$p | sed 's/.*(...)$/$[]1/'`
+
+if test "$v$r$p" -lt 2002002
+then
+ r=$[]2
+ p=$[]3
+ if test "$p" = ""
+ then p="0"
+ fi
+fi
+
AC_TRY_COMPILE([
#include <courier-unicode.h>
#ifndef COURIER_UNICODE_VERSION
@@ -101,12 +62,12 @@
#endif
#if COURIER_UNICODE_VERSION < ]$v$r$p[
-#error "courier-unicode ]$1[ library is required"
+#error "courier-unicode ]$vers[ library is required"
#endif
],[],[],
AC_MSG_ERROR([
-ERROR: The Courier Unicode Library ]$1[ header files appear not to be
installed.
+ERROR: The Courier Unicode Library ]$vers[ header files appear not to be
installed.
You may need to upgrade the library or install a separate development
subpackage in addition to the main package.])
)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/courier-authlib-0.71.1/configure
new/courier-authlib-0.71.2/configure
--- old/courier-authlib-0.71.1/configure 2021-02-09 14:32:53.000000000
+0100
+++ new/courier-authlib-0.71.2/configure 2021-03-14 18:48:24.000000000
+0100
@@ -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.1.
+# Generated by GNU Autoconf 2.69 for courier-authlib 0.71.2.
#
# 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.1'
-PACKAGE_STRING='courier-authlib 0.71.1'
+PACKAGE_VERSION='0.71.2'
+PACKAGE_STRING='courier-authlib 0.71.2'
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.1 to adapt to many kinds of
systems.
+\`configure' configures courier-authlib 0.71.2 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.1:";;
+ short | recursive ) echo "Configuration of courier-authlib 0.71.2:";;
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.1
+courier-authlib configure 0.71.2
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.1, which was
+It was created by courier-authlib $as_me 0.71.2, 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.1'
+ VERSION='0.71.2'
cat >>confdefs.h <<_ACEOF
@@ -17972,23 +17972,35 @@
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking courier-unicode library and
version" >&5
$as_echo_n "checking courier-unicode library and version... " >&6; }
-v="2.1"
+vers="2.1"
-if test "$v" = ""
+if test "$vers" = ""
then
- v=2.2
+ vers=2.2.2
fi
-set -- `echo "$v" | tr '.' ' '`
+set -- `echo "$vers" | tr '.' ' '`
v=$1
-r=$2
+r=`echo "00"$2 | sed 's/.*(...)$/$1/'`
+
p=$3
if test "$p" = ""
then p="0"
fi
+p=`echo "00"$p | sed 's/.*(...)$/$1/'`
+
+if test "$v$r$p" -lt 2002002
+then
+ r=$2
+ p=$3
+ if test "$p" = ""
+ then p="0"
+ fi
+fi
+
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
@@ -17998,7 +18010,7 @@
#endif
#if COURIER_UNICODE_VERSION < $v$r$p
-#error "courier-unicode 2.1 library is required"
+#error "courier-unicode $vers library is required"
#endif
@@ -18014,7 +18026,7 @@
else
as_fn_error $? "
-ERROR: The Courier Unicode Library 2.1 header files appear not to be installed.
+ERROR: The Courier Unicode Library $vers header files appear not to be
installed.
You may need to upgrade the library or install a separate development
subpackage in addition to the main package." "$LINENO" 5
@@ -20137,7 +20149,7 @@
subdirs="$subdirs libs/bdbobj libs/gdbmobj libs/md5 libs/sha1 libs/libhmac
libs/numlib libs/makedat userdb libs/rfc822 libs/random128 libs/liblock liblog"
-ac_config_files="$ac_config_files Makefile authdaemond authdaemonrc
authsystem.passwd README.authdebug.html dbobj.config dbobj.h
courier-authlib.spec courier-authlib.lpspec courier-authlib.sysvinit
courier-authlib.service userdb-test-cram-md5.pl"
+ac_config_files="$ac_config_files Makefile authdaemond authdaemonrc
authsystem.passwd README.authdebug.html dbobj.config dbobj.h
courier-authlib.spec courier-authlib.sysvinit courier-authlib.service
userdb-test-cram-md5.pl"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
@@ -20726,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.1, which was
+This file was extended by courier-authlib $as_me 0.71.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -20792,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.1
+courier-authlib config.status 0.71.2
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
@@ -21313,7 +21325,6 @@
"dbobj.config") CONFIG_FILES="$CONFIG_FILES dbobj.config" ;;
"dbobj.h") CONFIG_FILES="$CONFIG_FILES dbobj.h" ;;
"courier-authlib.spec") CONFIG_FILES="$CONFIG_FILES courier-authlib.spec"
;;
- "courier-authlib.lpspec") CONFIG_FILES="$CONFIG_FILES
courier-authlib.lpspec" ;;
"courier-authlib.sysvinit") CONFIG_FILES="$CONFIG_FILES
courier-authlib.sysvinit" ;;
"courier-authlib.service") CONFIG_FILES="$CONFIG_FILES
courier-authlib.service" ;;
"userdb-test-cram-md5.pl") CONFIG_FILES="$CONFIG_FILES
userdb-test-cram-md5.pl" ;;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/courier-authlib-0.71.1/configure.ac
new/courier-authlib-0.71.2/configure.ac
--- old/courier-authlib-0.71.1/configure.ac 2021-02-09 14:24:52.000000000
+0100
+++ new/courier-authlib-0.71.2/configure.ac 2021-03-14 18:48:21.000000000
+0100
@@ -1,11 +1,11 @@
dnl Process this file with autoconf to produce a configure script.
dnl
dnl
-dnl Copyright 1998 - 2020 Double Precision, Inc. See COPYING for
+dnl Copyright 1998 - 2021 Double Precision, Inc. See COPYING for
dnl distribution information.
AC_PREREQ(2.63)
-AC_INIT([courier-authlib],[0.71.1],[[email protected]])
+AC_INIT([courier-authlib],[0.71.2],[[email protected]])
AC_CONFIG_SRCDIR([courierauth.h])
@@ -982,5 +982,5 @@
AC_CONFIG_SUBDIRS(libs/bdbobj libs/gdbmobj libs/md5 libs/sha1 libs/libhmac
libs/numlib libs/makedat userdb libs/rfc822 libs/random128 libs/liblock liblog)
-AC_CONFIG_FILES(Makefile authdaemond authdaemonrc authsystem.passwd
README.authdebug.html dbobj.config dbobj.h courier-authlib.spec
courier-authlib.lpspec courier-authlib.sysvinit courier-authlib.service
userdb-test-cram-md5.pl)
+AC_CONFIG_FILES(Makefile authdaemond authdaemonrc authsystem.passwd
README.authdebug.html dbobj.config dbobj.h courier-authlib.spec
courier-authlib.sysvinit courier-authlib.service userdb-test-cram-md5.pl)
AC_OUTPUT
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/courier-authlib-0.71.1/courier-authlib.lpspec
new/courier-authlib-0.71.2/courier-authlib.lpspec
--- old/courier-authlib-0.71.1/courier-authlib.lpspec 2021-02-09
16:53:13.000000000 +0100
+++ new/courier-authlib-0.71.2/courier-authlib.lpspec 1970-01-01
01:00:00.000000000 +0100
@@ -1,253 +0,0 @@
-#
-# Copyright 2005-2010 Double Precision, Inc. See COPYING for
-# distribution information.
-
-Name: courier-authlib
-Version: 0.71.1
-Release: 1
-
-License: GPLv3
-URL: http://www.courier-mta.org
-
-################################################################################
-
-Source: http://dl.sourceforge.net/courier/%{name}-%{version}.tar.bz2
-
-################################################################################
-
-BuildRequires: libtool
-BuildRequires: openldap-devel
-BuildRequires: mysql-devel zlib-devel sqlite-devel
-BuildRequires: postgresql-devel
-BuildRequires: gdbm-devel
-BuildRequires: pam-devel
-BuildRequires: expect
-BuildRequires: gcc-c++
-BuildRequires: courier-unicode-devel
-
-BuildRequires: /usr/include/ltdl.h
-
-
-%{?repository: Repository(pgpkeys.txt):
http://download.lpmtool.com//courier-authlib}
-
-%package
-Summary: Courier authentication library
-Group: System Environment/Daemons
-Requires: /bin/systemctl
-
-The Courier authentication library provides authentication services for
-other Courier applications.
-
-%package devel
-Summary: Development libraries for the Courier authentication library
-Group: Development/Libraries
-Requires: courier-authlib = %{__version}-%{__release}
-
-This package contains the development libraries and files needed to compile
-Courier packages that use this authentication library. Install this
-package in order to build the rest of the Courier packages. After they are
-built and installed this package can be removed. Files in this package
-are not needed at runtime.
-
-################################################################################
-%package userdb
-Summary: userdb support for the Courier authentication library
-Group: System Environment/Daemons
-Requires: courier-authlib = %{__version}-%{__release}
-
-This package installs the userdb support for the Courier authentication
-library. Userdb is a simple way to manage virtual mail accounts using
-a GDBM-based database file.
-<p>
-Install this package in order to be able to authenticate with userdb.
-
-################################################################################
-%package ldap
-Summary: LDAP support for the Courier authentication library
-Group: System Environment/Daemons
-Requires: courier-authlib = %{__version}-%{__release}
-
-This package installs LDAP support for the Courier authentication library.
-Install this package in order to be able to authenticate using LDAP.
-
-################################################################################
-%package mysql
-Summary: MySQL support for the Courier authentication library
-Group: System Environment/Daemons
-Requires: courier-authlib = %{__version}-%{__release}
-
-This package installs MySQL support for the Courier authentication library.
-Install this package in order to be able to authenticate using MySQL.
-
-%package sqlite
-Summary: SQLite support for the Courier authentication library
-Group: System Environment/Daemons
-Requires: courier-authlib = %{__version}-%{__release}
-
-This package installs SQLite support for the Courier authentication library.
-Install this package in order to be able to authenticate using an SQLite-based
-database file.
-
-################################################################################
-%package pgsql
-Summary: PostgreSQL support for the Courier authentication library
-Group: System Environment/Daemons
-Requires: courier-authlib = %{__version}-%{__release}
-
-This package installs PostgreSQL support for the Courier authentication
-library.
-Install this package in order to be able to authenticate using PostgreSQL.
-
-%begin
-%setup
-%configure --with-redhat -C
-%begin build
-%{__make} -s %{_smp_mflags}
-
-%begin install
-rm -rf $__installdir
-MAKEFLAGS= %{__make} -j 1 install DESTDIR=$__installdir
-%{__rm} -f $__installdir%{_libdir}/courier-authlib/*.a
-%{__install} -m 555 sysconftool $__installdir%{_libexecdir}/courier-authlib
-
-./courierauthconfig --configfiles >configtmp
-. ./configtmp
-
-d=`pwd`
-cd $RPM_BUILD_ROOT%{_localstatedir}/spool/authdaemon || exit 1
-$d/authmksock ./socket || exit 1
-cd $d || exit 1
-touch $__installdir%{_localstatedir}/spool/authdaemon/pid.lock || exit 1
-touch $__installdir%{_localstatedir}/spool/authdaemon/pid || exit 1
-%{__chmod} 777 $__installdir%{_localstatedir}/spool/authdaemon/socket || exit 1
-
-cat >configfiles.base <<EOF
-%defattr(-,$mailuser,$mailgroup,-)
-%{_sysconfdir}/authlib
-%{_libexecdir}/courier-authlib
-%dir %{_libdir}/courier-authlib
-%dir %attr(750,$mailuser,$mailgroup) %{_localstatedir}/spool/authdaemon
-EOF
-
-echo "%defattr(-,$mailuser,$mailgroup,-)" >configfiles.mysql
-echo "%defattr(-,$mailuser,$mailgroup,-)" >configfiles.sqlite
-echo "%defattr(-,$mailuser,$mailgroup,-)" >configfiles.ldap
-echo "%defattr(-,$mailuser,$mailgroup,-)" >configfiles.pgsql
-echo "%defattr(-,$mailuser,$mailgroup,-)" >configfiles.userdb
-echo "%defattr(-,$mailuser,$mailgroup,-)" >configfiles.devel
-
-for f in $__installdir%{_sbindir}/*
-do
- fn=`basename $f`
- case "$fn" in
- *userdb*)
- echo "%{_sbindir}/$fn" >>configfiles.userdb
- ;;
- *)
- echo "%{_sbindir}/$fn" >>configfiles.base
- ;;
- esac
-done
-
-for f in $__installdir%{_libdir}/courier-authlib/*
-do
- fn=`basename $f`
- case "$fn" in
- libauthldap*)
- echo "%{_libdir}/courier-authlib/$fn" >>configfiles.ldap
- ;;
- libauthmysql*)
- echo "%{_libdir}/courier-authlib/$fn" >>configfiles.mysql
- ;;
- libauthsqlite*)
- echo "%{_libdir}/courier-authlib/$fn" >>configfiles.sqlite
- ;;
- libauthpgsql*)
- echo "%{_libdir}/courier-authlib/$fn" >>configfiles.pgsql
- ;;
- libauthldap*)
- echo "%{_libdir}/courier-authlib/$fn" >>configfiles.ldap
- ;;
- libauthuserdb*)
- echo "%{_libdir}/courier-authlib/$fn" >>configfiles.userdb
- ;;
- *)
- echo "%{_libdir}/courier-authlib/$fn" >>configfiles.base
- ;;
- esac
-done
-%{__mkdir_p} $__installdir%{_datadir}
-%{__install} -m 555 courier-authlib.sysvinit $__installdir%{_datadir}
-
-%{__mkdir_p} $__installdir/lib/systemd/system
-%{__install} -m 644 courier-authlib.service $__installdir/lib/systemd/system
-
-%post
-%{_libexecdir}/courier-authlib/sysconftool %{_sysconfdir}/authlib/*.dist
>/dev/null
-
-if test -f /etc/rc.d/init.d/courier-authlib
-then
- /sbin/chkconfig --del courier-authlib
- /bin/systemctl stop courier-authlib.service || :
-fi
-
-/bin/systemctl daemon-reload || :
-/bin/systemctl enable courier-authlib.service &> /dev/null || :
-
-%preun
-if test -x %{_sbindir}/authdaemond
-then
- %{_sbindir}/authdaemond >/dev/null 2>&1 || /bin/true
-fi
-
-if test "$1" = "0"
-then
- /bin/systemctl stop courier-authlib.service
- /bin/systemctl disable courier-authlib.service
-fi
-
-%postun
-/bin/systemctl daemon-reload || :
-
-%files -f configfiles.base
-%defattr(-,root,root,-)
-%doc README README*html README.authmysql.myownquery README.ldap
-%doc NEWS COPYING* AUTHORS ChangeLog
-/lib/systemd/system/*
-%attr(755, bin, bin) %{_datadir}/courier-authlib.sysvinit
-%ghost %attr(600, root, root) %{_localstatedir}/spool/authdaemon/pid.lock
-%ghost %attr(644, root, root) %{_localstatedir}/spool/authdaemon/pid
-%ghost %attr(-, root, root) %{_localstatedir}/spool/authdaemon/socket
-%{_mandir}/man1/*
-
-%files -f configfiles.userdb userdb
-%{_mandir}/man8/*userdb*
-
-%files -f configfiles.devel devel
-%defattr(-,root,root,-)
-%{_bindir}/courierauthconfig
-%{_includedir}/*
-%{_mandir}/man3/*
-%doc authlib.html auth_*.html
-
-%files -f configfiles.ldap ldap
-%defattr(-,root,root,-)
-%doc authldap.schema authldap.ldif
-
-%files -f configfiles.mysql mysql
-
-%files -f configfiles.sqlite sqlite
-
-%files -f configfiles.pgsql pgsql
-
-%changelog
-* Thu Sep 7 2006 Chris Petersen <[email protected]> 0.58-2
-- Make the spec a little prettier
-- Replace BuildPreReq with BuildRequires
-- Remove period from summaries (rpmlint)
-- Fix release tag to use %{?dist} macro if it's present
-- Change distro-detection to use "rh" and "fc" for version detection, and add
support for mandriva
-
-* Sun Oct 3 2004 Mr. Sam <[email protected]> 0.50-1
-- Initial build.
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/courier-authlib-0.71.1/courier-authlib.lpspec.in
new/courier-authlib-0.71.2/courier-authlib.lpspec.in
--- old/courier-authlib-0.71.1/courier-authlib.lpspec.in 2014-01-13
01:37:57.000000000 +0100
+++ new/courier-authlib-0.71.2/courier-authlib.lpspec.in 1970-01-01
01:00:00.000000000 +0100
@@ -1,253 +0,0 @@
-#
-# Copyright 2005-2010 Double Precision, Inc. See COPYING for
-# distribution information.
-
-Name: courier-authlib
-Version: @VERSION@
-Release: 1
-
-License: GPLv3
-URL: http://www.courier-mta.org
-
-################################################################################
-
-Source: http://dl.sourceforge.net/courier/%{name}-%{version}.tar.bz2
-
-################################################################################
-
-BuildRequires: libtool
-BuildRequires: openldap-devel
-BuildRequires: mysql-devel zlib-devel sqlite-devel
-BuildRequires: postgresql-devel
-BuildRequires: gdbm-devel
-BuildRequires: pam-devel
-BuildRequires: expect
-BuildRequires: gcc-c++
-BuildRequires: courier-unicode-devel
-
-BuildRequires: /usr/include/ltdl.h
-
-
-%{?repository: Repository(pgpkeys.txt):
http://download.lpmtool.com/@REPOSITORY@/courier-authlib}
-
-%package
-Summary: Courier authentication library
-Group: System Environment/Daemons
-Requires: /bin/systemctl
-
-The Courier authentication library provides authentication services for
-other Courier applications.
-
-%package devel
-Summary: Development libraries for the Courier authentication library
-Group: Development/Libraries
-Requires: courier-authlib = %{__version}-%{__release}
-
-This package contains the development libraries and files needed to compile
-Courier packages that use this authentication library. Install this
-package in order to build the rest of the Courier packages. After they are
-built and installed this package can be removed. Files in this package
-are not needed at runtime.
-
-################################################################################
-%package userdb
-Summary: userdb support for the Courier authentication library
-Group: System Environment/Daemons
-Requires: courier-authlib = %{__version}-%{__release}
-
-This package installs the userdb support for the Courier authentication
-library. Userdb is a simple way to manage virtual mail accounts using
-a GDBM-based database file.
-<p>
-Install this package in order to be able to authenticate with userdb.
-
-################################################################################
-%package ldap
-Summary: LDAP support for the Courier authentication library
-Group: System Environment/Daemons
-Requires: courier-authlib = %{__version}-%{__release}
-
-This package installs LDAP support for the Courier authentication library.
-Install this package in order to be able to authenticate using LDAP.
-
-################################################################################
-%package mysql
-Summary: MySQL support for the Courier authentication library
-Group: System Environment/Daemons
-Requires: courier-authlib = %{__version}-%{__release}
-
-This package installs MySQL support for the Courier authentication library.
-Install this package in order to be able to authenticate using MySQL.
-
-%package sqlite
-Summary: SQLite support for the Courier authentication library
-Group: System Environment/Daemons
-Requires: courier-authlib = %{__version}-%{__release}
-
-This package installs SQLite support for the Courier authentication library.
-Install this package in order to be able to authenticate using an SQLite-based
-database file.
-
-################################################################################
-%package pgsql
-Summary: PostgreSQL support for the Courier authentication library
-Group: System Environment/Daemons
-Requires: courier-authlib = %{__version}-%{__release}
-
-This package installs PostgreSQL support for the Courier authentication
-library.
-Install this package in order to be able to authenticate using PostgreSQL.
-
-%begin
-%setup
-%configure --with-redhat -C
-%begin build
-%{__make} -s %{_smp_mflags}
-
-%begin install
-rm -rf $__installdir
-MAKEFLAGS= %{__make} -j 1 install DESTDIR=$__installdir
-%{__rm} -f $__installdir%{_libdir}/courier-authlib/*.a
-%{__install} -m 555 sysconftool $__installdir%{_libexecdir}/courier-authlib
-
-./courierauthconfig --configfiles >configtmp
-. ./configtmp
-
-d=`pwd`
-cd $RPM_BUILD_ROOT%{_localstatedir}/spool/authdaemon || exit 1
-$d/authmksock ./socket || exit 1
-cd $d || exit 1
-touch $__installdir%{_localstatedir}/spool/authdaemon/pid.lock || exit 1
-touch $__installdir%{_localstatedir}/spool/authdaemon/pid || exit 1
-%{__chmod} 777 $__installdir%{_localstatedir}/spool/authdaemon/socket || exit 1
-
-cat >configfiles.base <<EOF
-%defattr(-,$mailuser,$mailgroup,-)
-%{_sysconfdir}/authlib
-%{_libexecdir}/courier-authlib
-%dir %{_libdir}/courier-authlib
-%dir %attr(750,$mailuser,$mailgroup) %{_localstatedir}/spool/authdaemon
-EOF
-
-echo "%defattr(-,$mailuser,$mailgroup,-)" >configfiles.mysql
-echo "%defattr(-,$mailuser,$mailgroup,-)" >configfiles.sqlite
-echo "%defattr(-,$mailuser,$mailgroup,-)" >configfiles.ldap
-echo "%defattr(-,$mailuser,$mailgroup,-)" >configfiles.pgsql
-echo "%defattr(-,$mailuser,$mailgroup,-)" >configfiles.userdb
-echo "%defattr(-,$mailuser,$mailgroup,-)" >configfiles.devel
-
-for f in $__installdir%{_sbindir}/*
-do
- fn=`basename $f`
- case "$fn" in
- *userdb*)
- echo "%{_sbindir}/$fn" >>configfiles.userdb
- ;;
- *)
- echo "%{_sbindir}/$fn" >>configfiles.base
- ;;
- esac
-done
-
-for f in $__installdir%{_libdir}/courier-authlib/*
-do
- fn=`basename $f`
- case "$fn" in
- libauthldap*)
- echo "%{_libdir}/courier-authlib/$fn" >>configfiles.ldap
- ;;
- libauthmysql*)
- echo "%{_libdir}/courier-authlib/$fn" >>configfiles.mysql
- ;;
- libauthsqlite*)
- echo "%{_libdir}/courier-authlib/$fn" >>configfiles.sqlite
- ;;
- libauthpgsql*)
- echo "%{_libdir}/courier-authlib/$fn" >>configfiles.pgsql
- ;;
- libauthldap*)
- echo "%{_libdir}/courier-authlib/$fn" >>configfiles.ldap
- ;;
- libauthuserdb*)
- echo "%{_libdir}/courier-authlib/$fn" >>configfiles.userdb
- ;;
- *)
- echo "%{_libdir}/courier-authlib/$fn" >>configfiles.base
- ;;
- esac
-done
-%{__mkdir_p} $__installdir%{_datadir}
-%{__install} -m 555 courier-authlib.sysvinit $__installdir%{_datadir}
-
-%{__mkdir_p} $__installdir/lib/systemd/system
-%{__install} -m 644 courier-authlib.service $__installdir/lib/systemd/system
-
-%post
-%{_libexecdir}/courier-authlib/sysconftool %{_sysconfdir}/authlib/*.dist
>/dev/null
-
-if test -f /etc/rc.d/init.d/courier-authlib
-then
- /sbin/chkconfig --del courier-authlib
- /bin/systemctl stop courier-authlib.service || :
-fi
-
-/bin/systemctl daemon-reload || :
-/bin/systemctl enable courier-authlib.service &> /dev/null || :
-
-%preun
-if test -x %{_sbindir}/authdaemond
-then
- %{_sbindir}/authdaemond >/dev/null 2>&1 || /bin/true
-fi
-
-if test "$1" = "0"
-then
- /bin/systemctl stop courier-authlib.service
- /bin/systemctl disable courier-authlib.service
-fi
-
-%postun
-/bin/systemctl daemon-reload || :
-
-%files -f configfiles.base
-%defattr(-,root,root,-)
-%doc README README*html README.authmysql.myownquery README.ldap
-%doc NEWS COPYING* AUTHORS ChangeLog
-/lib/systemd/system/*
-%attr(755, bin, bin) %{_datadir}/courier-authlib.sysvinit
-%ghost %attr(600, root, root) %{_localstatedir}/spool/authdaemon/pid.lock
-%ghost %attr(644, root, root) %{_localstatedir}/spool/authdaemon/pid
-%ghost %attr(-, root, root) %{_localstatedir}/spool/authdaemon/socket
-%{_mandir}/man1/*
-
-%files -f configfiles.userdb userdb
-%{_mandir}/man8/*userdb*
-
-%files -f configfiles.devel devel
-%defattr(-,root,root,-)
-%{_bindir}/courierauthconfig
-%{_includedir}/*
-%{_mandir}/man3/*
-%doc authlib.html auth_*.html
-
-%files -f configfiles.ldap ldap
-%defattr(-,root,root,-)
-%doc authldap.schema authldap.ldif
-
-%files -f configfiles.mysql mysql
-
-%files -f configfiles.sqlite sqlite
-
-%files -f configfiles.pgsql pgsql
-
-%changelog
-* Thu Sep 7 2006 Chris Petersen <[email protected]> 0.58-2
-- Make the spec a little prettier
-- Replace BuildPreReq with BuildRequires
-- Remove period from summaries (rpmlint)
-- Fix release tag to use %{?dist} macro if it's present
-- Change distro-detection to use "rh" and "fc" for version detection, and add
support for mandriva
-
-* Sun Oct 3 2004 Mr. Sam <[email protected]> 0.50-1
-- Initial build.
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/courier-authlib-0.71.1/courier-authlib.spec
new/courier-authlib-0.71.2/courier-authlib.spec
--- old/courier-authlib-0.71.1/courier-authlib.spec 2021-02-09
16:53:13.000000000 +0100
+++ new/courier-authlib-0.71.2/courier-authlib.spec 2021-03-16
01:59:53.000000000 +0100
@@ -14,7 +14,7 @@
################################################################################
Name: courier-authlib
-Version: 0.71.1
+Version: 0.71.2
Release: 1%{?dist}%{?courier_release}
Summary: Courier authentication library
@@ -58,7 +58,7 @@
Requires(preun): /sbin/chkconfig
%endif
-%define need_perl_generators %(if rpm -q fedora-release >/dev/null
2>/dev/null; then echo "1"; exit 0; fi; echo "1"; exit 1)
+%define need_perl_generators %(if rpm -q fedora-release >/dev/null
2>/dev/null; then echo "1"; exit 0; fi; echo "0"; exit 1)
%if %need_perl_generators
BuildRequires: perl-generators
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/courier-authlib-0.71.1/courier-authlib.spec.in
new/courier-authlib-0.71.2/courier-authlib.spec.in
--- old/courier-authlib-0.71.1/courier-authlib.spec.in 2020-11-05
01:42:44.000000000 +0100
+++ new/courier-authlib-0.71.2/courier-authlib.spec.in 2021-03-14
18:03:16.000000000 +0100
@@ -14,7 +14,7 @@
################################################################################
Name: courier-authlib
-Version: @VERSION@
+Version: @PACKAGE_VERSION@
Release: 1%{?dist}%{?courier_release}
Summary: Courier authentication library
@@ -58,7 +58,7 @@
Requires(preun): /sbin/chkconfig
%endif
-%define need_perl_generators %(if rpm -q fedora-release >/dev/null
2>/dev/null; then echo "1"; exit 0; fi; echo "1"; exit 1)
+%define need_perl_generators %(if rpm -q fedora-release >/dev/null
2>/dev/null; then echo "1"; exit 0; fi; echo "0"; exit 1)
%if %need_perl_generators
BuildRequires: perl-generators
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/courier-authlib-0.71.1/sysconftool
new/courier-authlib-0.71.2/sysconftool
--- old/courier-authlib-0.71.1/sysconftool 2020-05-17 03:20:44.000000000
+0200
+++ new/courier-authlib-0.71.2/sysconftool 2021-03-14 17:52:33.000000000
+0100
@@ -12,7 +12,7 @@
my $force;
my $require;
-my $myversion="0.17.20191110";
+my $myversion="0.18";
exit 1 unless GetOptions("v" => \$ver, "n" => \$noclobber,
"f" => \$force, "r=s" => \$require);
++++++ courier-authlib.tmpfile ++++++
--- /var/tmp/diff_new_pack.5C35Sx/_old 2021-03-20 21:26:51.969239210 +0100
+++ /var/tmp/diff_new_pack.5C35Sx/_new 2021-03-20 21:26:51.969239210 +0100
@@ -1,2 +1,2 @@
# Courier IMAP needs a DIR
-d /run/courier-authlib 0755 root root -
+d /run/courier-authlib 0750 root root -