From c4bbf09e4d3525389c85688283bc272d98d8c255dc1a9c141ce881cdcf766413 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 7 Apr 2008 15:20:24 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/courier-imap?expand=0&rev=14 --- courier-imap-4.3.0.tar.bz2 | 3 --- courier-imap-4.3.1.tar.bz2 | 3 +++ courier-imap-ssl.init | 2 -- courier-imap.changes | 11 +++++++++++ courier-imap.init | 2 -- courier-imap.spec | 16 +++++++++++++--- courier-pop-ssl.init | 2 -- 7 files changed, 27 insertions(+), 12 deletions(-) delete mode 100644 courier-imap-4.3.0.tar.bz2 create mode 100644 courier-imap-4.3.1.tar.bz2 diff --git a/courier-imap-4.3.0.tar.bz2 b/courier-imap-4.3.0.tar.bz2 deleted file mode 100644 index c28eef0..0000000 --- a/courier-imap-4.3.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:936c28c0607e23a98b16ed5cee142c7ba8a6cb55217a831232e04dddccde7d5c -size 3342522 diff --git a/courier-imap-4.3.1.tar.bz2 b/courier-imap-4.3.1.tar.bz2 new file mode 100644 index 0000000..3d11855 --- /dev/null +++ b/courier-imap-4.3.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:963e35beaf420ac9c808d18b6dada68c7e5adba16fe1231e2e132f4410e9547d +size 3342757 diff --git a/courier-imap-ssl.init b/courier-imap-ssl.init index d6df895..9816c8b 100644 --- a/courier-imap-ssl.init +++ b/courier-imap-ssl.init @@ -9,9 +9,7 @@ ### BEGIN INIT INFO # Provides: courier-imap-ssl # Required-Start: $syslog $remote_fs courier-authdaemon -# X-UnitedLinux-Should-Start: # Required-Stop: $syslog $remote_fs -# X-UnitedLinux-Should-Stop: # Default-Start: 3 5 # Default-Stop: 0 1 2 6 # Short-Description: Courier-IMAP server for SSL connections diff --git a/courier-imap.changes b/courier-imap.changes index 9052fbb..95d520d 100644 --- a/courier-imap.changes +++ b/courier-imap.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Apr 2 15:08:52 CEST 2008 - hvogel@suse.de + +- update to version 4.3.1 + * make SSL23 default tls protocol + * update description of SSL/TLS-related settings + * introduce IMAP_MAILBOX_SANITY_CHECK + * Explicitly make stderr line-buffered + * Suppress spurious error message in imap.c +- fix some rpmlint warnings + ------------------------------------------------------------------- Thu Jan 17 13:19:29 CET 2008 - mskibbe@suse.de diff --git a/courier-imap.init b/courier-imap.init index bf38cc5..c48abaf 100644 --- a/courier-imap.init +++ b/courier-imap.init @@ -9,9 +9,7 @@ ### BEGIN INIT INFO # Provides: courier-imap # Required-Start: $syslog $remote_fs courier-authdaemon -# X-UnitedLinux-Should-Start: # Required-Stop: $syslog $remote_fs -# X-UnitedLinux-Should-Stop: # Default-Start: 3 5 # Default-Stop: 0 1 2 6 # Short-Description: Courier-IMAP server diff --git a/courier-imap.spec b/courier-imap.spec index 0cbeae5..b523be7 100644 --- a/courier-imap.spec +++ b/courier-imap.spec @@ -1,5 +1,5 @@ # -# spec file for package courier-imap (Version 4.3.0) +# spec file for package courier-imap (Version 4.3.1) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -10,17 +10,19 @@ # norootforbuild + Name: courier-imap BuildRequires: courier-authlib-devel fam-devel gcc-c++ gdbm-devel libstdc++-devel openssl openssl-devel postfix procps Requires: fam-server Url: http://www.courier-mta.org/imap/ Summary: An IMAP and POP3 Server for Maildir MTAs -Version: 4.3.0 +Version: 4.3.1 Release: 1 License: GPL v2 or later Conflicts: imap qpopper Group: Productivity/Networking/Email/Servers Obsoletes: %{name}-ldap +Provides: %{name}-ldap Source: %{name}-%{version}.tar.bz2 Source1: pop3.pamd Source2: imap.pamd @@ -38,6 +40,7 @@ Prefix: /usr %define _sysconfdir /etc/courier %define _localstatedir /var/run %define authdaemondir %{_localstatedir}/authdaemon.courier-imap +PreReq: coreutils %description Courier-IMAP is a lightweight server that provides IMAP access to @@ -73,7 +76,6 @@ make #make check %install -rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT # Move daemons into sbin mv $RPM_BUILD_ROOT%{_prefix}/bin/{couriertls,imapd,pop3d} $RPM_BUILD_ROOT%{_prefix}/sbin/ @@ -177,6 +179,14 @@ exit 0 rm -rf $RPM_BUILD_ROOT %changelog +* Wed Apr 02 2008 hvogel@suse.de +- update to version 4.3.1 + * make SSL23 default tls protocol + * update description of SSL/TLS-related settings + * introduce IMAP_MAILBOX_SANITY_CHECK + * Explicitly make stderr line-buffered + * Suppress spurious error message in imap.c +- fix some rpmlint warnings * Thu Jan 17 2008 mskibbe@suse.de - update to version 4.3.0 which o Fix some Bugs diff --git a/courier-pop-ssl.init b/courier-pop-ssl.init index 3c511cd..156806a 100644 --- a/courier-pop-ssl.init +++ b/courier-pop-ssl.init @@ -9,9 +9,7 @@ ### BEGIN INIT INFO # Provides: courier-pop-ssl # Required-Start: $syslog $remote_fs courier-authdaemon -# X-UnitedLinux-Should-Start: # Required-Stop: $syslog $remote_fs -# X-UnitedLinux-Should-Stop: # Default-Start: 3 5 # Default-Stop: 0 1 2 6 # Short-Description: Courier-POP3 server for SSL connections