diff options
author | taca <taca@pkgsrc.org> | 2022-04-16 00:55:47 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2022-04-16 00:55:47 +0000 |
commit | ad3c03aa2774066a63bad24d7f87ecfd40b3019c (patch) | |
tree | 08ffd949fcd5784280dc4aa6a6c45437025aa3ae | |
parent | 15edfe19f8e22a7556cd7085d2c875bac931cfdb (diff) | |
download | pkgsrc-ad3c03aa2774066a63bad24d7f87ecfd40b3019c.tar.gz |
lang/php81: update to 8.1.5
14 Apr 2022, PHP 8.1.5
- Core:
. Fixed bug GH-8176 (Enum values in property initializers leak). (Bob)
. Fixed freeing of internal attribute arguments. (Bob)
. Fixed bug GH-8070 (memory leak of internal function attribute hash).
(Tim Düsterhus)
. Fixed bug GH-8160 (ZTS support on Alpine is broken). (Michael Voříšek)
- Filter:
. Fixed signedness confusion in php_filter_validate_domain(). (cmb)
- Intl:
. Fixed bug GH-8115 (Can't catch arg type deprecation when instantiating Intl
classes). (ilutov)
. Fixed bug GH-8142 (Compilation error on cygwin). (David Carlier)
. Fixed bug GH-7734 (Fix IntlPartsIterator key off-by-one error and first
key). (ilutov)
- MBString:
. Fixed bug GH-8208 (mb_encode_mimeheader: $indent functionality broken).
(cmb)
- MySQLi:
. Fixed bug GH-8068 (mysqli_fetch_object creates inaccessible properties).
(cmb)
- Pcntl:
. Fixed bug GH-8142 (Compilation error on cygwin). (David Carlier)
- PgSQL:
. Fixed result_type related stack corruption on LLP64 architectures. (cmb)
. Fixed bug GH-8253 (pg_insert() fails for references). (cmb)
- Sockets:
. Fixed Solaris builds. (David Carlier)
- SPL:
. Fixed bug GH-8121 (SplFileObject - seek and key with csv file inconsistent).
(cmb)
. Fixed bug GH-8192 (Cannot override DirectoryIterator::current() without
return typehint in 8.1). (Nikita)
- Standard:
. Fixed bug GH-8048 (Force macOS to use statfs). (risner)
-rw-r--r-- | lang/php/phpversion.mk | 4 | ||||
-rw-r--r-- | lang/php81/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index 438f6a0eea3..5efe1368fdf 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.362 2022/04/16 00:53:58 taca Exp $ +# $NetBSD: phpversion.mk,v 1.363 2022/04/16 00:55:47 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.18 -PHP81_VERSION= 8.1.4 +PHP81_VERSION= 8.1.5 # Define initial release of major version. PHP56_RELDATE= 20140828 diff --git a/lang/php81/distinfo b/lang/php81/distinfo index 2a23f747c3f..3d2392aa39e 100644 --- a/lang/php81/distinfo +++ b/lang/php81/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.5 2022/03/18 14:42:47 taca Exp $ +$NetBSD: distinfo,v 1.6 2022/04/16 00:55:47 taca Exp $ -BLAKE2s (php-8.1.4.tar.xz) = 742d83ed2b19e5f1670eb02ff7a47df509a3ae0b865f04688197ac3267b981fc -SHA512 (php-8.1.4.tar.xz) = 63eb05c20ebeee9377f7b72aa5ae6ff4c5f04b8612b9f192f4a849a4f2db74691343e2279b9dfc7c79d0b42a7dc17ab4ed11ed66c018c96224cf1663eaab728b -Size (php-8.1.4.tar.xz) = 11700448 bytes +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 SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6 SHA1 (patch-configure) = e91e22267a9b7ebcc16a586ba6f325c772adb13c SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640 |