pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang lang/php81: update to 8.1.9
details: https://anonhg.NetBSD.org/pkgsrc/rev/1be895c456a4
branches: trunk
changeset: 382766:1be895c456a4
user: taca <taca%pkgsrc.org@localhost>
date: Thu Aug 04 15:22:08 2022 +0000
description:
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:
lang/php/phpversion.mk | 4 ++--
lang/php81/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (34 lines):
diff -r 8dab562f5356 -r 1be895c456a4 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk Thu Aug 04 15:21:37 2022 +0000
+++ b/lang/php/phpversion.mk Thu Aug 04 15:22:08 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.371 2022/08/04 15:19:39 taca Exp $
+# $NetBSD: phpversion.mk,v 1.372 2022/08/04 15:22:08 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
@@ -90,7 +90,7 @@
PHP56_VERSION= 5.6.40
PHP74_VERSION= 7.4.30
PHP80_VERSION= 8.0.22
-PHP81_VERSION= 8.1.8
+PHP81_VERSION= 8.1.9
# Define initial release of major version.
PHP56_RELDATE= 20140828
diff -r 8dab562f5356 -r 1be895c456a4 lang/php81/distinfo
--- a/lang/php81/distinfo Thu Aug 04 15:21:37 2022 +0000
+++ b/lang/php81/distinfo Thu Aug 04 15:22:08 2022 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index