pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang lang/php80: update to 8.0.25
details: https://anonhg.NetBSD.org/pkgsrc/rev/fa81a5313540
branches: trunk
changeset: 387446:fa81a5313540
user: taca <taca%pkgsrc.org@localhost>
date: Sun Oct 30 10:18:35 2022 +0000
description:
lang/php80: update to 8.0.25
8.0.25 (2022-10-27)
- GD:
. Fixed bug #81739: OOB read due to insufficient input validation in
imageloadfont(). (CVE-2022-31630) (cmb)
- Hash:
. Fixed bug #81738: buffer overflow in hash_update() on long parameter.
(CVE-2022-37454) (nicky at mouha dot be)
- Session:
. Fixed bug GH-9583 (session_create_id() fails with user defined save handler
that doesn't have a validateId() method). (Girgias)
- Streams:
. Fixed bug GH-9590 (stream_select does not abort upon exception or empty
valid fd set). (Arnaud)
diffstat:
lang/php/phpversion.mk | 4 ++--
lang/php80/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (34 lines):
diff -r e524291b2f93 -r fa81a5313540 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk Sun Oct 30 10:16:49 2022 +0000
+++ b/lang/php/phpversion.mk Sun Oct 30 10:18:35 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.378 2022/10/30 10:16:24 taca Exp $
+# $NetBSD: phpversion.mk,v 1.379 2022/10/30 10:18: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
@@ -89,7 +89,7 @@
# Define each PHP's version.
PHP56_VERSION= 5.6.40
PHP74_VERSION= 7.4.32
-PHP80_VERSION= 8.0.24
+PHP80_VERSION= 8.0.25
PHP81_VERSION= 8.1.12
# Define initial release of major version.
diff -r e524291b2f93 -r fa81a5313540 lang/php80/distinfo
--- a/lang/php80/distinfo Sun Oct 30 10:16:49 2022 +0000
+++ b/lang/php80/distinfo Sun Oct 30 10:18:35 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.25 2022/10/01 00:28:12 taca Exp $
+$NetBSD: distinfo,v 1.26 2022/10/30 10:18:35 taca Exp $
-BLAKE2s (php-8.0.24.tar.xz) = a9f2ca0e37bcc5d2de1d76f228b05535ee18ea2e2164b2df67db7f67e89f635a
-SHA512 (php-8.0.24.tar.xz) = f4922c03b613aae35005b6b39630c0de7c25929b7f4edd9c5062a747a747df065ae9b52c17c34433ecb801bc54fce2fa34ae46165deb527f0fe2c86e5da73400
-Size (php-8.0.24.tar.xz) = 10895332 bytes
+BLAKE2s (php-8.0.25.tar.xz) = 48709affae5ad92c7d8d239a91400c3b784daa28bb71af45e5b4d1091046399c
+SHA512 (php-8.0.25.tar.xz) = 43bb0637e424e2a637e05f3faf0ca2c5309f2d9cc03def9fc9af9b756003ea6efe730b608c70177c3c1b9cb03cef31c27cd6507cca9d9f0fd854aadb5e51aee3
+Size (php-8.0.25.tar.xz) = 10802888 bytes
SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6
SHA1 (patch-configure) = 6c3d2537eb4d1c2ed05e8e1e411701d316c67d8b
SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640
Home |
Main Index |
Thread Index |
Old Index