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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d00aa80641d0
branches:  trunk
changeset: 386083:d00aa80641d0
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Oct 01 00:27:04 2022 +0000

description:
lang/php81: update to 8.1.11

29 Sep 2022, PHP 8.1.11

- Core:
  . Fixed bug #81726: phar wrapper: DOS when using quine gzip file.
    (CVE-2022-31628). (cmb)
  . Fixed bug #81727: Don't mangle HTTP variable names that clash with ones
    that have a specific semantic meaning. (CVE-2022-31629). (Derick)
  . Fixed bug GH-9323 (Crash in ZEND_RETURN/GC/zend_call_function)
    (Tim Starling)
  . Fixed bug GH-9361 (Segmentation fault on script exit #9379). (cmb,
    Christian Schneider)
  . Fixed bug GH-9447 (Invalid class FQN emitted by AST dump for new and class
    constants in constant expressions). (ilutov)

- DOM:
  . Fixed bug #79451 (DOMDocument->replaceChild on doctype causes double free).
    (Nathan Freeman)

- FPM:
  . Fixed bug GH-8885 (FPM access.log with stderr begins to write logs to
    error_log after daemon reload). (Dmitry Menshikov)
  . Fixed bug #77780 ("Headers already sent..." when previous connection was
    aborted). (Jakub Zelenka)

- GMP
  . Fixed bug GH-9308 (GMP throws the wrong error when a GMP object is passed
    to gmp_init()). (Girgias)

- Intl
  . Fixed bug GH-9421 (Incorrect argument number for ValueError in NumberFormatter).
    (Girgias)

- PCRE:
  . Fixed pcre.jit on Apple Silicon. (Niklas Keller)

- PDO_PGSQL:
  . Fixed bug GH-9411 (PgSQL large object resource is incorrectly closed).
    (Yurunsoft)

- Reflection:
  . Fixed bug GH-8932 (ReflectionFunction provides no way to get the called
    class of a Closure). (cmb, Nicolas Grekas)

- Streams:
  . Fixed bug GH-9316 ($http_response_header is wrong for long status line).
    (cmb, timwolla)

diffstat:

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

diffs (34 lines):

diff -r b9d8947f3f3d -r d00aa80641d0 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Sat Oct 01 00:25:56 2022 +0000
+++ b/lang/php/phpversion.mk    Sat Oct 01 00:27:04 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.375 2022/10/01 00:25:22 taca Exp $
+# $NetBSD: phpversion.mk,v 1.376 2022/10/01 00:27:04 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.32
 PHP80_VERSION= 8.0.23
-PHP81_VERSION= 8.1.10
+PHP81_VERSION= 8.1.11
 
 # Define initial release of major version.
 PHP56_RELDATE= 20140828
diff -r b9d8947f3f3d -r d00aa80641d0 lang/php81/distinfo
--- a/lang/php81/distinfo       Sat Oct 01 00:25:56 2022 +0000
+++ b/lang/php81/distinfo       Sat Oct 01 00:27:04 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.12 2022/09/01 16:32:35 taca Exp $
+$NetBSD: distinfo,v 1.13 2022/10/01 00:27:05 taca Exp $
 
-BLAKE2s (php-8.1.10.tar.xz) = 323e51e24ca6a1ebb7424056f4e86606fbeae88116452f9ffe863f5c6447bfb1
-SHA512 (php-8.1.10.tar.xz) = d41595365a5a032a593dfaa13106ae66e78db59d3539a2d37cb5a536c38934b8a6ed90cf4e91fc4539cb2f018517ee4c6e696a4d2b6541bfa3c6fa5f1f9ca378
-Size (php-8.1.10.tar.xz) = 11736192 bytes
+BLAKE2s (php-8.1.11.tar.xz) = 17f8e0837c611eb6a8f342f34b6ac167ae70cf79f11f156f8237fac76130cf65
+SHA512 (php-8.1.11.tar.xz) = 2a9eb4642b4077077f6551ca9a40fd2c48272cc1ee443117362331259efbec88bad0141b09f7a9ff710cde044f9463e1e668f7066b2429ea4274dec7291725cc
+Size (php-8.1.11.tar.xz) = 11797016 bytes
 SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6
 SHA1 (patch-configure) = e91e22267a9b7ebcc16a586ba6f325c772adb13c
 SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640



Home | Main Index | Thread Index | Old Index