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:42:08 UTC 2026
Modified Files:
pkgsrc/lang/php: phpversion.mk
pkgsrc/lang/php85: distinfo
Log Message:
lang/php85: update to 8.5.7
PHP 8.5.7 (2026-06-04)
- CLI:
. Fixed bug GH-21901 (Stale getopt() optional value). (onthebed)
- Date:
. Fixed bug GH-18422 (int overflow in php_date_llabs). (iliaal)
- DOM:
. Fixed bug GH-22077 (UAF in custom XPath function).
(afflerbach/David Carlier)
- Opcache:
. Fixed tracing JIT crash when a VM interrupt is handled during an observed
user function call. (Levi Morrison)
. Fixed bug GH-21746 (Segfault with tracing JIT). (Arnaud)
. Fixed bug GH-22004 (Assertion failure at ext/opcache/jit/zend_jit_trace.c).
(Arnaud)
. Fixed tailcall VM crash when a VM interrupt is handled from a VM helper.
(Levi Morrison, Arnaud)
- OpenSSL:
. Fix compatibility issues with OpenSSL 4.0. (jordikroon, Remi)
- Standard:
. Fixed bug GH-21689 (version_compare() incorrectly handles versions ending
with a dot). (timwolla)
- URI:
. Fixed CVE-2026-44927 (In uriparser before 1.0.2, there is pointer
difference truncation to int in various places). (CVE-2026-44927)
(Sebastian Pipping)
. Fixed CVE-2026-44928 (In uriparser before 1.0.2, the function family
EqualsUri can misclassify two unequal URIs as equal). (CVE-2026-44928)
(Sebastian Pipping)
To generate a diff of this commit:
cvs rdiff -u -r1.500 -r1.501 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/php85/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.500 pkgsrc/lang/php/phpversion.mk:1.501
--- pkgsrc/lang/php/phpversion.mk:1.500 Fri May 8 02:10:51 2026
+++ pkgsrc/lang/php/phpversion.mk Sat Jun 6 02:42:07 2026
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.500 2026/05/08 02:10:51 taca Exp $
+# $NetBSD: phpversion.mk,v 1.501 2026/06/06 02:42:07 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
@@ -113,7 +113,7 @@ PHP74_VERSION= 7.4.33
PHP82_VERSION= 8.2.31
PHP83_VERSION= 8.3.31
PHP84_VERSION= 8.4.21
-PHP85_VERSION= 8.5.6
+PHP85_VERSION= 8.5.7
_VARGROUPS+= php
_USER_VARS.php= PHP_VERSION_DEFAULT
Index: pkgsrc/lang/php85/distinfo
diff -u pkgsrc/lang/php85/distinfo:1.6 pkgsrc/lang/php85/distinfo:1.7
--- pkgsrc/lang/php85/distinfo:1.6 Fri May 8 02:10:51 2026
+++ pkgsrc/lang/php85/distinfo Sat Jun 6 02:42:08 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.6 2026/05/08 02:10:51 taca Exp $
+$NetBSD: distinfo,v 1.7 2026/06/06 02:42:08 taca Exp $
-BLAKE2s (php-8.5.6.tar.xz) = 9ddd69e000b551d0534bcf0fecf68bfb270d20fc772e901054e715caba9c7682
-SHA512 (php-8.5.6.tar.xz) = e0ce5430809d5347ffdaba827e2c62fefb570b112014add16be545fd444ec374ebc76c373d5a254930538994a639ddd15508cd1083c4ead8ea0b76e7cead0c7c
-Size (php-8.5.6.tar.xz) = 14392820 bytes
+BLAKE2s (php-8.5.7.tar.xz) = 008b5a92e8777af2bb9df7e20b65ddabc5570146533914bbf1b99283384868a6
+SHA512 (php-8.5.7.tar.xz) = 2d4081b8684936afae946d5cc4d6714a6e40f8a25c9a286fe22190600896ab447293a0a73f58fae09d4543153134fd0b6a1131dccfc2b585406ae2a4d9aa08b7
+Size (php-8.5.7.tar.xz) = 14398060 bytes
SHA1 (patch-build_Makefile.global) = 570d813a05626f633e2ce380ab6668fdc7e8f030
SHA1 (patch-build_php.m4) = bb72e38ab391ad587962940ba85e8d4de8633dca
SHA1 (patch-configure.ac) = 20c95915d5e4aa622d04ee923c626789c44fef11
Home |
Main Index |
Thread Index |
Old Index