pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/cyrus-imapd24 Update cyrus-imapd to 2.4.8.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/59554c14eb27
branches:  trunk
changeset: 587720:59554c14eb27
user:      obache <obache%pkgsrc.org@localhost>
date:      Thu Apr 14 02:18:27 2011 +0000

description:
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:

 mail/cyrus-imapd24/Makefile         |   4 ++--
 mail/cyrus-imapd24/distinfo         |  10 +++++-----
 mail/cyrus-imapd24/patches/patch-aq |   8 ++++----
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs (57 lines):

diff -r bb614d489ce7 -r 59554c14eb27 mail/cyrus-imapd24/Makefile
--- a/mail/cyrus-imapd24/Makefile       Wed Apr 13 17:05:20 2011 +0000
+++ b/mail/cyrus-imapd24/Makefile       Thu Apr 14 02:18:27 2011 +0000
@@ -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 -r bb614d489ce7 -r 59554c14eb27 mail/cyrus-imapd24/distinfo
--- a/mail/cyrus-imapd24/distinfo       Wed Apr 13 17:05:20 2011 +0000
+++ b/mail/cyrus-imapd24/distinfo       Thu Apr 14 02:18:27 2011 +0000
@@ -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-am) = e100e13d5137116f5bd7674e954031b2615e5ab1
 SHA1 (patch-an) = 31d008c732f71e0b6960f8e4206ce466a689c558
 SHA1 (patch-ao) = c01c9d32b4d73cbc32d2ad8bfca8b8b021ca2474
-SHA1 (patch-aq) = 8afd83691256cfb32b8ae0370185635bcff90283
+SHA1 (patch-aq) = e364a2904db59f29f8adc1a0d4981a7bfd54e767
 SHA1 (patch-ar) = 4ac95c029794afba0f4d398643f354b71efd9ac3
diff -r bb614d489ce7 -r 59554c14eb27 mail/cyrus-imapd24/patches/patch-aq
--- a/mail/cyrus-imapd24/patches/patch-aq       Wed Apr 13 17:05:20 2011 +0000
+++ b/mail/cyrus-imapd24/patches/patch-aq       Thu Apr 14 02:18:27 2011 +0000
@@ -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 @@
 +#endif
 +
  /* signal to config.c */
- const int config_need_data = 0;  /* YYY */
+ const int config_need_data = CONFIG_NEED_PARTITION_DATA;
  



Home | Main Index | Thread Index | Old Index