Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang lang/php72: update to 7.2.33



details:   https://anonhg.NetBSD.org/pkgsrc/rev/620e018affe7
branches:  trunk
changeset: 436711:620e018affe7
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Aug 08 13:32:57 2020 +0000

description:
lang/php72: update to 7.2.33

Update php72 to 7.2.33 (PHP 7.2.33).


06 Aug 2020, PHP 7.2.33

- Core:
  . Fixed bug #79877 (getimagesize function silently truncates after a null
    byte) (cmb)

- Phar:
  . Fixed bug #79797 (Use of freed hash key in the phar_parse_zipfile
    function). (CVE-2020-7068) (cmb)

diffstat:

 lang/php/phpversion.mk |   4 ++--
 lang/php72/distinfo    |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r a3cb114693db -r 620e018affe7 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Sat Aug 08 13:32:07 2020 +0000
+++ b/lang/php/phpversion.mk    Sat Aug 08 13:32:57 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.305 2020/08/08 13:31:19 taca Exp $
+# $NetBSD: phpversion.mk,v 1.306 2020/08/08 13:32:57 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
-PHP72_VERSION= 7.2.32
+PHP72_VERSION= 7.2.33
 PHP73_VERSION= 7.3.21
 PHP74_VERSION= 7.4.9
 
diff -r a3cb114693db -r 620e018affe7 lang/php72/distinfo
--- a/lang/php72/distinfo       Sat Aug 08 13:32:07 2020 +0000
+++ b/lang/php72/distinfo       Sat Aug 08 13:32:57 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.56 2020/07/11 04:06:07 taca Exp $
+$NetBSD: distinfo,v 1.57 2020/08/08 13:32:57 taca Exp $
 
-SHA1 (php-7.2.32.tar.xz) = 7e3c03118c1ef745d84c2a4b21c4a7b35ec03e86
-RMD160 (php-7.2.32.tar.xz) = 000b6cae82089da51e7ba798da99d353e8af6fee
-SHA512 (php-7.2.32.tar.xz) = 47e84f9f493951b33625e149291bcde87189ecb28636809b3ec6264ed17e85f842fa40f3a53754f7bf948a5a6963f8773d35f773760c0c2bf21a9dbd0314736e
-Size (php-7.2.32.tar.xz) = 12251152 bytes
+SHA1 (php-7.2.33.tar.xz) = 5297d7594af3950f395b775bbf7470c8e6f89683
+RMD160 (php-7.2.33.tar.xz) = 83b1f02ef406228ef3a3d1b0371246843d84c26e
+SHA512 (php-7.2.33.tar.xz) = 1c28e741fc6de88a33e1307bc88ba8dddf1ba767ce6eb9c1f0da35482c7d3ee1154831b997fa746340c4b7ec8de9196b21a9b1cf319c8e69eca2c92602ceee4a
+Size (php-7.2.33.tar.xz) = 12310624 bytes
 SHA1 (patch-configure) = 6e66a79e691a84aa7ae461f8dec1752443ad6b61
 SHA1 (patch-disable-filter-url) = e9e92d686ddd1d1a1ece10fe4feee4e368fe510c
 SHA1 (patch-ext_gd_config.m4) = eaecfb31b18700dd642c067ed82748d4f6be2335



Home | Main Index | Thread Index | Old Index