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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d4225353ad24
branches:  trunk
changeset: 374360:d4225353ad24
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Feb 20 13:10:37 2022 +0000

description:
lang/php81: update to 8.1.3

17 Feb 2022, PHP 8.1.3

- Core:
  . Fixed bug #81430 (Attribute instantiation leaves dangling pointer).
    (beberlei)
  . Fixed bug GH-7896 (Environment vars may be mangled on Windows). (cmb)
  . Fixed bug GH-7883 (Segfault when INI file is not readable). (Remi)

- Filter:
  . Fix #81708: UAF due to php_filter_float() failing for ints. (CVE-2021-21708) (cmb)

- FFI:
  . Fixed bug GH-7867 (FFI::cast() from pointer to array is broken). (cmb,
    dmitry)

- FPM:
  . Fixed memory leak on invalid port. (David Carlier)
  . Fixed bug GH-7842 (Invalid OpenMetrics response format returned by FPM
    status page. (Stefano Arlandini)

- MBString:
  . Fixed bug GH-7902 (mb_send_mail may delimit headers with LF only). (cmb)

- MySQLnd:
  . Fixed bug GH-7972 (MariaDB version prefix 5.5.5- is not stripped). (Kamil Tekiela)

- pcntl:
  . Fixed pcntl_rfork build for DragonFlyBSD. (David Carlier)

- Sockets:
  . Fixed bug GH-7978 (sockets extension compilation errors). (David Carlier)

- Standard:
  . Fixed bug GH-7899 (Regression in unpack for negative int value). (Remi)
  . Fixed bug GH-7875 (mails are sent even if failure to log throws exception).
    (cmb)

diffstat:

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

diffs (34 lines):

diff -r cf277e27ce73 -r d4225353ad24 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Sun Feb 20 13:09:17 2022 +0000
+++ b/lang/php/phpversion.mk    Sun Feb 20 13:10:37 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.357 2022/02/20 13:08:52 taca Exp $
+# $NetBSD: phpversion.mk,v 1.358 2022/02/20 13:10:37 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.16
-PHP81_VERSION= 8.1.2
+PHP81_VERSION= 8.1.3
 
 # Define initial release of major version.
 PHP56_RELDATE= 20140828
diff -r cf277e27ce73 -r d4225353ad24 lang/php81/distinfo
--- a/lang/php81/distinfo       Sun Feb 20 13:09:17 2022 +0000
+++ b/lang/php81/distinfo       Sun Feb 20 13:10:37 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2022/01/24 14:13:36 taca Exp $
+$NetBSD: distinfo,v 1.4 2022/02/20 13:10:37 taca Exp $
 
-BLAKE2s (php-8.1.2.tar.xz) = 54bbd5bcd9c9e7cb32c3cec8fd4c7daa2cf6979b62489a7265a8abb8bb4f4a97
-SHA512 (php-8.1.2.tar.xz) = ec68587fc14d4e5aaa19d4a189c74b85e67b8ab4d5a15ef36115b564fc9e2f2b63bd608ea8c0e4a99615a24f38711b233f4e65b3672c3bfb69e1ab9d554a88cd
-Size (php-8.1.2.tar.xz) = 11681132 bytes
+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
 SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6
 SHA1 (patch-configure) = e91e22267a9b7ebcc16a586ba6f325c772adb13c
 SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640



Home | Main Index | Thread Index | Old Index