diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-06-10 13:58:50 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-06-10 13:58:50 +0000 |
commit | debc1294d3a159377b0326f4f9cbbc4ad1d12a9e (patch) | |
tree | 6b654eb6c6a057db2446998fcd5a9cf6e61ca6a0 | |
parent | 9dd525130a60df51c6d6aef7e1831240ef402169 (diff) | |
download | ports-debc1294d3a159377b0326f4f9cbbc4ad1d12a9e.tar.gz ports-debc1294d3a159377b0326f4f9cbbc4ad1d12a9e.zip |
lang/php80: Update version 8.0.19=>8.0.20
- CLI:
Fixed bug #8575 (CLI closes standard streams too early).
- Core:
Fixed Haiku ZTS builds.
- Date:
Fixed bug #8471 (Segmentation fault when converting immutable and
mutable DateTime instances created using reflection).
- FPM:
* Fixed ACL build check on MacOS.
* Fixed bug #72185: php-fpm writes empty fcgi record causing nginx 502
- Mysqlnd:
Fixed bug #81719: mysqlnd/pdo password buffer overflow.
(CVE-2022-31626)
- OPcache:
Fixed bug #8466 (ini_get() is optimized out when the option does not
exist).
- Pcntl:
Fixed Haiku build.
- Pgsql:
Fixed bug #81720: Uninitialized array in pg_query_params().
(CVE-2022-31625)
- Soap:
* Fixed bug #8578 (Error on wrong parameter on SoapHeader constructor).
* Fixed bug #8538 (SoapClient may strip parts of nmtokens).
- SPL:
Fixed bug #8235 (iterator_count() may run indefinitely).
- Zip:
Fixed type for index in ZipArchive::replaceFile.
Approved by: tz (private email)
Relnotes: https://www.php.net/ChangeLog-8.php#8.0.20
Sponsored by: Bounce Experts
-rw-r--r-- | lang/php80/Makefile | 2 | ||||
-rw-r--r-- | lang/php80/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/php80/Makefile b/lang/php80/Makefile index 03514b873c74..c26c7a79b55d 100644 --- a/lang/php80/Makefile +++ b/lang/php80/Makefile @@ -1,5 +1,5 @@ PORTNAME= php80 -DISTVERSION= 8.0.19 +DISTVERSION= 8.0.20 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP diff --git a/lang/php80/distinfo b/lang/php80/distinfo index eeeb857f3aa6..a56b11d3b93a 100644 --- a/lang/php80/distinfo +++ b/lang/php80/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1652463760 -SHA256 (php/php-8.0.19.tar.xz) = ba62219c4b0486cbb2a04f0796749a46b0ee1f5a142ed454212b4e2460cb0fab -SIZE (php/php-8.0.19.tar.xz) = 10778992 +TIMESTAMP = 1654868216 +SHA256 (php/php-8.0.20.tar.xz) = 973fec765336ee01f47536a5db1c2eee98df9d34a41522b7b6c760159bf0a77b +SIZE (php/php-8.0.20.tar.xz) = 10879064 |