diff options
author | sborrill <sborrill@pkgsrc.org> | 2008-03-04 17:13:49 +0000 |
---|---|---|
committer | sborrill <sborrill@pkgsrc.org> | 2008-03-04 17:13:49 +0000 |
commit | df1aa3b9905a09be70c742ad83656cc8197a7a57 (patch) | |
tree | d39bda325b7ffe71dc0f5c45974fca82ad5dbea0 /mail | |
parent | 8bf74c5086e810635eb42ee6260913f330977167 (diff) | |
download | pkgsrc-df1aa3b9905a09be70c742ad83656cc8197a7a57.tar.gz |
Patch around imap_header() dying with SIGABRT if recipient lists are too
long. Patch appended to PHP bug 42862, so the fix may be incorporated in
later PHP releases and thus this patch can be reverted.
http://bugs.php.net/bug.php?id=42862
Bump PKGREVISION of php-imap
Diffstat (limited to 'mail')
-rw-r--r-- | mail/php-imap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/php-imap/Makefile b/mail/php-imap/Makefile index 19ea72aedbf..7463979fb06 100644 --- a/mail/php-imap/Makefile +++ b/mail/php-imap/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2008/01/18 05:08:28 tnn Exp $ +# $NetBSD: Makefile,v 1.14 2008/03/04 17:13:49 sborrill Exp $ MODNAME= imap -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES+= mail COMMENT= PHP extension for IMAP (Internet Mailbox Access Protocol) |