Hello community, here is the log from the commit of package courier-imap for openSUSE:Factory checked in at 2013-12-04 19:49:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/courier-imap (Old) and /work/SRC/openSUSE:Factory/.courier-imap.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "courier-imap" Changes: -------- --- /work/SRC/openSUSE:Factory/courier-imap/courier-imap.changes 2013-01-17 15:09:37.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.courier-imap.new/courier-imap.changes 2013-12-04 19:49:07.000000000 +0100 @@ -1,0 +2,16 @@ +Mon Nov 11 21:11:56 UTC 2013 - [email protected] + +- update to 4.14.0 + * Autotool chain update. + * imapd.c (mddelete): Reject DELETE folder if the maildir is a symlink. + * imapd.c (doId): Implement the IMAP ID EXTENSION. +- 4.13.0 + * imap: add explicit mkdirs on PIDFILE directories to startup scripts. + * rfc822: workaround for invalid utf-8 input making libidn go off the + rails. +- fix License + * GPL-3.0 -> GPL-3.0+ +- rebase patches + * imap-sbindir, imap-ulimit_conf + +------------------------------------------------------------------- Old: ---- courier-imap-4.12.0.tar.bz2 courier-imap-4.12.0.tar.bz2.sig New: ---- courier-imap-4.14.tar.bz2 courier-imap-4.14.tar.bz2.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ courier-imap.spec ++++++ --- /var/tmp/diff_new_pack.yuy9aH/_old 2013-12-04 19:49:08.000000000 +0100 +++ /var/tmp/diff_new_pack.yuy9aH/_new 2013-12-04 19:49:08.000000000 +0100 @@ -18,9 +18,9 @@ Name: courier-imap Summary: An IMAP and POP3 Server for Maildir MTAs -License: GPL-3.0 +License: GPL-3.0+ Group: Productivity/Networking/Email/Servers -Version: 4.12.0 +Version: 4.14 Release: 0 Url: http://www.courier-mta.org/imap/ Source0: %{name}-%{version}.tar.bz2 @@ -138,11 +138,11 @@ %{__sed} -i -e 's/^POP3DSSLSTART=.*/POP3DSSLSTART=YES/' $RPM_BUILD_ROOT%{_sysconfdir}/courier/pop3d-ssl.dist %{__sed} -i -e 's/^#\ \+\(TLS_CIPHER_LIST=.*\)/\1/' $RPM_BUILD_ROOT%{_sysconfdir}/courier/pop3d-ssl.dist # For %doc macro -%{__install} -m 0644 imap/ChangeLog ChangeLog -%{__install} -m 0644 imap/README README.imap -%{__install} -m 0644 imap/README.proxy README.proxy -%{__install} -m 0644 maildir/README.maildirquota.txt README.maildirquota -%{__install} -m 0644 maildir/README.sharedfolders.txt README.sharedfolders +%{__install} -m 0644 libs/imap/ChangeLog ChangeLog +%{__install} -m 0644 libs/imap/README README.imap +%{__install} -m 0644 libs/imap/README.proxy README.proxy +%{__install} -m 0644 libs/maildir/README.maildirquota.txt README.maildirquota +%{__install} -m 0644 libs/maildir/README.sharedfolders.txt README.sharedfolders %{__install} -D -m 0755 sysconftool $RPM_BUILD_ROOT%{_datadir}/%{name}/sysconftool %{__chmod} 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/sysconftool %{__cat} >$RPM_BUILD_ROOT%{_datadir}/%{name}/configlist <<EOF @@ -185,7 +185,7 @@ %files %defattr(-,root,root,755) -%doc AUTHORS imap/ChangeLog COPYING* imap/BUGS README README.imap README.maildirquota README.proxy +%doc AUTHORS libs/imap/ChangeLog COPYING* libs/imap/BUGS README README.imap README.maildirquota README.proxy %doc README.sharedfolders %attr(755,root,root) /etc/init.d/courier-* %config %attr(644,root,root) /etc/pam.d/imap ++++++ courier-imap-4.12.0.tar.bz2 -> courier-imap-4.14.tar.bz2 ++++++ ++++ 1195969 lines of diff (skipped) ++++++ courier-imap-sbindir.patch ++++++ --- /var/tmp/diff_new_pack.yuy9aH/_old 2013-12-04 19:49:10.000000000 +0100 +++ /var/tmp/diff_new_pack.yuy9aH/_new 2013-12-04 19:49:10.000000000 +0100 @@ -1,8 +1,8 @@ -Index: imap/imapd.8.in +Index: libs/imap/imapd.8.in =================================================================== ---- imap/imapd.8.in.orig -+++ imap/imapd.8.in -@@ -24,9 +24,9 @@ +--- libs/imap/imapd.8.in.orig ++++ libs/imap/imapd.8.in +@@ -33,9 +33,9 @@ imapd \- The Courier IMAP server .SH "SYNOPSIS" .HP \w'\fB@libexecdir@/couriertcpd\fR\ 'u @@ -14,11 +14,11 @@ +\fB@sbindir@/imapd\fR {\&./Maildir} .SH "DESCRIPTION" .PP - -Index: imap/imapd-ssl.dist.in + \fBimapd\fR +Index: libs/imap/imapd-ssl.dist.in =================================================================== ---- imap/imapd-ssl.dist.in.orig -+++ imap/imapd-ssl.dist.in +--- libs/imap/imapd-ssl.dist.in.orig ++++ libs/imap/imapd-ssl.dist.in @@ -102,7 +102,7 @@ IMAP_TLS_REQUIRED=0 ##NAME: COURIERTLS:0 # @@ -28,10 +28,10 @@ ##NAME: TLS_PRIORITY:0 # -Index: imap/pop3d-ssl.dist.in +Index: libs/imap/pop3d-ssl.dist.in =================================================================== ---- imap/pop3d-ssl.dist.in.orig -+++ imap/pop3d-ssl.dist.in +--- libs/imap/pop3d-ssl.dist.in.orig ++++ libs/imap/pop3d-ssl.dist.in @@ -87,7 +87,7 @@ POP3_TLS_REQUIRED=0 # at your own risk. Only the basic SSL/TLS functionality is known to be # working. Keep this in mind as you play with the following variables. ++++++ courier-imap-ulimit_conf.patch ++++++ --- /var/tmp/diff_new_pack.yuy9aH/_old 2013-12-04 19:49:10.000000000 +0100 +++ /var/tmp/diff_new_pack.yuy9aH/_new 2013-12-04 19:49:10.000000000 +0100 @@ -1,7 +1,7 @@ -Index: imap/pop3d.dist.in +Index: libs/imap/pop3d.dist.in =================================================================== ---- imap/pop3d.dist.in.orig -+++ imap/pop3d.dist.in +--- libs/imap/pop3d.dist.in.orig ++++ libs/imap/pop3d.dist.in @@ -28,6 +28,25 @@ MAXDAEMONS=40 MAXPERIP=4 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
