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.31



details:   https://anonhg.NetBSD.org/pkgsrc/rev/04e8a5770781
branches:  trunk
changeset: 431523:04e8a5770781
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu May 14 14:26:59 2020 +0000

description:
lang/php72: update to 7.2.31

Update php72 to 7.2.31 (PHP 7.2.31).


14 May 2020, PHP 7.2.31

- Core:
  . Fixed bug #78875 (Long filenames cause OOM and temp files are not cleaned).
    (CVE-2019-11048) (cmb)
  . Fixed bug #78876 (Long variables in multipart/form-data cause OOM and temp
    files are not cleaned). (CVE-2019-11048) (cmb)

diffstat:

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

diffs (36 lines):

diff -r 42fb888c3448 -r 04e8a5770781 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Thu May 14 14:25:34 2020 +0000
+++ b/lang/php/phpversion.mk    Thu May 14 14:26:59 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.297 2020/05/14 14:24:53 taca Exp $
+# $NetBSD: phpversion.mk,v 1.298 2020/05/14 14:26:59 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.30
+PHP72_VERSION= 7.2.31
 PHP73_VERSION= 7.3.18
 PHP74_VERSION= 7.4.6
 
diff -r 42fb888c3448 -r 04e8a5770781 lang/php72/distinfo
--- a/lang/php72/distinfo       Thu May 14 14:25:34 2020 +0000
+++ b/lang/php72/distinfo       Thu May 14 14:26:59 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.54 2020/04/19 02:34:58 taca Exp $
+$NetBSD: distinfo,v 1.55 2020/05/14 14:26:59 taca Exp $
 
-SHA1 (php-7.2.30.tar.xz) = 45e70f84a69fc1d9811f51f74516ebf8f00d1c53
-RMD160 (php-7.2.30.tar.xz) = eb49ad8a8d23ad6bac4261414405be497b16ac89
-SHA512 (php-7.2.30.tar.xz) = 92e79cdd0e8b925012235375ebece19038b42f3751e9623beda5807e3a07484d0faaabb58227c67abb515c188c09c215c9b00cc8dadffc90f0dd09f8f5dd126f
-Size (php-7.2.30.tar.xz) = 12283804 bytes
+SHA1 (php-7.2.31.tar.xz) = b575c1ca634b80218021a6addb49a004bc5260f8
+RMD160 (php-7.2.31.tar.xz) = 4785209f87e29a61a395c1fe0ddbaf3488f9ca04
+SHA512 (php-7.2.31.tar.xz) = b21c504d0af2c095e4ae5a62c810af96171b927a27ea4694f59555c0d47798d61c3491a92941099cd9c978b3b0f41852ca2cf745e42ee3d9a6d107a5a884c9ee
+Size (php-7.2.31.tar.xz) = 12309936 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