summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorrecht <recht>2004-07-27 13:28:38 +0000
committerrecht <recht>2004-07-27 13:28:38 +0000
commit8e7033026945508f755b252e9a92e1cc3d8041b6 (patch)
tree33d370faea13fa02e00da9900153cd22a055cdfe /mail
parent735199f419d259e31e6a61fdc6ccc97cded12cfc (diff)
downloadpkgsrc-8e7033026945508f755b252e9a92e1cc3d8041b6.tar.gz
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 (limited to 'mail')
-rw-r--r--mail/cyrus-imapd22/Makefile4
-rw-r--r--mail/cyrus-imapd22/distinfo10
-rw-r--r--mail/cyrus-imapd22/patches/patch-af8
-rw-r--r--mail/cyrus-imapd22/patches/patch-am8
4 files changed, 15 insertions, 15 deletions
diff --git a/mail/cyrus-imapd22/Makefile b/mail/cyrus-imapd22/Makefile
index 2fde743683e..28c6349e3bf 100644
--- a/mail/cyrus-imapd22/Makefile
+++ b/mail/cyrus-imapd22/Makefile
@@ -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 --git a/mail/cyrus-imapd22/distinfo b/mail/cyrus-imapd22/distinfo
index 409f1e1d240..ee1d3359700 100644
--- a/mail/cyrus-imapd22/distinfo
+++ b/mail/cyrus-imapd22/distinfo
@@ -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 --git a/mail/cyrus-imapd22/patches/patch-af b/mail/cyrus-imapd22/patches/patch-af
index fdf5b21a460..6b85f21040b 100644
--- a/mail/cyrus-imapd22/patches/patch-af
+++ b/mail/cyrus-imapd22/patches/patch-af
@@ -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 --git a/mail/cyrus-imapd22/patches/patch-am b/mail/cyrus-imapd22/patches/patch-am
index bb42583313e..49870b8c351 100644
--- a/mail/cyrus-imapd22/patches/patch-am
+++ b/mail/cyrus-imapd22/patches/patch-am
@@ -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 --