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 Mar 14 15:25:31 UTC 2025
Modified Files:
pkgsrc/lang/php: phpversion.mk
pkgsrc/lang/php81: distinfo
Log Message:
lang/php81: update to 8.1.32
This is security release.
PHP 8.1.32 (2025-03-13)
- LibXML:
. Fixed GHSA-wg4p-4hqh-c3g9 (Reocurrence of #72714). (nielsdos)
. Fixed GHSA-p3x9-6h7p-cgfc (libxml streams use wrong `content-type` header
when requesting a redirected resource). (CVE-2025-1219) (timwolla)
- Streams:
. Fixed GHSA-hgf54-96fm-v528 (Stream HTTP wrapper header check might omit
basic auth header). (CVE-2025-1736) (Jakub Zelenka)
. Fixed GHSA-52jp-hrpf-2jff (Stream HTTP wrapper truncate redirect location
to 1024 bytes). (CVE-2025-1861) (Jakub Zelenka)
. Fixed GHSA-pcmh-g36c-qc44 (Streams HTTP wrapper does not fail for headers
without colon). (CVE-2025-1734) (Jakub Zelenka)
. Fixed GHSA-v8xr-gpvj-cx9g (Header parser of `http` stream wrapper does not
handle folded headers). (CVE-2025-1217) (Jakub Zelenka)
- Windows:
. Fixed phpize for Windows 11 (24H2). (bwoebi)
To generate a diff of this commit:
cvs rdiff -u -r1.457 -r1.458 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.36 -r1.37 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.457 pkgsrc/lang/php/phpversion.mk:1.458
--- pkgsrc/lang/php/phpversion.mk:1.457 Thu Mar 13 15:21:30 2025
+++ pkgsrc/lang/php/phpversion.mk Fri Mar 14 15:25:30 2025
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.457 2025/03/13 15:21:30 taca Exp $
+# $NetBSD: phpversion.mk,v 1.458 2025/03/14 15:25:30 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
@@ -110,7 +110,7 @@ PHPVERSION_MK= defined
# Define each PHP's version.
PHP56_VERSION= 5.6.40
PHP74_VERSION= 7.4.33
-PHP81_VERSION= 8.1.31
+PHP81_VERSION= 8.1.32
PHP82_VERSION= 8.2.27
PHP83_VERSION= 8.3.19
PHP84_VERSION= 8.4.5
Index: pkgsrc/lang/php81/distinfo
diff -u pkgsrc/lang/php81/distinfo:1.36 pkgsrc/lang/php81/distinfo:1.37
--- pkgsrc/lang/php81/distinfo:1.36 Sat Feb 8 02:59:29 2025
+++ pkgsrc/lang/php81/distinfo Fri Mar 14 15:25:31 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.36 2025/02/08 02:59:29 taca Exp $
+$NetBSD: distinfo,v 1.37 2025/03/14 15:25:31 taca Exp $
-BLAKE2s (php-8.1.31.tar.xz) = 8e5ede33e93839cec05a78963fe4093341ee1ca3531ff1f19a6cec931b6b74fe
-SHA512 (php-8.1.31.tar.xz) = a9bf632ab365db4fce2fc96744e7da7042e8d556fb5bd8d17d161a931ba93eb2eb7bb4e6d884f644ae2a6f3147e558b9e36862f531340e3a6fa7618cc6ad1dc2
-Size (php-8.1.31.tar.xz) = 11916684 bytes
+BLAKE2s (php-8.1.32.tar.xz) = b0555666ee77e5fc629cde2879d0336b1d39324032be82d68ab259cd8150444a
+SHA512 (php-8.1.32.tar.xz) = d8084415ead65d685c68c4264e793abb1322b01e120c2ac09c2e33889a13513fb42401621fcb702e36bc1a3239b317a4c10e20c676bb19eb05749a6d6e646318
+Size (php-8.1.32.tar.xz) = 11893516 bytes
SHA1 (patch-build_Makefile.global) = a5540dc209ea9b2b696ded4c1a3967eec9727800
SHA1 (patch-build_php.m4) = 0d1bb2ded23a86b339a453655b7381de129e9274
SHA1 (patch-configure.ac) = 18bb37f904beac1ff1cba8c186cd8f589bd66af3
Home |
Main Index |
Thread Index |
Old Index