pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/cyrus-imapd22 update to cyrus imapd 2.2.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b5663abd4f5c
branches:  trunk
changeset: 478623:b5663abd4f5c
user:      recht <recht%pkgsrc.org@localhost>
date:      Tue Jul 27 13:28:38 2004 +0000

description:
update to cyrus imapd 2.2.7

Changes to the Cyrus IMAP Server since 2.2.6:

- Fix handling of PARTIAL command and partial body fetches
- A large number of portability fixes supplied by Albert Chin
- Added client_timeout option to control connect() timeouts
  for proxy code
- Added popuseacl option
- Fix a number of issues with the quota -f tool
- Fix thread safety issue in saslserver()
- Fix possible stage file leak in append code
- Fix bugs in handling of MULTIAPPEND introduced in 2.2.3
- Fixed regression bug in Sieve vacation

diffstat:

 mail/cyrus-imapd22/Makefile         |   4 ++--
 mail/cyrus-imapd22/distinfo         |  10 +++++-----
 mail/cyrus-imapd22/patches/patch-af |   8 ++++----
 mail/cyrus-imapd22/patches/patch-am |   8 ++++----
 4 files changed, 15 insertions(+), 15 deletions(-)

diffs (60 lines):

diff -r 82b8956dda7b -r b5663abd4f5c mail/cyrus-imapd22/Makefile
--- a/mail/cyrus-imapd22/Makefile       Tue Jul 27 13:04:18 2004 +0000
+++ b/mail/cyrus-imapd22/Makefile       Tue Jul 27 13:28:38 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2004/07/04 02:26:11 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2004/07/27 13:28:38 recht Exp $
 
-DISTNAME=      cyrus-imapd-2.2.6
+DISTNAME=      cyrus-imapd-2.2.7
 CATEGORIES=    mail
 MASTER_SITES=  ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
                ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/OLD-VERSIONS/imap/
diff -r 82b8956dda7b -r b5663abd4f5c mail/cyrus-imapd22/distinfo
--- a/mail/cyrus-imapd22/distinfo       Tue Jul 27 13:04:18 2004 +0000
+++ b/mail/cyrus-imapd22/distinfo       Tue Jul 27 13:28:38 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2004/06/21 15:16:33 recht Exp $
+$NetBSD: distinfo,v 1.8 2004/07/27 13:28:38 recht Exp $
 
-SHA1 (cyrus-imapd-2.2.6.tar.gz) = a9b17d4cd67bcfb66e292f01ea86c713b9eb5894
-Size (cyrus-imapd-2.2.6.tar.gz) = 1933281 bytes
-SHA1 (patch-af) = a14b9618c107fed484da8675b3787b0a36fd95e8
+SHA1 (cyrus-imapd-2.2.7.tar.gz) = 9b6a9009015957822789b5fb7ff0d04af1dbda06
+Size (cyrus-imapd-2.2.7.tar.gz) = 1942391 bytes
+SHA1 (patch-af) = 57ae4ef1a5ab39dfe22472945f4eccd29d70fb88
 SHA1 (patch-al) = a0e4d20bd11bf78f6ed2e8ee9e3cc7b8d7ba35c1
-SHA1 (patch-am) = 894063a567fa61a541bbf3b57b6f9c0936dc6f5d
+SHA1 (patch-am) = 1508cc8520632628fba6f8a5658fe10ff801ecdd
diff -r 82b8956dda7b -r b5663abd4f5c mail/cyrus-imapd22/patches/patch-af
--- a/mail/cyrus-imapd22/patches/patch-af       Tue Jul 27 13:04:18 2004 +0000
+++ b/mail/cyrus-imapd22/patches/patch-af       Tue Jul 27 13:28:38 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-af,v 1.3 2004/05/28 23:02:02 recht Exp $
+$NetBSD: patch-af,v 1.4 2004/07/27 13:28:38 recht Exp $
 
---- configure.orig     2004-05-29 00:53:27.000000000 +0200
-+++ configure  2004-05-29 00:54:00.000000000 +0200
-@@ -13502,6 +13502,7 @@
+--- configure.orig     2004-07-26 20:11:28.000000000 +0200
++++ configure  2004-07-27 15:00:10.000000000 +0200
+@@ -13576,6 +13576,7 @@
      EXTRA_SUBDIRS="${EXTRA_SUBDIRS} perl"
      PERL_SUBDIRS="imap"
      PERL="${with_perl}"
diff -r 82b8956dda7b -r b5663abd4f5c mail/cyrus-imapd22/patches/patch-am
--- a/mail/cyrus-imapd22/patches/patch-am       Tue Jul 27 13:04:18 2004 +0000
+++ b/mail/cyrus-imapd22/patches/patch-am       Tue Jul 27 13:28:38 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-am,v 1.2 2004/05/28 23:02:02 recht Exp $
+$NetBSD: patch-am,v 1.3 2004/07/27 13:28:38 recht Exp $
 
---- configure.in.orig  2004-05-29 00:51:15.000000000 +0200
-+++ configure.in       2004-05-29 00:52:04.000000000 +0200
-@@ -933,7 +933,7 @@
+--- configure.in.orig  2004-07-05 20:18:02.000000000 +0200
++++ configure.in       2004-07-27 15:00:18.000000000 +0200
+@@ -943,7 +943,7 @@
  dnl add perl cccdlflags when building libraries -- this ensures that the
  dnl libraries will be compiled as PIC if perl requires PIC objects
  dnl -- this is needed on NetBSD, but seems to cause problems on atleast Solaris --



Home | Main Index | Thread Index | Old Index