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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f33dc646da9b
branches:  trunk
changeset: 384578:f33dc646da9b
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Sep 01 16:32:35 2022 +0000

description:
lang/php81: update to 8.1.10

01 Sep 2022, PHP 8.1.10

- Core:
  . Fixed --CGI-- support of run-tests.php. (cmb)
  . Fixed incorrect double to long casting in latest clang. (zeriyoshi)
  . Fixed bug GH-9266 (GC root buffer keeps growing when dtors are present).
    (Michael Olšavský)

- Date:
  . Fixed bug GH-8730 (DateTime::diff miscalculation is same time zone of
    different type). (Derick)
  . Fixed bug GH-8964 (DateTime object comparison after applying delta less
    than 1 second). (Derick)
  . Fixed bug GH-9106: (DateInterval 1.5s added to DateTimeInterface is rounded
    down since PHP 8.1.0). (Derick)
  . Fixed bug #81263 (Wrong result from DateTimeImmutable::diff). (Derick)

- DBA:
  . Fixed LMDB driver memory leak on DB creation failure (Girgias)
  . Fixed bug GH-9155 (dba_open("non-existing", "c-", "flatfile") segfaults)
    (cmb)

- IMAP:
  . Fixed bug GH-9309 (Segfault when connection is used after imap_close()).
    (cmb)

- Intl:
  . Fixed IntlDateFormatter::formatObject() parameter type. (Gert de Pagter)

- MBString:
  . Fixed bug GH-9008 (mb_detect_encoding(): wrong results with null $encodings).
    (cmb)

- OPcache:
  . Fixed bug GH-9033 (Loading blacklist file can fail due to negative length).
    (cmb)
  . Fixed bug GH-9164 (Segfault in zend_accel_class_hash_copy).
    (Arnaud, Sergei Turchanov)

- PDO_SQLite:
  . Fixed bug GH-9032 (SQLite3 authorizer crashes on NULL values). (cmb)

- SQLite3:
  . Fixed bug GH-9032 (SQLite3 authorizer crashes on NULL values). (cmb)

- Streams:
  . Fixed bug GH-8472 (The resource returned by stream_socket_accept may have
    incorrect metadata). (Jakub Zelenka)
  . Fixed bug GH-8409 (SSL handshake timeout leaves persistent connections
    hanging). (Jakub Zelenka, Twosee)

diffstat:

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

diffs (34 lines):

diff -r 4f275654ecf0 -r f33dc646da9b lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Thu Sep 01 16:30:10 2022 +0000
+++ b/lang/php/phpversion.mk    Thu Sep 01 16:32:35 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.372 2022/08/04 15:22:08 taca Exp $
+# $NetBSD: phpversion.mk,v 1.373 2022/09/01 16:32:35 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.30
 PHP80_VERSION= 8.0.22
-PHP81_VERSION= 8.1.9
+PHP81_VERSION= 8.1.10
 
 # Define initial release of major version.
 PHP56_RELDATE= 20140828
diff -r 4f275654ecf0 -r f33dc646da9b lang/php81/distinfo
--- a/lang/php81/distinfo       Thu Sep 01 16:30:10 2022 +0000
+++ b/lang/php81/distinfo       Thu Sep 01 16:32:35 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.11 2022/08/04 15:22:08 taca Exp $
+$NetBSD: distinfo,v 1.12 2022/09/01 16:32:35 taca Exp $
 
-BLAKE2s (php-8.1.9.tar.xz) = 772aab8b109acdb76a731840a5b4a5072433c29df820d5d7d43eea33cb01d94f
-SHA512 (php-8.1.9.tar.xz) = a75731edbfa6e8841d4c836336b07fd7aec4668b3d38487e630015cfc9d76fdfd04bae946d4fe783679df05adee7e2617b42ca4d3c2415c0f88ed5bffad87d7d
-Size (php-8.1.9.tar.xz) = 11787892 bytes
+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
 SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6
 SHA1 (patch-configure) = e91e22267a9b7ebcc16a586ba6f325c772adb13c
 SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640


Home | Main Index | Thread Index | Old Index