diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-06-10 09:25:57 -0500 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-06-10 09:25:57 -0500 |
commit | cc0881bd3140bffc30b3c0018282ab90c4bb6105 (patch) | |
tree | d3daa015d11d93465c9b2bf609d39d1d949af83b /lang/php81/distinfo | |
parent | debc1294d3a159377b0326f4f9cbbc4ad1d12a9e (diff) | |
download | freebsd-ports-cc0881bd3140bffc30b3c0018282ab90c4bb6105.zip |
lang/php81: Update version 8.1.6=>8.1.7
- CLI:
* Fixed bug #8575 (CLI closes standard streams too early).
- Date:
* Fixed bug #51934 (strtotime plurals / incorrect time).
* Fixed bug #51987 (Datetime fails to parse an ISO 8601 ordinal date
(extended format)).
* Fixed bug #66019 (DateTime object does not support short ISO 8601
time format - YYYY-MM-DDTHH)
* Fixed bug #68549 (Timezones and offsets are not properly used when
working with dates)
* Fixed bug #81565 (date parsing fails when provided with timezones
including seconds).
* Fixed bug #7758 (Problems with negative timestamps and fractions).
- 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 #8461 (tracing JIT crash after function/method change).
- OpenSSL:
* Fixed bug #79589 (error:14095126:SSL routines:ssl3_read_n:unexpected
eof while reading).
- 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).
- Standard:
* Fixed bug #8185 (Crash during unloading of extension after dl() in
ZTS).
- Zip:
* Fixed type for index in ZipArchive::replaceFile.
Relnotes: https://www.php.net/ChangeLog-8.php#8.1.7
Sponsored by: Bounce Experts
Diffstat (limited to 'lang/php81/distinfo')
-rw-r--r-- | lang/php81/distinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/php81/distinfo b/lang/php81/distinfo index 51925b6aec6f..d78fe949298e 100644 --- a/lang/php81/distinfo +++ b/lang/php81/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1652463112 -SHA256 (php-8.1.6.tar.xz) = da38d65bb0d5dd56f711cd478204f2b62a74a2c2b0d2d523a78d6eb865b2364c -SIZE (php-8.1.6.tar.xz) = 11708824 +TIMESTAMP = 1654870588 +SHA256 (php-8.1.7.tar.xz) = f042322f1b5a9f7c2decb84b7086ef676896c2f7178739b9672afafa964ed0e5 +SIZE (php-8.1.7.tar.xz) = 11718520 |