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:           Fri May 13 15:02:36 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.364 -r1.365 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/php81/Makefile
cvs rdiff -u -r1.6 -r1.7 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.364 pkgsrc/lang/php/phpversion.mk:1.365
--- pkgsrc/lang/php/phpversion.mk:1.364 Fri May 13 14:52:07 2022
+++ pkgsrc/lang/php/phpversion.mk       Fri May 13 15:02:36 2022
@@ -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

Index: pkgsrc/lang/php81/Makefile
diff -u pkgsrc/lang/php81/Makefile:1.4 pkgsrc/lang/php81/Makefile:1.5
--- pkgsrc/lang/php81/Makefile:1.4      Mon Apr 18 19:09:56 2022
+++ pkgsrc/lang/php81/Makefile  Fri May 13 15:02:36 2022
@@ -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

Index: pkgsrc/lang/php81/distinfo
diff -u pkgsrc/lang/php81/distinfo:1.6 pkgsrc/lang/php81/distinfo:1.7
--- pkgsrc/lang/php81/distinfo:1.6      Sat Apr 16 00:55:47 2022
+++ pkgsrc/lang/php81/distinfo  Fri May 13 15:02:36 2022
@@ -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



Home | Main Index | Thread Index | Old Index