diff options
author | taca <taca@pkgsrc.org> | 2022-09-01 16:34:21 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2022-09-01 16:34:21 +0000 |
commit | cfe45e4b935489001d8eed3192a2e397a6bbd890 (patch) | |
tree | 50d07022ecc91eeeeaaee4d916091e7ce00e7191 /lang | |
parent | 0a4b4044dc27df1b75c507a7d2f76d43377513a7 (diff) | |
download | pkgsrc-cfe45e4b935489001d8eed3192a2e397a6bbd890.tar.gz |
lang/php80: update to 8.0.23
01 Sep 2022, PHP 8.0.23
- Core:
. Fixed incorrect double to long casting in latest clang. (zeriyoshi)
- DBA:
. Fixed LMDB driver memory leak on DB creation failure (Girgias)
. Fixed bug GH-9155 (dba_open("non-existing", "c-", "flatfile") segfaults).
(cmb)
- Intl:
. Fixed IntlDateFormatter::formatObject() parameter type. (Gert de Pagter)
- OPcache:
. Fixed bug GH-9033 (Loading blacklist file can fail due to negative length).
(cmb)
- PDO_SQLite:
. Fixed bug GH-9032 (SQLite3 authorizer crashes on NULL values). (cmb)
- SQLite3:
. Fixed bug GH-9032 (SQLite3 authorizer crashes on NULL values). (cmb)
- Standard:
. Fixed bug GH-9017 (php_stream_sock_open_from_socket could return NULL).
(Heiko Weber)
- Streams:
. Fixed bug GH-8472 (The resource returned by stream_socket_accept may have
incorrect metadata). (Jakub Zelenka)
. Fixed bug GH-8409 (SSL handshake timeout leaves persistent connections
hanging). (Jakub Zelenka, Twosee)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php/phpversion.mk | 4 | ||||
-rw-r--r-- | lang/php80/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index b930071c42e..0d8a5f6cf13 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.373 2022/09/01 16:32:35 taca Exp $ +# $NetBSD: phpversion.mk,v 1.374 2022/09/01 16:34:21 taca Exp $ # # This file selects a PHP version, based on the user's preferences and # the installed packages. It does not add a dependency on the PHP @@ -89,7 +89,7 @@ PHPVERSION_MK= defined # Define each PHP's version. PHP56_VERSION= 5.6.40 PHP74_VERSION= 7.4.30 -PHP80_VERSION= 8.0.22 +PHP80_VERSION= 8.0.23 PHP81_VERSION= 8.1.10 # Define initial release of major version. diff --git a/lang/php80/distinfo b/lang/php80/distinfo index cf794ddbe4f..0ff1d1d5911 100644 --- a/lang/php80/distinfo +++ b/lang/php80/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.23 2022/08/04 15:19:39 taca Exp $ +$NetBSD: distinfo,v 1.24 2022/09/01 16:34:21 taca Exp $ -BLAKE2s (php-8.0.22.tar.xz) = 8e849d5b56e4aa0753cc1746bf974edfe80e46e2e0bb29f3e7bd0cb3b30136fe -SHA512 (php-8.0.22.tar.xz) = e4f117331aed84542034524df96e14a73fe4770205c38576659cec90e376e205a8c4a16191119a73d1115e731b3d16cbdaac4a2e4267738e9b9beb22b0add5a7 -Size (php-8.0.22.tar.xz) = 10785228 bytes +BLAKE2s (php-8.0.23.tar.xz) = 4342760a3769c5299ff7ebd110a4ea57c7a1e964fca302ed98b096a7bbbb2585 +SHA512 (php-8.0.23.tar.xz) = 269020756d184fd72de9ccfc83746e01415ae0f37aaa57cfb3e524e49f0f2a6e6b22c95c09b451f9f54d2c82e1452caa9b8e9f178be546883dfc22a4c9e49575 +Size (php-8.0.23.tar.xz) = 10860624 bytes SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6 SHA1 (patch-configure) = 6c3d2537eb4d1c2ed05e8e1e411701d316c67d8b SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640 |