summaryrefslogtreecommitdiff
path: root/mail/php73-imap
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2020-07-13 13:32:27 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2020-07-13 13:32:27 +0000
commit6d23d80a69ba2c8ff3b90f995c79afac90f620cb (patch)
tree9444e62c020cfa80faa4f50dc97014961026048b /mail/php73-imap
parentUpdate to 0.3.5 (diff)
mail/php7[2-4]-imap: change client from cclient to panda-cclient
There are some reports about PHP crashes, when using php-imap (especially with OpenSSL and TSL 1.3). All this problems went away, when using the panda-cclient instead of the old cclient. Therefore we make the panda-cclient the new default, but still allow cclient in order to allow backwards compatibility. Special thanks to bofh for figuring out the complex details and the solution! Special thanks to Jason for being patience and helpful about so many months! Reported by: Jason de Cordoba <jason@aventia.pw> Reviewed by: bofh Sponsored by: Bounce Experts
Notes
Notes: svn path=/head/; revision=542132
Diffstat (limited to 'mail/php73-imap')
-rw-r--r--mail/php73-imap/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/php73-imap/Makefile b/mail/php73-imap/Makefile
index adfe95ecf964..acc8bcdae52b 100644
--- a/mail/php73-imap/Makefile
+++ b/mail/php73-imap/Makefile
@@ -1,5 +1,6 @@
# $FreeBSD$
+PORTREVISION= 1
CATEGORIES= mail
MASTERDIR= ${.CURDIR}/../../lang/php73