diff options
author | taca <taca@pkgsrc.org> | 2020-05-14 14:26:59 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2020-05-14 14:26:59 +0000 |
commit | d3a4bdc7187a21ce02c3fa1a649e5cc91fd01ffc (patch) | |
tree | f719b1f305a01408f6072e97f37cb46f3e5d29d8 /lang | |
parent | 716135ee69434317546fe1422cae4d75ff7badfb (diff) | |
download | pkgsrc-d3a4bdc7187a21ce02c3fa1a649e5cc91fd01ffc.tar.gz |
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 (limited to 'lang')
-rw-r--r-- | lang/php/phpversion.mk | 4 | ||||
-rw-r--r-- | lang/php72/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index 2415f6a282d..6e6252e4ad5 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -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 @@ PHPVERSION_MK= defined # 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 --git a/lang/php72/distinfo b/lang/php72/distinfo index dc05e11207e..0d0c979c9f2 100644 --- a/lang/php72/distinfo +++ b/lang/php72/distinfo @@ -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 |