diff --git a/courier-imap-4.12.0.tar.bz2 b/courier-imap-4.12.0.tar.bz2 deleted file mode 100644 index e7127d1..0000000 --- a/courier-imap-4.12.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39cde2bbdf06ba4217e3aaa9518114b4e4f1eb86ed961634593f2c778711f480 -size 3192751 diff --git a/courier-imap-4.12.0.tar.bz2.sig b/courier-imap-4.12.0.tar.bz2.sig deleted file mode 100644 index ed8b31d..0000000 Binary files a/courier-imap-4.12.0.tar.bz2.sig and /dev/null differ diff --git a/courier-imap-4.14.tar.bz2 b/courier-imap-4.14.tar.bz2 new file mode 100644 index 0000000..1b52e74 --- /dev/null +++ b/courier-imap-4.14.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8024f73fa7074cbddac6689ee799411b7269e67aa8a05838e4214ddb39a56ec +size 3262483 diff --git a/courier-imap-4.14.tar.bz2.sig b/courier-imap-4.14.tar.bz2.sig new file mode 100644 index 0000000..aa84e2b Binary files /dev/null and b/courier-imap-4.14.tar.bz2.sig differ diff --git a/courier-imap-sbindir.patch b/courier-imap-sbindir.patch index 8e367aa..6847f7b 100644 --- a/courier-imap-sbindir.patch +++ b/courier-imap-sbindir.patch @@ -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 @@ Index: imap/imapd.8.in +\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 @@ Index: imap/imapd-ssl.dist.in ##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. diff --git a/courier-imap-ulimit_conf.patch b/courier-imap-ulimit_conf.patch index 20a44b3..7843c08 100644 --- a/courier-imap-ulimit_conf.patch +++ b/courier-imap-ulimit_conf.patch @@ -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 diff --git a/courier-imap.changes b/courier-imap.changes index 91636fa..cde11df 100644 --- a/courier-imap.changes +++ b/courier-imap.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Nov 11 21:11:56 UTC 2013 - chris@computersalat.de + +- 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 + ------------------------------------------------------------------- Tue Jan 15 18:05:58 UTC 2013 - chris@computersalat.de diff --git a/courier-imap.spec b/courier-imap.spec index a08e8e5..a0ac891 100644 --- a/courier-imap.spec +++ b/courier-imap.spec @@ -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 @@ done %{__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 <