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:           Sat Aug  8 13:32:57 UTC 2020

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

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.305 -r1.306 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.56 -r1.57 pkgsrc/lang/php72/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.305 pkgsrc/lang/php/phpversion.mk:1.306
--- pkgsrc/lang/php/phpversion.mk:1.305 Sat Aug  8 13:31:19 2020
+++ pkgsrc/lang/php/phpversion.mk       Sat Aug  8 13:32:57 2020
@@ -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 @@ PHPVERSION_MK=        defined
 
 # 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
 

Index: pkgsrc/lang/php72/distinfo
diff -u pkgsrc/lang/php72/distinfo:1.56 pkgsrc/lang/php72/distinfo:1.57
--- pkgsrc/lang/php72/distinfo:1.56     Sat Jul 11 04:06:07 2020
+++ pkgsrc/lang/php72/distinfo  Sat Aug  8 13:32:57 2020
@@ -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