mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
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
This commit is contained in:
parent
b7c88beb9a
commit
3cb27a6754
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=542341
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= phpmailer
|
||||
PORTVERSION= 6.1.6
|
||||
PORTVERSION= 6.1.7
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= mail
|
||||
PKGNAMESUFFIX= 6
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user