summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd21
diff options
context:
space:
mode:
authormartti <martti>2003-05-26 06:53:07 +0000
committermartti <martti>2003-05-26 06:53:07 +0000
commitd91228583afa7d357b5e8e8a2047efe5eb29c623 (patch)
treed1d61b4383d6ad707aab6f91d7d7da4aa983030d /mail/cyrus-imapd21
parenta01ebebef28d592afd212e655e928b375a3e16a5 (diff)
downloadpkgsrc-d91228583afa7d357b5e8e8a2047efe5eb29c623.tar.gz
Updated cyrus-imapd to 2.1.13
* New IPv6 patch * Add maxfds= option in cyrus.conf * "The shutdown() Patch" * Now report both built-with and running-with OpenSSL versions * Misc other small bugfixes * Security Appraisers and Bynari review of the majority of the modules in imap/ Approved by chris.
Diffstat (limited to 'mail/cyrus-imapd21')
-rw-r--r--mail/cyrus-imapd21/patches/patch-ae12
-rw-r--r--mail/cyrus-imapd21/patches/patch-af8
2 files changed, 10 insertions, 10 deletions
diff --git a/mail/cyrus-imapd21/patches/patch-ae b/mail/cyrus-imapd21/patches/patch-ae
index 5c29cc7a69d..9b9596a0a46 100644
--- a/mail/cyrus-imapd21/patches/patch-ae
+++ b/mail/cyrus-imapd21/patches/patch-ae
@@ -1,13 +1,13 @@
-$NetBSD: patch-ae,v 1.1.1.1 2002/10/27 16:08:53 chris Exp $
+$NetBSD: patch-ae,v 1.2 2003/05/26 06:53:08 martti Exp $
---- imap/ipurge.c.orig Sat Aug 31 18:01:22 2002
-+++ imap/ipurge.c Sat Aug 31 18:01:36 2002
+--- imap/ipurge.c.orig 2003-04-22 20:39:41.000000000 +0300
++++ imap/ipurge.c 2003-05-21 10:20:46.000000000 +0300
@@ -105,7 +105,7 @@
+ void print_stats(mbox_stats_t *stats);
- int
- main (int argc, char *argv[]) {
+ int main (int argc, char *argv[]) {
- char option;
+ int option;
- char buf[MAX_MAILBOX_PATH];
+ char buf[MAX_MAILBOX_PATH+1];
char *alt_config = NULL;
int r;
diff --git a/mail/cyrus-imapd21/patches/patch-af b/mail/cyrus-imapd21/patches/patch-af
index e5c3ce5cfd4..90873eaae32 100644
--- a/mail/cyrus-imapd21/patches/patch-af
+++ b/mail/cyrus-imapd21/patches/patch-af
@@ -1,8 +1,8 @@
-$NetBSD: patch-af,v 1.2 2002/12/08 00:39:43 chris Exp $
+$NetBSD: patch-af,v 1.3 2003/05/26 06:53:08 martti Exp $
---- configure.in.orig Fri Dec 6 13:19:12 2002
-+++ configure.in Fri Dec 6 13:20:18 2002
-@@ -865,6 +865,10 @@
+--- configure.in.orig 2003-03-24 19:58:03.000000000 +0200
++++ configure.in 2003-05-21 10:21:05.000000000 +0300
+@@ -885,6 +885,10 @@
dnl and compile perl/cyradm
PERL_SUBDIRS="imap"
PERL="${with_perl}"