diff options
author | tz <tz@FreeBSD.org> | 2017-08-23 20:50:31 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2017-08-23 20:50:31 +0800 |
commit | 1c8680eee90e655d645e2631f2d9aa2e62b77c32 (patch) | |
tree | 2042b76ab93a7e94235127ce7867b134c3020141 /mail | |
parent | 33b1b6efded8083079b1e125cc699dc1a5471388 (diff) | |
download | freebsd-ports-gnome-1c8680eee90e655d645e2631f2d9aa2e62b77c32.tar.gz freebsd-ports-gnome-1c8680eee90e655d645e2631f2d9aa2e62b77c32.tar.zst freebsd-ports-gnome-1c8680eee90e655d645e2631f2d9aa2e62b77c32.zip |
mail/phpmailer: Update from 5.2.23 to 5.2.24
Changelog:
- SECURITY Fix: XSS vulnerability in one of the code examples, CVE-2017-11503.
The code_generator.phps example did not filter user input prior to output.
This file is distributed with a .phps extension, so it it not normally
executable unless it is explicitly renamed, so it is safe by default. There
was also an undisclosed potential XSS vulnerability in the default exception
handler (unused by default). Patches for both issues kindly provided by
Patrick Monnerat of the Fedora Project.
- Handle bare codes (an RFC contravention) in SMTP server responses
- Make message timestamps more dynamic - calculate the date separately
for each message
- Include timestamps in HTML-format debug output
- Improve Turkish, Norwegian, Serbian, Brazilian Portuguese &
simplified Chinese translations
- Correction of Serbian ISO language code from sr to rs
- Fix matching of multiple entries in Host to match IPv6 literals
without breaking port selection (see #1094, caused by a3b4f6b)
- Better capture and reporting of SMTP connection errors
Reported by: Ken J. <tweakerz@shaw.ca>
MFH: 2017Q3
Diffstat (limited to 'mail')
-rw-r--r-- | mail/phpmailer/Makefile | 2 | ||||
-rw-r--r-- | mail/phpmailer/distinfo | 6 | ||||
-rw-r--r-- | mail/phpmailer/pkg-plist | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/mail/phpmailer/Makefile b/mail/phpmailer/Makefile index 0983e01a0764..7e95e6757465 100644 --- a/mail/phpmailer/Makefile +++ b/mail/phpmailer/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpmailer -PORTVERSION= 5.2.23 +PORTVERSION= 5.2.24 DISTVERSIONPREFIX= v CATEGORIES= mail diff --git a/mail/phpmailer/distinfo b/mail/phpmailer/distinfo index 95aa8391b6ca..bd6da2c522be 100644 --- a/mail/phpmailer/distinfo +++ b/mail/phpmailer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1491811936 -SHA256 (PHPMailer-PHPMailer-v5.2.23_GH0.tar.gz) = 6bd8caf379e7d821aa1074b5f793f3b17a1b92ca953221fc61b7941ae34f5bbe -SIZE (PHPMailer-PHPMailer-v5.2.23_GH0.tar.gz) = 157335 +TIMESTAMP = 1503492344 +SHA256 (PHPMailer-PHPMailer-v5.2.24_GH0.tar.gz) = 88a1aec68ce0fbe272f90e813c185d0421c405fe20cf9c410eba4bc53d4b3672 +SIZE (PHPMailer-PHPMailer-v5.2.24_GH0.tar.gz) = 157773 diff --git a/mail/phpmailer/pkg-plist b/mail/phpmailer/pkg-plist index 578ad1156a6c..2f9dc0da6263 100644 --- a/mail/phpmailer/pkg-plist +++ b/mail/phpmailer/pkg-plist @@ -90,10 +90,10 @@ %%DATADIR%%/language/phpmailer.lang-pt.php %%DATADIR%%/language/phpmailer.lang-pt_br.php %%DATADIR%%/language/phpmailer.lang-ro.php +%%DATADIR%%/language/phpmailer.lang-rs.php %%DATADIR%%/language/phpmailer.lang-ru.php %%DATADIR%%/language/phpmailer.lang-sk.php %%DATADIR%%/language/phpmailer.lang-sl.php -%%DATADIR%%/language/phpmailer.lang-sr.php %%DATADIR%%/language/phpmailer.lang-sv.php %%DATADIR%%/language/phpmailer.lang-tr.php %%DATADIR%%/language/phpmailer.lang-uk.php |