summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd21/patches
diff options
context:
space:
mode:
authorchris <chris>2002-12-08 00:39:42 +0000
committerchris <chris>2002-12-08 00:39:42 +0000
commit3b4e8d636b62cc94ae9e916f5670286e294aed8e (patch)
tree4ec44a3e38f2782f8798e4ecebc1e2e2369521a8 /mail/cyrus-imapd21/patches
parent93566ed38753cfcaec58bde0e76980d811618657 (diff)
downloadpkgsrc-3b4e8d636b62cc94ae9e916f5670286e294aed8e.tar.gz
Update cyrus-imapd to 2.1.11.
This includes the fix for the recent buffer overflow. Note that IPv6 patch doesn't work, I've not had the time to look into this, but felt that being a security fix I should get the update done. Also note that if you define CYRUS_DB_RECOMMENDED in your build environment it will build using the cyrus mailing list recommended defaults for the database settings.
Diffstat (limited to 'mail/cyrus-imapd21/patches')
-rw-r--r--mail/cyrus-imapd21/patches/patch-ab12
-rw-r--r--mail/cyrus-imapd21/patches/patch-af10
2 files changed, 5 insertions, 17 deletions
diff --git a/mail/cyrus-imapd21/patches/patch-ab b/mail/cyrus-imapd21/patches/patch-ab
deleted file mode 100644
index 7c3c5e749b7..00000000000
--- a/mail/cyrus-imapd21/patches/patch-ab
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2002/10/27 16:08:53 chris Exp $
-
---- lib/cyrusdb_flat.c~ Mon Aug 5 13:46:15 2002
-+++ lib/cyrusdb_flat.c Thu Aug 29 23:13:17 2002
-@@ -186,6 +186,7 @@
- struct db *db = (struct db *) xmalloc(sizeof(struct db));
- struct stat sbuf;
-
-+ db->fname = NULL;
- assert(fname && ret);
-
- db->fd = open(fname, O_RDWR | O_CREAT, 0666);
diff --git a/mail/cyrus-imapd21/patches/patch-af b/mail/cyrus-imapd21/patches/patch-af
index abaa4ff273d..e5c3ce5cfd4 100644
--- a/mail/cyrus-imapd21/patches/patch-af
+++ b/mail/cyrus-imapd21/patches/patch-af
@@ -1,11 +1,11 @@
-$NetBSD: patch-af,v 1.1 2002/11/15 11:49:07 seb Exp $
+$NetBSD: patch-af,v 1.2 2002/12/08 00:39:43 chris Exp $
---- configure.in.orig Tue Aug 27 17:05:26 2002
-+++ configure.in
-@@ -857,6 +857,10 @@ dnl compile perl stuff
- EXTRA_SUBDIRS="${EXTRA_SUBDIRS} perl"
+--- configure.in.orig Fri Dec 6 13:19:12 2002
++++ configure.in Fri Dec 6 13:20:18 2002
+@@ -865,6 +865,10 @@
dnl and compile perl/cyradm
PERL_SUBDIRS="imap"
+ PERL="${with_perl}"
+dnl add perl cccdlflags when building libraries
+ eval `${PERL} -V:cccdlflags`
+ PERL_CCCDLFLAGS="$cccdlflags"