aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2019-08-03 19:04:26 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2019-08-03 19:04:26 +0000
commit9928afcf6665c92b64b466621984b0944d7cdfb9 (patch)
treefb7764bf6806471e5c0c54b4c103a4625b939988 /lang
parenta0d518f528ed4d2f7ea31111e58fd4bfa6277fdb (diff)
downloadports-9928afcf6665c92b64b466621984b0944d7cdfb9.tar.gz
ports-9928afcf6665c92b64b466621984b0944d7cdfb9.zip
MFH: r507978
Update PHP 7.2 from 7.2.20 to 7.2.21 Changelog: Date: Fixed bug #69044 (discrepency between time and microtime). EXIF: Fixed bug #78256 (heap-buffer-overflow on exif_process_user_comment). (CVE-2019-11042) Fixed bug #78222 (heap-buffer-overflow on exif_scan_thumbnail). (CVE-2019-11041) Fileinfo: Fixed bug #78183 (finfo_file shows wrong mime-type for .tga file). FTP: Fixed bug #77124 (FTP with SSL memory leak). Libxml: Fixed bug #78279 (libxml_disable_entity_loader settings is shared between requests (cgi-fcgi)). LiteSpeed: Updated to LiteSpeed SAPI V7.4.3 (increased response header count limit from 100 to 1000, added crash handler to cleanly shutdown PHP request, added CloudLinux mod_lsapi mode). Fixed bug #76058 (After "POST data can't be buffered", using php://input makes huge tmp files). Openssl: Fixed bug #78231 (Segmentation fault upon stream_socket_accept of exported socket-to-stream). OPcache: Fixed bug #78189 (file cache strips last character of uname hash). Fixed bug #78202 (Opcache stats for cache hits are capped at 32bit NUM). Fixed bug #78291 (opcache_get_configuration doesn't list all directives). Phar: Fixed bug #77919 (Potential UAF in Phar RSHUTDOWN). Phpdbg: Fixed bug #78297 (Include unexistent file memory leak). PDO_Sqlite: Fixed bug #78192 (SegFault when reuse statement after schema has changed). SQLite: Upgraded to SQLite 3.28.0. Standard: Fixed bug #78241 (touch() does not handle dates after 2038 in PHP 64-bit). Fixed bug #78269 (password_hash uses weak options for argon2). XMLRPC: Fixed bug #78173 (XML-RPC mutates immutable objects during encoding). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.2.21 Approved by: ports-secteam (joneum)
Notes
Notes: svn path=/branches/2019Q3/; revision=507981
Diffstat (limited to 'lang')
-rw-r--r--lang/php72/Makefile2
-rw-r--r--lang/php72/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/php72/Makefile b/lang/php72/Makefile
index e2849705e555..c0b63fdaa6b0 100644
--- a/lang/php72/Makefile
+++ b/lang/php72/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= php72
-DISTVERSION= 7.2.20
+DISTVERSION= 7.2.21
PORTREVISION?= 0
CATEGORIES?= lang devel www
MASTER_SITES= PHP/distributions
diff --git a/lang/php72/distinfo b/lang/php72/distinfo
index 3df9f445e814..6a7b8259634b 100644
--- a/lang/php72/distinfo
+++ b/lang/php72/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1562963325
-SHA256 (php-7.2.20.tar.xz) = eff09da83e235c2ba25c85deea1d4f663bd71d50fd51ad11e1acebe26d733494
-SIZE (php-7.2.20.tar.xz) = 12183712
+TIMESTAMP = 1564742313
+SHA256 (php-7.2.21.tar.xz) = de06aff019d8f5079115795bd7d8eedd4cd03daecb62d58abb18f492dd995c95
+SIZE (php-7.2.21.tar.xz) = 12298448