pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang lang/php74: update to 7.4.33



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4100af07f8e8
branches:  trunk
changeset: 387682:4100af07f8e8
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Nov 04 00:40:58 2022 +0000

description:
lang/php74: update to 7.4.33

7.4.33 (2022-11-03)

- 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)

diffstat:

 lang/php/phpversion.mk |  4 ++--
 lang/php74/distinfo    |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r ad0b89c4654b -r 4100af07f8e8 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Thu Nov 03 22:23:46 2022 +0000
+++ b/lang/php/phpversion.mk    Fri Nov 04 00:40:58 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.379 2022/10/30 10:18:35 taca Exp $
+# $NetBSD: phpversion.mk,v 1.380 2022/11/04 00:40:58 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
@@ -88,7 +88,7 @@
 
 # Define each PHP's version.
 PHP56_VERSION= 5.6.40
-PHP74_VERSION= 7.4.32
+PHP74_VERSION= 7.4.33
 PHP80_VERSION= 8.0.25
 PHP81_VERSION= 8.1.12
 
diff -r ad0b89c4654b -r 4100af07f8e8 lang/php74/distinfo
--- a/lang/php74/distinfo       Thu Nov 03 22:23:46 2022 +0000
+++ b/lang/php74/distinfo       Fri Nov 04 00:40:58 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.38 2022/10/01 00:25:22 taca Exp $
+$NetBSD: distinfo,v 1.39 2022/11/04 00:40:58 taca Exp $
 
-BLAKE2s (php-7.4.32.tar.xz) = 78e09942454d9690cff9c67bbb2c81943fed839bc8cc8ec37c9ebf3c4da01c32
-SHA512 (php-7.4.32.tar.xz) = 052fbb6120b9943927685f736574871bc2b0c60d4ef18b54ec3f3d92398842286189fd426647c3c91eec38b11ce607090c4cd339040c92bda852574b96c36f67
-Size (php-7.4.32.tar.xz) = 10419092 bytes
+BLAKE2s (php-7.4.33.tar.xz) = 11ec78e0a566d33168e9867e60796f25b8edc4efa03868929251a6297021e79d
+SHA512 (php-7.4.33.tar.xz) = 499b63b99e5d8e8082ff89d3a91b4cb9a593ea7553b96e48863414c13d2e50275904ed29070e2232e529ee91160f505e6060a4d129cb5bf098aa5b6ea0928d3d
+Size (php-7.4.33.tar.xz) = 10420144 bytes
 SHA1 (patch-build_libtool.m4) = 3656eb516fb14defd4b0964fe21e117c630be856
 SHA1 (patch-configure) = 5e9c9c06f6d819d5ba2832d648f41363f40f3108
 SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640



Home | Main Index | Thread Index | Old Index