diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2020-10-09 23:26:05 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2020-10-09 23:26:05 +0000 |
commit | 1e907db4911ac8627fd940a5b703261873c8a5a4 (patch) | |
tree | dff4a61d3df0789cd294cda86b80e10f6b168739 /lang/php73 | |
parent | 22cf8588dbc6333c17d47a1cbe81a00eda390a20 (diff) | |
download | freebsd-ports-1e907db4911ac8627fd940a5b703261873c8a5a4.zip |
lang/php73: Update from 7.3.22 to 7.3.23
Core:
Fixed bug #80048 (Bug #69100 has not been fixed for Windows).
Fixed bug #80049 (Memleak when coercing integers to string via variadic argument).
Fixed bug #79699 (PHP parses encoded cookie names so malicious `__Host-` cookies can be sent). (CVE-2020-7070)
Calendar:
Fixed bug #80007 (Potential type confusion in unixtojd() parameter parsing).
COM:
Fixed bug #64130 (COM obj parameters passed by reference are not updated).
OPcache:
Fixed bug #80002 (calc free space for new interned string is wrong).
Fixed bug #79825 (opcache.file_cache causes SIGSEGV when custom opcode handlers changed).
OpenSSL:
Fixed bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12 bytes IV). (CVE-2020-7069)
PDO:
Fixed bug #80027 (Terrible performance using $query->fetch on queries with many bind parameters).
SOAP:
Fixed bug #47021 (SoapClient stumbles over WSDL delivered with "Transfer-Encoding: chunked").
Standard:
Fixed bug #79986 (str_ireplace bug with diacritics characters).
Fixed bug #80077 (getmxrr test bug).
Fixed bug #72941 (Modifying bucket->data by-ref has no effect any longer).
Fixed bug #80067 (Omitting the port in bindto setting errors).
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 609df921d71a..264c86f0f450 100644 --- a/lang/php73/Makefile +++ b/lang/php73/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php73 -DISTVERSION= 7.3.22 +DISTVERSION= 7.3.23 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions diff --git a/lang/php73/distinfo b/lang/php73/distinfo index 0a8a016ef084..527c2c986279 100644 --- a/lang/php73/distinfo +++ b/lang/php73/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1599249335 -SHA256 (php-7.3.22.tar.xz) = 0e66606d3bdab5c2ae3f778136bfe8788e574913a3d8138695e54d98562f1fb5 -SIZE (php-7.3.22.tar.xz) = 12134212 +TIMESTAMP = 1602192488 +SHA256 (php-7.3.23.tar.xz) = 2bdd36176f318f451fb3942bf1e935aabb3c2786cac41a9080f084ad6390e034 +SIZE (php-7.3.23.tar.xz) = 12133616 |