summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-04-14 02:18:27 +0000
committerobache <obache@pkgsrc.org>2011-04-14 02:18:27 +0000
commita771a7d1161719f6765655759109ec046a1bbf5a (patch)
treebfc5539fd9c87f8a8715811672b103beacb8cf4d /mail
parent3401002a133e5894111f65fc272dbdfca0e56788 (diff)
downloadpkgsrc-a771a7d1161719f6765655759109ec046a1bbf5a.tar.gz
Update cyrus-imapd to 2.4.8.
Changes to the Cyrus IMAP Server since 2.4.7 * Bug #3428 - allow charset argument to "thread" to be quoted * Bug #3429 - fixed mupdate crash * Bug #3404 - had crept back in! Fix LIST "" user properly * Bug #3388 - fix reconstruct internaldate flap when file hardlinked with different internaldates * Bug #3410 - don't require a partition on murder frontends * Bug #3406 - fix compile on FreeBSD * Bug #3415 - fix nntpd * Bug #3390 - add 'proc_path' config variable * Bug #3364 - allow setting unlimited quota through a proxy server * Bug #3433 - append '0.' file rather than deleting in reconstruct * Fixed bug in reconstruct where a record rewrite lost the cache pointer until you did a SECOND reconstruct (no bug number) * Bug #3440 - fixed cyr_expire crash if run with -x
Diffstat (limited to 'mail')
-rw-r--r--mail/cyrus-imapd24/Makefile4
-rw-r--r--mail/cyrus-imapd24/distinfo10
-rw-r--r--mail/cyrus-imapd24/patches/patch-aq8
3 files changed, 11 insertions, 11 deletions
diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile
index e271b620a21..a8be636ce43 100644
--- a/mail/cyrus-imapd24/Makefile
+++ b/mail/cyrus-imapd24/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2011/03/31 01:28:37 obache Exp $
+# $NetBSD: Makefile,v 1.7 2011/04/14 02:18:27 obache Exp $
-DISTNAME= cyrus-imapd-2.4.7
+DISTNAME= cyrus-imapd-2.4.8
CATEGORIES= mail
MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-imapd/ \
ftp://ftp.cyrusimap.org/cyrus-imapd/OLD-VERSIONS/ \
diff --git a/mail/cyrus-imapd24/distinfo b/mail/cyrus-imapd24/distinfo
index 322b1a003cf..b3d73741313 100644
--- a/mail/cyrus-imapd24/distinfo
+++ b/mail/cyrus-imapd24/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.6 2011/03/31 01:28:37 obache Exp $
+$NetBSD: distinfo,v 1.7 2011/04/14 02:18:27 obache Exp $
-SHA1 (cyrus-imapd-2.4.7.tar.gz) = 8a83395ccae4381347234d3112c81594b3615d69
-RMD160 (cyrus-imapd-2.4.7.tar.gz) = abb7d7e382475d69163490efb3ba0d43d3947c03
-Size (cyrus-imapd-2.4.7.tar.gz) = 2444382 bytes
+SHA1 (cyrus-imapd-2.4.8.tar.gz) = 4dfc328aff482c9ebb4efdce4b140f69564880e8
+RMD160 (cyrus-imapd-2.4.8.tar.gz) = 72f9afbf7893b3449a1a76b7050ea6d7c9b003c9
+Size (cyrus-imapd-2.4.8.tar.gz) = 2424151 bytes
SHA1 (patch-aa) = 68bc0f58dd6afd585dcfb1d38e4d131457cddb12
SHA1 (patch-ab) = f4762aaf7b8b929c28d63c666e6e8ea700681974
SHA1 (patch-ac) = d6b2e8c00a3605773bf7718d29ccfb0b82f59323
@@ -18,5 +18,5 @@ SHA1 (patch-al) = 0eaef55760e9a071802bba157a00bdacc84c1932
SHA1 (patch-am) = e100e13d5137116f5bd7674e954031b2615e5ab1
SHA1 (patch-an) = 31d008c732f71e0b6960f8e4206ce466a689c558
SHA1 (patch-ao) = c01c9d32b4d73cbc32d2ad8bfca8b8b021ca2474
-SHA1 (patch-aq) = 8afd83691256cfb32b8ae0370185635bcff90283
+SHA1 (patch-aq) = e364a2904db59f29f8adc1a0d4981a7bfd54e767
SHA1 (patch-ar) = 4ac95c029794afba0f4d398643f354b71efd9ac3
diff --git a/mail/cyrus-imapd24/patches/patch-aq b/mail/cyrus-imapd24/patches/patch-aq
index e0b0156723f..579015ac3f4 100644
--- a/mail/cyrus-imapd24/patches/patch-aq
+++ b/mail/cyrus-imapd24/patches/patch-aq
@@ -1,8 +1,8 @@
-$NetBSD: patch-aq,v 1.1.1.1 2010/10/30 12:12:35 obache Exp $
+$NetBSD: patch-aq,v 1.2 2011/04/14 02:18:27 obache Exp $
---- imap/sync_client.c.orig 2010-10-19 03:08:28.000000000 +0000
+--- imap/sync_client.c.orig 2011-04-13 14:35:22.000000000 +0000
+++ imap/sync_client.c
-@@ -92,6 +92,10 @@
+@@ -93,6 +93,10 @@
#include "signals.h"
#include "cyrusdb.h"
@@ -11,5 +11,5 @@ $NetBSD: patch-aq,v 1.1.1.1 2010/10/30 12:12:35 obache Exp $
+#endif
+
/* signal to config.c */
- const int config_need_data = 0; /* YYY */
+ const int config_need_data = CONFIG_NEED_PARTITION_DATA;