Skip to content

Commit

Permalink
Pullup ticket #6593 - requested by taca
Browse files Browse the repository at this point in the history
lang/php74: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.356
- lang/php74/distinfo                                           1.35

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Feb 20 13:03:01 UTC 2022

   Modified Files:
   	pkgsrc/lang/php: phpversion.mk
   	pkgsrc/lang/php74: distinfo

   Log Message:
   lang/php74: update to 7.4.28

   17 Feb 2022, PHP 7.4.28

   - Filter:
     . Fix #81708: UAF due to php_filter_float() failing for ints
  • Loading branch information
bsiegert committed Mar 3, 2022
1 parent b0547c6 commit 63a3ece
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions lang/php/phpversion.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: phpversion.mk,v 1.352.2.2 2022/03/03 19:23:19 bsiegert Exp $
# $NetBSD: phpversion.mk,v 1.352.2.3 2022/03/03 19:29:07 bsiegert 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
Expand Down Expand Up @@ -89,7 +89,7 @@ PHPVERSION_MK= defined
# Define each PHP's version.
PHP56_VERSION= 5.6.40
PHP73_VERSION= 7.3.33
PHP74_VERSION= 7.4.27
PHP74_VERSION= 7.4.28
PHP80_VERSION= 8.0.16
PHP81_VERSION= 8.1.2

Expand Down
8 changes: 4 additions & 4 deletions lang/php74/distinfo
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.34 2021/12/19 05:01:06 taca Exp $
$NetBSD: distinfo,v 1.34.2.1 2022/03/03 19:29:07 bsiegert Exp $

BLAKE2s (php-7.4.27.tar.xz) = 8a1ebe8d3fef35dedbc5de0b5ceb48f99bd7f82937580ba8b2835fcc7c28244f
SHA512 (php-7.4.27.tar.xz) = 2401f19d738a511c20efdf199fed7a6bdd02b51d91abf68a410f760cf846df87fce4bbf71acdf209926877cf3e8f8f39f045f1f03755862d09491f6ab6c9cfc8
Size (php-7.4.27.tar.xz) = 10419380 bytes
BLAKE2s (php-7.4.28.tar.xz) = 75a1093845eabf9f5717b0ef9a5f42b18a261eb4bbdf1aec89271eca3620c4b6
SHA512 (php-7.4.28.tar.xz) = e7fa281a3be9ec46b7fa69619fd417fc04200dc64fd153f9670184d84b0aa3d5f3698536cf18476a96d8a42ba40b856ff57ab18e8e8a485dd9b95467d1952fa8
Size (php-7.4.28.tar.xz) = 10418352 bytes
SHA1 (patch-build_libtool.m4) = 3656eb516fb14defd4b0964fe21e117c630be856
SHA1 (patch-configure) = 5e9c9c06f6d819d5ba2832d648f41363f40f3108
SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640
Expand Down

0 comments on commit 63a3ece

Please sign in to comment.