pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Apr 16 00:55:47 UTC 2022

Modified Files:
        pkgsrc/lang/php: phpversion.mk
        pkgsrc/lang/php81: distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.362 -r1.363 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/php81/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/php/phpversion.mk
diff -u pkgsrc/lang/php/phpversion.mk:1.362 pkgsrc/lang/php/phpversion.mk:1.363
--- pkgsrc/lang/php/phpversion.mk:1.362 Sat Apr 16 00:53:58 2022
+++ pkgsrc/lang/php/phpversion.mk       Sat Apr 16 00:55:47 2022
@@ -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

Index: pkgsrc/lang/php81/distinfo
diff -u pkgsrc/lang/php81/distinfo:1.5 pkgsrc/lang/php81/distinfo:1.6
--- pkgsrc/lang/php81/distinfo:1.5      Fri Mar 18 14:42:47 2022
+++ pkgsrc/lang/php81/distinfo  Sat Apr 16 00:55:47 2022
@@ -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