diff options
author | mario <mario@slackverse.org> | 2013-01-03 21:38:08 +0100 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-01-09 18:52:20 -0500 |
commit | 8dbd7eceb6a041ec0ec50cd0ebd7da80f0f45bc4 (patch) | |
tree | bc8b75ca884cedb55755415648ecf327ba6d5ea4 /network/cyrus-imapd/patches | |
parent | abd4c3b69f3b16dbc2a0d7282b0ae2019e9c5c0c (diff) | |
download | slackbuilds-8dbd7eceb6a041ec0ec50cd0ebd7da80f0f45bc4.tar.gz |
network/cyrus-imapd: Updated for version 2.4.17.
(changed download location because upstream plays
hide-and-seek with the sources --ponce)
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/cyrus-imapd/patches')
-rw-r--r-- | network/cyrus-imapd/patches/cyrus-imapd-2.4.12-autosieve-0.6.0.patch (renamed from network/cyrus-imapd/patches/cyrus-imapd-2.4.4-autosieve-0.6.0-sv1.patch) | 24 |
1 files changed, 10 insertions, 14 deletions
diff --git a/network/cyrus-imapd/patches/cyrus-imapd-2.4.4-autosieve-0.6.0-sv1.patch b/network/cyrus-imapd/patches/cyrus-imapd-2.4.12-autosieve-0.6.0.patch index 6168d224a3..d3526669fc 100644 --- a/network/cyrus-imapd/patches/cyrus-imapd-2.4.4-autosieve-0.6.0-sv1.patch +++ b/network/cyrus-imapd/patches/cyrus-imapd-2.4.12-autosieve-0.6.0.patch @@ -1,7 +1,5 @@ -# Added md->date in deliver_mailbox function for Cyrus 2.4.12 by mario@slackverse.org, 2011 -diff -Naur cyrus-imapd-2.4.4.orig/README.autosievefolder cyrus-imapd-2.4.4/README.autosievefolder ---- cyrus-imapd-2.4.4.orig/README.autosievefolder 1970-01-01 01:00:00.000000000 +0100 -+++ cyrus-imapd-2.4.4/README.autosievefolder 2010-11-15 10:40:56.299163485 +0100 +--- cyrus-imapd-2.4.12.orig/README.autosievefolder 1970-01-01 01:00:00.000000000 +0100 ++++ cyrus-imapd-2.4.12/README.autosievefolder 2011-10-31 10:07:44.890693235 +0100 @@ -0,0 +1,43 @@ +Cyrus IMAP autosievefolder patch +---------------------------------- @@ -46,9 +44,8 @@ diff -Naur cyrus-imapd-2.4.4.orig/README.autosievefolder cyrus-imapd-2.4.4/READM + +For more information and updates please visit http://email.uoa.gr/projects/cyrus/autosievefolder + -diff -Naur cyrus-imapd-2.4.4.orig/imap/lmtp_sieve.c cyrus-imapd-2.4.4/imap/lmtp_sieve.c ---- cyrus-imapd-2.4.4.orig/imap/lmtp_sieve.c 2010-11-11 23:15:33.000000000 +0100 -+++ cyrus-imapd-2.4.4/imap/lmtp_sieve.c 2010-11-15 10:40:13.127210740 +0100 +--- cyrus-imapd-2.4.12.orig/imap/lmtp_sieve.c 2011-10-31 10:07:03.922690650 +0100 ++++ cyrus-imapd-2.4.12/imap/lmtp_sieve.c 2011-10-31 10:08:36.752691723 +0100 @@ -88,6 +88,9 @@ struct auth_state *authstate; } script_data_t; @@ -59,9 +56,9 @@ diff -Naur cyrus-imapd-2.4.4.orig/imap/lmtp_sieve.c cyrus-imapd-2.4.4/imap/lmtp_ static char *make_sieve_db(const char *user) { static char buf[MAX_MAILBOX_PATH+1]; -@@ -496,7 +499,20 @@ +@@ -503,7 +506,20 @@ sd->username, mdata->notifyheader, - namebuf, quotaoverride, 0); + namebuf, md->date, quotaoverride, 0); } - + @@ -81,7 +78,7 @@ diff -Naur cyrus-imapd-2.4.4.orig/imap/lmtp_sieve.c cyrus-imapd-2.4.4/imap/lmtp_ if (!ret) { snmp_increment(SIEVE_FILEINTO, 1); return SIEVE_OK; -@@ -947,3 +963,80 @@ +@@ -973,3 +989,80 @@ we'll do normal delivery */ return r; } @@ -162,10 +159,9 @@ diff -Naur cyrus-imapd-2.4.4.orig/imap/lmtp_sieve.c cyrus-imapd-2.4.4/imap/lmtp_ + return IMAP_MAILBOX_NONEXISTENT; +} + -diff -Naur cyrus-imapd-2.4.4.orig/lib/imapoptions cyrus-imapd-2.4.4/lib/imapoptions ---- cyrus-imapd-2.4.4.orig/lib/imapoptions 2010-11-11 23:15:33.000000000 +0100 -+++ cyrus-imapd-2.4.4/lib/imapoptions 2010-11-15 10:40:13.129220481 +0100 -@@ -1096,6 +1096,15 @@ +--- cyrus-imapd-2.4.12.orig/lib/imapoptions 2011-10-31 10:07:03.969690694 +0100 ++++ cyrus-imapd-2.4.12/lib/imapoptions 2011-10-31 10:13:23.876700183 +0100 +@@ -1145,6 +1145,15 @@ /* If enabled, lmtpd will look for Sieve scripts in user's home directories: ~user/.sieve. */ |