aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2020-04-19 20:04:26 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2020-04-19 20:04:26 +0000
commite860c6d61fa5d9574d02f5980cb2dd4fe33f629b (patch)
tree6cfa7fbe273891dc1d9e58f99dcf5a09fc0c097d /devel
parent35c76f11b8563d70ff78d5ccbe2c280f6fd00004 (diff)
downloadports-e860c6d61fa5d9574d02f5980cb2dd4fe33f629b.tar.gz
ports-e860c6d61fa5d9574d02f5980cb2dd4fe33f629b.zip
MFH: r532047
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 Approved by: ports-secteam (joneum, implicit for PHP Updates)
Notes
Notes: svn path=/branches/2020Q2/; revision=532155
Diffstat (limited to 'devel')
-rw-r--r--devel/php73-intl/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/php73-intl/Makefile b/devel/php73-intl/Makefile
index 7da7b804c524..a32aaf000627 100644
--- a/devel/php73-intl/Makefile
+++ b/devel/php73-intl/Makefile
@@ -1,6 +1,5 @@
# $FreeBSD$
-PORTREVISION= 1
CATEGORIES= devel
MASTERDIR= ${.CURDIR}/../../lang/php73