diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2020-08-19 21:30:32 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2020-08-19 21:30:32 +0000 |
commit | 3446c3ed443eda0444cdea780ee28beb237da3dc (patch) | |
tree | e639470fc66df3a3775ae3c4755cdf15399f8dc2 /lang/php73 | |
parent | 63e91c788717f35668cc5ea24c582d2c45d786ae (diff) | |
download | freebsd-ports-3446c3ed443eda0444cdea780ee28beb237da3dc.zip |
lang/php73: Update from 7.3.20 to 7.3.21
Changelog:
Apache:
Fixed bug #79030 (Upgrade apache2handler's php_apache_sapi_get_request_time to return usec).
Core:
Fixed bug #79877 (getimagesize function silently truncates after a null byte).
Fixed bug #79778 (Assertion failure if dumping closure with unresolved static variable).
Fixed bug #79792 (HT iterators not removed if empty array is destroyed).
COM:
Fixed bug #63208 (BSTR to PHP string conversion not binary safe).
Fixed bug #63527 (DCOM does not work with Username, Password parameter).
Curl:
Fixed bug #79741 (curl_setopt CURLOPT_POSTFIELDS asserts on object with declared properties).
Fileinfo:
Fixed bug #79756 (finfo_file crash (FILEINFO_MIME)).
FTP:
Fixed bug #55857 (ftp_size on large files).
Mbstring:
Fixed bug #79787 (mb_strimwidth does not trim string).
Phar:
Fixed bug #79797 (Use of freed hash key in the phar_parse_zipfile function). (CVE-2020-7068)
Standard:
Fixed bug #70362 (Can't copy() large 'data://' with open_basedir).
Fixed bug #79817 (str_replace() does not handle INDIRECT elements).
Fixed bug #78008 (dns_check_record() always return true on Alpine).
Sponsored by: Bounce Experts
Diffstat (limited to 'lang/php73')
-rw-r--r-- | lang/php73/Makefile | 2 | ||||
-rw-r--r-- | lang/php73/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/php73/Makefile b/lang/php73/Makefile index d4c922123804..9e2935c919dd 100644 --- a/lang/php73/Makefile +++ b/lang/php73/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php73 -DISTVERSION= 7.3.20 +DISTVERSION= 7.3.21 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions diff --git a/lang/php73/distinfo b/lang/php73/distinfo index 4241be314045..f8fce7022004 100644 --- a/lang/php73/distinfo +++ b/lang/php73/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1594374478 -SHA256 (php-7.3.20.tar.xz) = 43292046f6684eb13acb637276d4aa1dd9f66b0b7045e6f1493bc90db389b888 -SIZE (php-7.3.20.tar.xz) = 12118188 +TIMESTAMP = 1597751649 +SHA256 (php-7.3.21.tar.xz) = 4c8b065746ef776d84b7ae47908c21a79e3d4704b86b60d816716b8697c58ce9 +SIZE (php-7.3.21.tar.xz) = 12123192 |