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: Mon Nov 25 14:39:26 UTC 2024
Modified Files:
pkgsrc/lang/php: phpversion.mk
pkgsrc/lang/php81: Makefile distinfo
Log Message:
lang/php81: update to 8.1.31
PHP 8.1.31 (2024-11-21)
- CLI:
. Fixed bug GHSA-4w77-75f9-2c8w (Heap-Use-After-Free in sapi_read_post_data
Processing in CLI SAPI Interface). (nielsdos)
- LDAP:
. Fixed bug GHSA-g665-fm4p-vhff (OOB access in ldap_escape). (CVE-2024-8932)
(nielsdos)
- MySQLnd:
. Fixed bug GHSA-h35g-vwh6-m678 (Leak partial content of the heap through
heap buffer over-read). (CVE-2024-8929) (Jakub Zelenka)
- PDO DBLIB:
. Fixed bug GHSA-5hqh-c84r-qjcv (Integer overflow in the dblib quoter causing
OOB writes). (CVE-2024-11236) (nielsdos)
- PDO Firebird:
. Fixed bug GHSA-5hqh-c84r-qjcv (Integer overflow in the firebird quoter
causing OOB writes). (CVE-2024-11236) (nielsdos)
- Streams:
. Fixed bug GHSA-c5f2-jwm7-mmq2 (Configuring a proxy in a stream context
might allow for CRLF injection in URIs). (CVE-2024-11234) (Jakub Zelenka)
. Fixed bug GHSA-r977-prxv-hc43 (Single byte overread with
convert.quoted-printable-decode filter). (CVE-2024-11233) (nielsdos)
To generate a diff of this commit:
cvs rdiff -u -r1.448 -r1.449 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.27 -r1.28 pkgsrc/lang/php81/Makefile
cvs rdiff -u -r1.34 -r1.35 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.448 pkgsrc/lang/php/phpversion.mk:1.449
--- pkgsrc/lang/php/phpversion.mk:1.448 Mon Nov 25 14:36:20 2024
+++ pkgsrc/lang/php/phpversion.mk Mon Nov 25 14:39:25 2024
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.448 2024/11/25 14:36:20 taca Exp $
+# $NetBSD: phpversion.mk,v 1.449 2024/11/25 14:39:25 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
@@ -89,7 +89,7 @@ PHPVERSION_MK= defined
# Define each PHP's version.
PHP56_VERSION= 5.6.40
PHP74_VERSION= 7.4.33
-PHP81_VERSION= 8.1.30
+PHP81_VERSION= 8.1.31
PHP82_VERSION= 8.2.26
PHP83_VERSION= 8.3.14
Index: pkgsrc/lang/php81/Makefile
diff -u pkgsrc/lang/php81/Makefile:1.27 pkgsrc/lang/php81/Makefile:1.28
--- pkgsrc/lang/php81/Makefile:1.27 Thu Nov 14 22:20:30 2024
+++ pkgsrc/lang/php81/Makefile Mon Nov 25 14:39:25 2024
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.27 2024/11/14 22:20:30 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2024/11/25 14:39:25 taca Exp $
#
# We can't omit PKGNAME here to handle PKG_OPTIONS.
#
PKGNAME= php-${PHP_VERSION:S/RC/rc/}
-PKGREVISION= 3
COMMENT= PHP Hypertext Preprocessor version 8.1
LICENSE= php
Index: pkgsrc/lang/php81/distinfo
diff -u pkgsrc/lang/php81/distinfo:1.34 pkgsrc/lang/php81/distinfo:1.35
--- pkgsrc/lang/php81/distinfo:1.34 Sat Sep 28 15:08:01 2024
+++ pkgsrc/lang/php81/distinfo Mon Nov 25 14:39:25 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.34 2024/09/28 15:08:01 taca Exp $
+$NetBSD: distinfo,v 1.35 2024/11/25 14:39:25 taca Exp $
-BLAKE2s (php-8.1.30.tar.xz) = b55caf976f318d2d8db48322f54af260feb9aeaa2c9cf50928c6ec1a09436722
-SHA512 (php-8.1.30.tar.xz) = cdca1c1671362272bf6c2abf45d097b42ca06c0abf962ee814bf478f8b346f274f42a1b1aa6603cdd59a1978a8b9d1971b589706f2909b6ea34594de0edaee1e
-Size (php-8.1.30.tar.xz) = 11850340 bytes
+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
SHA1 (patch-build_php.m4) = 5b86e63ccdce4e654acc9361f4d275f23b5afd46
SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640
SHA1 (patch-ext_enchant_enchant.c) = 7924acc5fdadea89b3a385cf744ef982795bf89d
Home |
Main Index |
Thread Index |
Old Index