diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2020-04-18 21:09:23 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2020-04-18 21:09:23 +0000 |
commit | 90c23d52c554e8226db2e6f77c3b768d9db0a94c (patch) | |
tree | 530bef71b48990f25f652305c6b5484c7ab0e766 /lang/php73 | |
parent | 1192c8c55a56ef85bed089caf8155406b4769546 (diff) | |
download | freebsd-ports-90c23d52c554e8226db2e6f77c3b768d9db0a94c.zip |
lang/php73: Upgrade from 7.3.16 to 7.3.17
Changelog:
Core:
Fixed bug #79364 (When copy empty array, next key is unspecified).
Fixed bug #78210 (Invalid pointer address).
CURL:
Fixed bug #79199 (curl_copy_handle() memory leak).
Date:
Fixed bug #79396 (DateTime hour incorrect during DST jump forward).
Iconv:
Fixed bug #79200 (Some iconv functions cut Windows-1258).
OPcache:
Fixed bug #79412 (Opcache chokes and uses 100% CPU on specific script).
Session:
Fixed bug #79413 (session_create_id() fails for active sessions).
Shmop:
Fixed bug #79427 (Integer Overflow in shmop_open()).
SimpleXML:
Fixed bug #61597 (SXE properties may lack attributes and content).
Spl:
Fixed bug #75673 (SplStack::unserialize() behavior).
Fixed bug #79393 (Null coalescing operator failing with SplFixedArray).
Standard:
Fixed bug #79330 (shell_exec() silently truncates after a null byte).
Fixed bug #79465 (OOB Read in urldecode()). (CVE-2020-7067)
Fixed bug #79410 (system() swallows last chunk if it is exactly 4095 bytes without newline).
Zip:
Fixed bug #79296 (ZipArchive::open fails on empty file).
Fixed bug #79424 (php_zip_glob uses gl_pathc after call to globfree).
Changelog taken from: https://www.php.net/ChangeLog-7.php#7.3.17
MFH: 2020Q2
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 f042c612d95f..b8aa3582927e 100644 --- a/lang/php73/Makefile +++ b/lang/php73/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php73 -DISTVERSION= 7.3.16 +DISTVERSION= 7.3.17 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions diff --git a/lang/php73/distinfo b/lang/php73/distinfo index e5e210e24011..fa742ed06877 100644 --- a/lang/php73/distinfo +++ b/lang/php73/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1584746785 -SHA256 (php-7.3.16.tar.xz) = 91aaee3dbdc71b69b4f3292f9d99211172a2fa926c3f3bbdb0e85dab03dd2bcb -SIZE (php-7.3.16.tar.xz) = 12113688 +TIMESTAMP = 1587235461 +SHA256 (php-7.3.17.tar.xz) = 6a30304c27f7e7a94538f5ffec599f600ee93aedbbecad8aa4f8bec539b10ad8 +SIZE (php-7.3.17.tar.xz) = 12116072 |