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 Jun  9 13:18:55 UTC 2023

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

Log Message:
lang/php81: update to 8.1.20

8.1.20 (2023-06-08)

Core:

* Fixed bug GH-9068 (Conditional jump or move depends on uninitialised
  value(s)).
* Fixed bug GH-11189 (Exceeding memory limit in zend_hash_do_resize leaves
  the array in an invalid state).
* Fixed bug GH-11222 (foreach by-ref may jump over keys during a rehash).

Date:

* Fixed bug GH-11281 (DateTimeZone::getName() does not include seconds in
  offset).

Exif:

* Fixed bug GH-10834 (exif_read_data() cannot read smaller stream wrapper
  chunk sizes).

FPM:

* Fixed bug GH-10461 (PHP-FPM segfault due to after free usage of
  child->ev_std(out|err)).
* Fixed bug #64539 (FPM status page: query_string not properly JSON encoded).
* Fixed memory leak for invalid primary script file handle.

Hash:

* Fixed bug GH-11180 (hash_file() appears to be restricted to 3 arguments).

LibXML:

* Fixed bug GH-11160 (Few tests failed building with new libxml 2.11.0).

Opcache:

* Fixed bug GH-11134 (Incorrect match default branch optimization).
* Fixed too wide OR and AND range inference.
* Fixed bug GH-11245 (In some specific cases SWITCH with one default
  statement will cause segfault).

PGSQL:

* Fixed parameter parsing of pg_lo_export().

Phar:

* Fixed bug GH-11099 (Generating phar.php during cross-compile can't be
  done).

Soap:

* Fixed bug GHSA-76gg-c692-v2mw (Missing error check and insufficient random
  bytes in HTTP Digest authentication for SOAP).
* Fixed bug GH-8426 (make test fail while soap extension build).

SPL:

* Fixed bug GH-11178 (Segmentation fault in spl_array_it_get_current_data
  (PHP 8.1.18)).

Standard:

* Fixed bug GH-11138 (move_uploaded_file() emits open_basedir warning for
  source file).
* Fixed bug GH-11274 (POST/PATCH request switches to GET after a HTTP 308
  redirect).

Streams:

* Fixed bug GH-10031 ([Stream] STREAM_NOTIFY_PROGRESS over HTTP emitted
  irregularly for last chunk of data).
* Fixed bug GH-11175 (Stream Socket Timeout).
* Fixed bug GH-11177 (ASAN UndefinedBehaviorSanitizer when timeout = -1
  passed to stream_socket_accept/stream_socket_client).


To generate a diff of this commit:
cvs rdiff -u -r1.399 -r1.400 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.23 -r1.24 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.399 pkgsrc/lang/php/phpversion.mk:1.400
--- pkgsrc/lang/php/phpversion.mk:1.399 Fri Jun  9 13:16:03 2023
+++ pkgsrc/lang/php/phpversion.mk       Fri Jun  9 13:18:55 2023
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.399 2023/06/09 13:16:03 taca Exp $
+# $NetBSD: phpversion.mk,v 1.400 2023/06/09 13:18:55 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.33
 PHP80_VERSION= 8.0.29
-PHP81_VERSION= 8.1.19
+PHP81_VERSION= 8.1.20
 PHP82_VERSION= 8.2.7
 
 # Define API version or initial release of major version.

Index: pkgsrc/lang/php81/distinfo
diff -u pkgsrc/lang/php81/distinfo:1.23 pkgsrc/lang/php81/distinfo:1.24
--- pkgsrc/lang/php81/distinfo:1.23     Sun May 14 14:52:45 2023
+++ pkgsrc/lang/php81/distinfo  Fri Jun  9 13:18:55 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.23 2023/05/14 14:52:45 taca Exp $
+$NetBSD: distinfo,v 1.24 2023/06/09 13:18:55 taca Exp $
 
-BLAKE2s (php-8.1.19.tar.xz) = 0ba8e59d522e678b3812e751b7c07fe15cdf7aa8a08cf81196d5db7204679770
-SHA512 (php-8.1.19.tar.xz) = 37c27cc627f59b4fdb1242287b58e1b7a2c266696a5a3baa0047445c9b122721187fbc233799c7f57cfc1732b27e67761fd3fd43b89a7ad216ea154a90913999
-Size (php-8.1.19.tar.xz) = 11847576 bytes
+BLAKE2s (php-8.1.20.tar.xz) = fff1e7a2784caad39e2ceadf63d792014db24dc0533555646422733e407da9b5
+SHA512 (php-8.1.20.tar.xz) = d93767c6ff4d305c209e1a0fcb17f19b1d417fa872b002413ebe7883e93900c210e8f122410ac54da373b9d10dd2f522ea2bafc9b66214fb466314d64907a558
+Size (php-8.1.20.tar.xz) = 11793228 bytes
 SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6
 SHA1 (patch-configure) = e91e22267a9b7ebcc16a586ba6f325c772adb13c
 SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640



Home | Main Index | Thread Index | Old Index