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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bffc8afa424d
branches:  trunk
changeset: 375632:bffc8afa424d
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Mar 18 14:42:47 2022 +0000

description:
lang/php81: update to 8.1.4

17 Mar 2022, PHP 8.1.4

- Core:
  . Fixed Haiku ZTS build. (David Carlier)
  . Fixed bug GH-8059 arginfo not regenerated for extension. (Remi)
  . Fixed bug GH-8083 Segfault when dumping uncalled fake closure with static
    variables. (ilutov)
  . Fixed bug GH-7958 (Nested CallbackFilterIterator is leaking memory). (cmb)
  . Fixed bug GH-8074 (Wrong type inference of range() result). (cmb)
  . Fixed bug GH-8140 (Wrong first class callable by name optimization). (cmb)
  . Fixed bug GH-8082 (op_arrays with temporary run_time_cache leak memory
    when observed). (Bob)

- GD:
  . Fixed libpng warning when loading interlaced images. (Brett)

- FPM:
  . Fixed bug #76109 (Unsafe access to fpm scoreboard).
    (Till Backhaus, Jakub Zelenka)

- Iconv:
  . Fixed bug GH-7953 (ob_clean() only does not set Content-Encoding). (cmb)
  . Fixed bug GH-7980 (Unexpected result for iconv_mime_decode). (cmb)

- MBString:
  . Fixed bug GH-8128 (mb_check_encoding wrong result for 7bit). (alexdowad)

- MySQLnd:
  . Fixed bug GH-8058 (NULL pointer dereference in mysqlnd package). (Kamil Tekiela)

- Reflection:
  . Fixed bug GH-8080 (ReflectionClass::getConstants() depends on def. order).
    (cmb)

- Zlib:
  . Fixed bug GH-7953 (ob_clean() only does not set Content-Encoding). (cmb)

diffstat:

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

diffs (34 lines):

diff -r aad036dfb2c3 -r bffc8afa424d lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Fri Mar 18 14:42:19 2022 +0000
+++ b/lang/php/phpversion.mk    Fri Mar 18 14:42:47 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.359 2022/03/18 14:41:23 taca Exp $
+# $NetBSD: phpversion.mk,v 1.360 2022/03/18 14:42: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.28
 PHP80_VERSION= 8.0.17
-PHP81_VERSION= 8.1.3
+PHP81_VERSION= 8.1.4
 
 # Define initial release of major version.
 PHP56_RELDATE= 20140828
diff -r aad036dfb2c3 -r bffc8afa424d lang/php81/distinfo
--- a/lang/php81/distinfo       Fri Mar 18 14:42:19 2022 +0000
+++ b/lang/php81/distinfo       Fri Mar 18 14:42:47 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.4 2022/02/20 13:10:37 taca Exp $
+$NetBSD: distinfo,v 1.5 2022/03/18 14:42:47 taca Exp $
 
-BLAKE2s (php-8.1.3.tar.xz) = dc563f27a7a5ab9d8b7b7f4fde05800f1923b7116a6fd953e8cddc9d48026400
-SHA512 (php-8.1.3.tar.xz) = 230f70c4f23ac69b52063b91de5ea866e30a84b5ac8d0021e35baebf210fe432fb6c46264a9a2808bf0f0d2003f4c3db974c2c480718a5607c5e4d52379e9d9d
-Size (php-8.1.3.tar.xz) = 11751576 bytes
+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
 SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6
 SHA1 (patch-configure) = e91e22267a9b7ebcc16a586ba6f325c772adb13c
 SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640



Home | Main Index | Thread Index | Old Index