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.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d3f902fff99f
branches:  trunk
changeset: 377058:d3f902fff99f
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Apr 16 00:55:47 2022 +0000

description:
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)

diffstat:

 lang/php/phpversion.mk |  4 ++--
 lang/php81/distinfo    |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r e01be184a6ca -r d3f902fff99f lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Sat Apr 16 00:54:36 2022 +0000
+++ b/lang/php/phpversion.mk    Sat Apr 16 00:55:47 2022 +0000
@@ -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 @@
 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 -r e01be184a6ca -r d3f902fff99f lang/php81/distinfo
--- a/lang/php81/distinfo       Sat Apr 16 00:54:36 2022 +0000
+++ b/lang/php81/distinfo       Sat Apr 16 00:55:47 2022 +0000
@@ -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


Home | Main Index | Thread Index | Old Index