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: Sat Jun 6 02:43:56 UTC 2026
Modified Files:
pkgsrc/lang/php: phpversion.mk
pkgsrc/lang/php84: distinfo
Log Message:
lang/php84: update to 8.4.22
PHP 8.4.22 (2026-06-04)
- Date:
. Fixed bug GH-18422 (int overflow in php_date_llabs). (iliaal)
- Intl:
. Fix incorrect argument positions in out-of-bounds errors for
IntlCalendar::set(), IntlCalendar::setDate(), IntlCalendar::setDateTime(),
and IntlGregorianCalendar date/time construction. (Weilin Du)
. Expose Spoofchecker restriction-level APIs on all supported ICU
versions. (Weilin Du)
. Fix SpoofChecker::setAllowedChars() and IntlDateFormatter::__construct()
to report PHP constant names instead of ICU constant names in
user-visible error messages.
(Weilin Du)
- MySQLnd:
. Fix persistent free of non-persistent connect_attr key (David Carlier).
- Opcache:
. Fixed tracing JIT crash when a VM interrupt is handled during an observed
user function call. (Levi Morrison)
. Fixed bug GH-22004 (Assertion failure at ext/opcache/jit/zend_jit_trace.c).
(Arnaud)
- OpenSSL:
. Fix compatibility issues with OpenSSL 4.0. (jordikroon, Remi)
- SPL:
. Fix SplFixedArray::setSize leak when destructor grows during clear.
(David Carlier)
. Fixed bug GH-21933 (use after free of self-freeing MultipleIterator
children). (David Carlier)
- Standard:
. Fixed bug GH-21689 (version_compare() incorrectly handles versions ending
with a dot). (timwolla)
. Fixed ip2long() leading zeros handling inconsistency on AIX. (ayappanec)
To generate a diff of this commit:
cvs rdiff -u -r1.501 -r1.502 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.21 -r1.22 pkgsrc/lang/php84/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.501 pkgsrc/lang/php/phpversion.mk:1.502
--- pkgsrc/lang/php/phpversion.mk:1.501 Sat Jun 6 02:42:07 2026
+++ pkgsrc/lang/php/phpversion.mk Sat Jun 6 02:43:55 2026
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.501 2026/06/06 02:42:07 taca Exp $
+# $NetBSD: phpversion.mk,v 1.502 2026/06/06 02:43: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
@@ -112,7 +112,7 @@ PHP56_VERSION= 5.6.40
PHP74_VERSION= 7.4.33
PHP82_VERSION= 8.2.31
PHP83_VERSION= 8.3.31
-PHP84_VERSION= 8.4.21
+PHP84_VERSION= 8.4.22
PHP85_VERSION= 8.5.7
_VARGROUPS+= php
Index: pkgsrc/lang/php84/distinfo
diff -u pkgsrc/lang/php84/distinfo:1.21 pkgsrc/lang/php84/distinfo:1.22
--- pkgsrc/lang/php84/distinfo:1.21 Fri May 8 02:06:40 2026
+++ pkgsrc/lang/php84/distinfo Sat Jun 6 02:43:55 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.21 2026/05/08 02:06:40 taca Exp $
+$NetBSD: distinfo,v 1.22 2026/06/06 02:43:55 taca Exp $
-BLAKE2s (php-8.4.21.tar.xz) = 78a16ad0959764f8c8e0d2bf62dfa9a3ff966ea59a6b773bcbd7ff1902c09317
-SHA512 (php-8.4.21.tar.xz) = 1269952167afb1efea8a8d62fc3b5532018e91556cf9f971e1752b437fc27e3457b313e027f1569806291131a5ff065d87a7604cf04637871849c731dec16e36
-Size (php-8.4.21.tar.xz) = 13718684 bytes
+BLAKE2s (php-8.4.22.tar.xz) = 547836a8f0291a22c574d6f60c471d8ffdd4d6b508724f47d3d0656596e37195
+SHA512 (php-8.4.22.tar.xz) = 44adb8dcc422813e92530a936e432d72e4a9328a23b40f4d2e68b471386c6048886b4810ae813f1277e47822c18645d78299c0e30fac41adbf69862222393ff4
+Size (php-8.4.22.tar.xz) = 13731260 bytes
SHA1 (patch-build_Makefile.global) = da9577733497d026315b4702cb19d673053148ed
SHA1 (patch-build_php.m4) = bb72e38ab391ad587962940ba85e8d4de8633dca
SHA1 (patch-configure.ac) = 2bdd1d2b1def552032dba5fbeb6140922b72c880
Home |
Main Index |
Thread Index |
Old Index