summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorsborrill <sborrill>2008-03-04 17:13:49 +0000
committersborrill <sborrill>2008-03-04 17:13:49 +0000
commit53098445edbf4cff062b08ea1cde14ad4e6b0828 (patch)
treed39bda325b7ffe71dc0f5c45974fca82ad5dbea0 /mail
parent983300b3f559a9ed30543fe7f65213acf187c0bb (diff)
downloadpkgsrc-53098445edbf4cff062b08ea1cde14ad4e6b0828.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/Makefile4
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)