svn commit: r542341 - head/mail/phpmailer6
Jochen Neumeister
joneum at FreeBSD.org
Thu Jul 16 09:25:04 UTC 2020
Author: joneum
Date: Thu Jul 16 09:25:03 2020
New Revision: 542341
URL: https://svnweb.freebsd.org/changeset/ports/542341
Log:
Update to 6.1.7
- Split SMTP connection into two separate methods
- Undo BC break in PHP vesions 5.2.3 - 7.0.0 introduced in 6.1.2 when injecting callables for address validation and HTML to text conversion
- Save response to SMTP welcome banner as other responses are saved
- Retry stream_select if interrupted by a signal
Sponsored by: Netzkommune GmbH
Modified:
head/mail/phpmailer6/Makefile
head/mail/phpmailer6/distinfo
Modified: head/mail/phpmailer6/Makefile
==============================================================================
--- head/mail/phpmailer6/Makefile Thu Jul 16 08:48:39 2020 (r542340)
+++ head/mail/phpmailer6/Makefile Thu Jul 16 09:25:03 2020 (r542341)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= phpmailer
-PORTVERSION= 6.1.6
+PORTVERSION= 6.1.7
DISTVERSIONPREFIX= v
CATEGORIES= mail
PKGNAMESUFFIX= 6
Modified: head/mail/phpmailer6/distinfo
==============================================================================
--- head/mail/phpmailer6/distinfo Thu Jul 16 08:48:39 2020 (r542340)
+++ head/mail/phpmailer6/distinfo Thu Jul 16 09:25:03 2020 (r542341)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1593520073
-SHA256 (PHPMailer-PHPMailer-v6.1.6_GH0.tar.gz) = dcad39c9fbbb3f42f88ddc42f7a47439ea1be609141a76d3026dd501481f7332
-SIZE (PHPMailer-PHPMailer-v6.1.6_GH0.tar.gz) = 94769
+TIMESTAMP = 1594891090
+SHA256 (PHPMailer-PHPMailer-v6.1.7_GH0.tar.gz) = cdc2a8df70778f8ff1b5c6bc9922b9e36d8ec63dbf2edfd4545816b4af5ae864
+SIZE (PHPMailer-PHPMailer-v6.1.7_GH0.tar.gz) = 95102
More information about the svn-ports-head
mailing list