diff options
author | taca <taca@pkgsrc.org> | 2022-08-04 15:22:08 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2022-08-04 15:22:08 +0000 |
commit | 279b4de3b21e608a226c4a74daafb233fac0af78 (patch) | |
tree | db894a58524ae71daed99c8de99f01a2e6e0a899 /lang/php81 | |
parent | 2a4715753e7fcf187025c45b71a6c41736a151d2 (diff) | |
download | pkgsrc-279b4de3b21e608a226c4a74daafb233fac0af78.tar.gz |
lang/php81: update to 8.1.9
04 Aug 2022, PHP 8.1.9
- CLI:
. Fixed potential overflow for the builtin server via the
PHP_CLI_SERVER_WORKERS environment variable. (yiyuaner)
. Fixed GH-8952 (Intentionally closing std handles no longer possible).
(Arnaud, cmb)
- Core:
. Fixed bug GH-8923 (error_log on Windows can hold the file write
lock). (cmb)
. Fixed bug GH-8995 (WeakMap object reference offset causing TypeError).
(Tobias Bachert)
- Date:
. Fixed bug #80047 (DatePeriod doesn't warn with custom DateTimeImmutable).
(Derick)
- FPM:
. Fixed zlog message prepend, free on incorrect address. (Heiko Weber)
. Fixed possible double free on configuration loading
failure. (Heiko Weber).
- GD:
. Fixed bug GH-8848 (imagecopyresized() error refers to the wrong argument).
(cmb)
- Intl:
. Fixed build for ICU 69.x and onwards. (David Carlier)
- OPcache:
. Fixed bug GH-8847 (PHP hanging infinitly at 100% cpu when check php
syntaxe of a valid file). (Dmitry)
. Fixed bug GH-8030 (Segfault with JIT and large match/switch statements).
(Arnaud)
- Reflection:
. Fixed bug GH-8943 (Fixed Reflection::getModifiersNames() with readonly
modifier). (Pierrick)
- Standard:
. Fixed the crypt_sha256/512 api build with clang > 12. (David Carlier)
. Uses CCRandomGenerateBytes instead of arc4random_buf on
macOs. (David Carlier).
. Fixed bug GH-9017 (php_stream_sock_open_from_socket could return NULL).
(Heiko Weber)
Diffstat (limited to 'lang/php81')
-rw-r--r-- | lang/php81/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/php81/distinfo b/lang/php81/distinfo index cbba08dc24c..ba208808edc 100644 --- a/lang/php81/distinfo +++ b/lang/php81/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.10 2022/07/08 13:51:56 taca Exp $ +$NetBSD: distinfo,v 1.11 2022/08/04 15:22:08 taca Exp $ -BLAKE2s (php-8.1.8.tar.xz) = 6ce34da24defdbe1ed0cee35741640e01dd48dad875e8106a25ecf75125b4c83 -SHA512 (php-8.1.8.tar.xz) = 4ef03b4c412bdbcdf6c3dc4784b3218a0519e6b91a0682e796270d4426c05c62309b4835ea31271857a5f2535d00f20a9f9b4a79703a49c3e40f16fafa948dd4 -Size (php-8.1.8.tar.xz) = 11722100 bytes +BLAKE2s (php-8.1.9.tar.xz) = 772aab8b109acdb76a731840a5b4a5072433c29df820d5d7d43eea33cb01d94f +SHA512 (php-8.1.9.tar.xz) = a75731edbfa6e8841d4c836336b07fd7aec4668b3d38487e630015cfc9d76fdfd04bae946d4fe783679df05adee7e2617b42ca4d3c2415c0f88ed5bffad87d7d +Size (php-8.1.9.tar.xz) = 11787892 bytes SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6 SHA1 (patch-configure) = e91e22267a9b7ebcc16a586ba6f325c772adb13c SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640 |