summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd22
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2006-04-02 04:45:28 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2006-04-02 04:45:28 +0000
commit02796e393b39c1b299539cabd1d236a27ecfe2d2 (patch)
treed14c4b69041ffe40c9a137c9da53d0b6d07aa560 /mail/cyrus-imapd22
parentUpdate to the 20060331 snapshot of GCC 4.1.1. (diff)
deliver segfaulted when using without -l.
Submitted by: André Böhm <andre__at__abtime.de> Obtained from: https://bugzilla.andrew.cmu.edu/show_bug.cgi?id=2786
Notes
Notes: svn path=/head/; revision=158625
Diffstat (limited to 'mail/cyrus-imapd22')
-rw-r--r--mail/cyrus-imapd22/Makefile2
-rw-r--r--mail/cyrus-imapd22/files/patch-imap::backend.c13
2 files changed, 14 insertions, 1 deletions
diff --git a/mail/cyrus-imapd22/Makefile b/mail/cyrus-imapd22/Makefile
index b100f303f84b..a42c267c7b00 100644
--- a/mail/cyrus-imapd22/Makefile
+++ b/mail/cyrus-imapd22/Makefile
@@ -7,7 +7,7 @@
PORTNAME= cyrus-imapd
PORTVERSION= 2.2.13
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ \
diff --git a/mail/cyrus-imapd22/files/patch-imap::backend.c b/mail/cyrus-imapd22/files/patch-imap::backend.c
new file mode 100644
index 000000000000..a955d0a2d6fd
--- /dev/null
+++ b/mail/cyrus-imapd22/files/patch-imap::backend.c
@@ -0,0 +1,13 @@
+Index: imap/backend.c
+diff -u -p imap/backend.c.orig imap/backend.c
+--- imap/backend.c.orig Wed Feb 8 05:57:27 2006
++++ imap/backend.c Sun Apr 2 13:39:57 2006
+@@ -271,7 +271,7 @@ struct backend *backend_connect(struct b
+ /* need to (re)establish connection to server or create one */
+ int sock = -1;
+ int r;
+- int err = 0;
++ int err = -1;
+ struct addrinfo hints, *res0 = NULL, *res1 = NULL, *res;
+ struct sockaddr_un sunsock;
+ char buf[2048], *mechlist = NULL;