aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2020-03-25 11:19:09 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2020-03-25 11:19:09 +0000
commitd7b1ed0570bd6a300fcd4481ca0374e6101aaeb9 (patch)
tree06eb9051f70f62eceb77b0f4ab0cea264d3e2681
parent69c1fd1645f040df6a50bf069e31781002378393 (diff)
downloadports-d7b1ed0570bd6a300fcd4481ca0374e6101aaeb9.tar.gz
ports-d7b1ed0570bd6a300fcd4481ca0374e6101aaeb9.zip
MFH: r529012
lang/php73: Update from 7.3.15 to 7.3.16 Changelog: Core: Fixed bug #63206 (restore_error_handler does not restore previous errors mask). COM: Fixed bug #66322 (COMPersistHelper::SaveToFile can save to wrong location). Fixed bug #79242 (COM error constants don't match com_exception codes on x86). Fixed bug #79248 (Traversing empty VT_ARRAY throws com_exception). Fixed bug #79299 (com_print_typeinfo prints duplicate variables). Fixed bug #79332 (php_istreams are never freed). Fixed bug #79333 (com_print_typeinfo() leaks memory). DOM: Fixed bug #77569: (Write Access Violation in DomImplementation). Fixed bug #79271 (DOMDocumentType::$childNodes is NULL). Enchant: Fixed bug #79311 (enchant_dict_suggest() fails on big endian architecture). EXIF: Fixed bug #79282 (Use-of-uninitialized-value in exif). (CVE-2020-7064) MBstring: Fixed bug #79371 (mb_strtolower (UTF-32LE): stack-buffer-overflow at php_unicode_tolower_full). (CVE-2020-7065) MySQLi: Fixed bug #64032 (mysqli reports different client_version). PCRE: Fixed bug #79188 (Memory corruption in preg_replace/preg_replace_callback and unicode). PDO_ODBC: Fixed bug #79038 (PDOStatement::nextRowset() leaks column values). Reflection: Fixed bug #79062 (Property with heredoc default value returns false for getDocComment). SQLite3: Fixed bug #79294 (::columnType() may fail after SQLite3Stmt::reset()). Standard: Fixed bug #79329 (get_headers() silently truncates after a null byte). (CVE-2020-7066) Fixed bug #79254 (getenv() w/o arguments not showing changes). Fixed bug #79265 (Improper injection of Host header when using fopen for http requests). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.3.16 Sponsored by: PHP Update Service Approved by: ports-secteam (joneum)
Notes
Notes: svn path=/branches/2020Q1/; revision=529091
-rw-r--r--lang/php73/Makefile2
-rw-r--r--lang/php73/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/php73/Makefile b/lang/php73/Makefile
index d0780c3421a4..8ae5c78a4769 100644
--- a/lang/php73/Makefile
+++ b/lang/php73/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= php73
-DISTVERSION= 7.3.15
+DISTVERSION= 7.3.16
PORTREVISION?= 0
CATEGORIES?= lang devel www
MASTER_SITES= PHP/distributions
diff --git a/lang/php73/distinfo b/lang/php73/distinfo
index d37032a77dc5..e5e210e24011 100644
--- a/lang/php73/distinfo
+++ b/lang/php73/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1582291869
-SHA256 (php-7.3.15.tar.xz) = de7ae7cf3d1dbb2824975b26b32991dac2b732886ec22075b8c53b261b018166
-SIZE (php-7.3.15.tar.xz) = 12111464
+TIMESTAMP = 1584746785
+SHA256 (php-7.3.16.tar.xz) = 91aaee3dbdc71b69b4f3292f9d99211172a2fa926c3f3bbdb0e85dab03dd2bcb
+SIZE (php-7.3.16.tar.xz) = 12113688