summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2022-05-13 15:02:36 +0000
committertaca <taca@pkgsrc.org>2022-05-13 15:02:36 +0000
commitd097bf213b65ff601fbe2787f1e91647a63c0d34 (patch)
treeeb03789e7a29aa74c91f745f80a77c3354128f91 /lang
parent4658992cb40a11db5f8a37a8bda6424a6c0c1ab5 (diff)
downloadpkgsrc-d097bf213b65ff601fbe2787f1e91647a63c0d34.tar.gz
lang/php81: update to 8.1.6
12 May 2022, PHP 8.1.6 - Core: . Fixed bug GH-8310 (Registry settings are no longer recognized). (cmb) . Fixed potential race condition during resource ID allocation. (ryancaicse) . Fixed bug GH-8133 (Preloading of constants containing arrays with enums segfaults). (ilutov) . Fixed Haiku ZTS builds. (David Carlier) - Date: . Fixed bug GH-7752 (DateTimeZone::getTransitions() returns insufficient data). (Derick) . Fixed bug GH-8108 (Timezone doesn't work as intended). (Derick) . Fixed bug #81660 (DateTimeZone::getTransitions() returns invalid data). (Derick) . Fixed bug GH-8289 (Exceptions thrown within a yielded from iterator are not rethrown into the generator). (Bob) - FFI: . Fixed bug GH-8433 (Assigning function pointers to structs in FFI leaks). (Bob) - FPM: . Fixed bug #76003 (FPM /status reports wrong number of active processe). (Jakub Zelenka) . Fixed bug #77023 (FPM cannot shutdown processes). (Jakub Zelenka) . Fixed comment in kqueue remove callback log message. (David Carlier) - Hash: . Fixed bug #81714 (segfault when serializing finalized HashContext). (cmb) - Iconv: . Fixed bug GH-8218 (ob_end_clean does not reset Content-Encoding header). (cmb) - Intl: . Fixed bug GH-8364 (msgfmt_format $values may not support references). (cmb) - MBString: . Number of error markers emitted for invalid UTF-8 text matches WHATWG specification. This is a return to the behavior of PHP 8.0 and earlier. (alexdowad) - MySQLi: . Fixed bug GH-8267 (MySQLi uses unsupported format specifier on Windows). (cmb) - SPL: . Fixed bug GH-8366 (ArrayIterator may leak when calling __construct()). (cmb) . Fixed bug GH-8273 (SplFileObject: key() returns wrong value). (Girgias) - Streams: . Fixed php://temp does not preserve file-position when switched to temporary file. (Bernd Holzmüller) - zlib: . Fixed bug GH-8218 (ob_end_clean does not reset Content-Encoding header). (cmb)
Diffstat (limited to 'lang')
-rw-r--r--lang/php/phpversion.mk4
-rw-r--r--lang/php81/Makefile3
-rw-r--r--lang/php81/distinfo8
3 files changed, 7 insertions, 8 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk
index 97ab12bb8a4..b67b38a91e6 100644
--- a/lang/php/phpversion.mk
+++ b/lang/php/phpversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.364 2022/05/13 14:52:07 taca Exp $
+# $NetBSD: phpversion.mk,v 1.365 2022/05/13 15:02:36 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 @@ PHPVERSION_MK= defined
PHP56_VERSION= 5.6.40
PHP74_VERSION= 7.4.29
PHP80_VERSION= 8.0.19
-PHP81_VERSION= 8.1.5
+PHP81_VERSION= 8.1.6
# Define initial release of major version.
PHP56_RELDATE= 20140828
diff --git a/lang/php81/Makefile b/lang/php81/Makefile
index a087410bb07..fe77e9b4435 100644
--- a/lang/php81/Makefile
+++ b/lang/php81/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2022/04/18 19:09:56 adam Exp $
+# $NetBSD: Makefile,v 1.5 2022/05/13 15:02:36 taca Exp $
#
# We can't omit PKGNAME here to handle PKG_OPTIONS.
#
PKGNAME= php-${PHP_VERSION:S/RC/rc/}
-PKGREVISION= 1
COMMENT= PHP Hypertext Preprocessor version 8.1
LICENSE= php
diff --git a/lang/php81/distinfo b/lang/php81/distinfo
index 3d2392aa39e..ce27e27db8a 100644
--- a/lang/php81/distinfo
+++ b/lang/php81/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.6 2022/04/16 00:55:47 taca Exp $
+$NetBSD: distinfo,v 1.7 2022/05/13 15:02:36 taca Exp $
-BLAKE2s (php-8.1.5.tar.xz) = c89a4c76551164e976a1cb19945591e39228b3ea1b1f2c94f732b0b9eb797b8a
-SHA512 (php-8.1.5.tar.xz) = 184d3738dbd8207a84cfb11dcc1edf352c57da49f484fe791d8c786ab8921189fdaf459b98e3bd6a5f73ae968510e8a8566f41a69640c74adb35363d6c07c439
-Size (php-8.1.5.tar.xz) = 11752684 bytes
+BLAKE2s (php-8.1.6.tar.xz) = 6e46606147f0169d44c89d1ac0084f94a78125bc66402e3847ff4c6bf5051610
+SHA512 (php-8.1.6.tar.xz) = df5ab8e90aced1cc904c6abd25f42b0c59a327fe4f7b518591c23820e711952f3b1e70b31a1c2e90282621891400b492fb099cbadafcd0ef7991ccc2962156de
+Size (php-8.1.6.tar.xz) = 11708824 bytes
SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6
SHA1 (patch-configure) = e91e22267a9b7ebcc16a586ba6f325c772adb13c
SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640