pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang lang/php80: update to 8.0.23
details: https://anonhg.NetBSD.org/pkgsrc/rev/f39e0db00f6f
branches: trunk
changeset: 384580:f39e0db00f6f
user: taca <taca%pkgsrc.org@localhost>
date: Thu Sep 01 16:34:21 2022 +0000
description:
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:
lang/php/phpversion.mk | 4 ++--
lang/php80/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (34 lines):
diff -r 59ccce1c2aa3 -r f39e0db00f6f lang/php/phpversion.mk
--- a/lang/php/phpversion.mk Thu Sep 01 16:33:42 2022 +0000
+++ b/lang/php/phpversion.mk Thu Sep 01 16:34:21 2022 +0000
@@ -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 @@
# 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 -r 59ccce1c2aa3 -r f39e0db00f6f lang/php80/distinfo
--- a/lang/php80/distinfo Thu Sep 01 16:33:42 2022 +0000
+++ b/lang/php80/distinfo Thu Sep 01 16:34:21 2022 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index