diff options
author | taca <taca@pkgsrc.org> | 2020-03-20 08:14:44 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2020-03-20 08:14:44 +0000 |
commit | 0ac21d89bdf705b4701b64a3fe8ac627841e42b9 (patch) | |
tree | fe4605c23a23ac47017e08c4eb75549ad24d9774 /lang/php | |
parent | af1703c64e007f56efcd78ee430b7e35adcf315c (diff) | |
download | pkgsrc-0ac21d89bdf705b4701b64a3fe8ac627841e42b9.tar.gz |
lang/php72: update to 7.2.29
Update php72 to 7.2.29.
19 Mar 2020, PHP 7.2.29
- Core:
. Fixed bug #79329 (get_headers() silently truncates after a null byte)
(CVE-2020-7066) (cmb)
- EXIF:
. Fixed bug #79282 (Use-of-uninitialized-value in exif) (CVE-2020-7064)
(Nikita)
Diffstat (limited to 'lang/php')
-rw-r--r-- | lang/php/phpversion.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index 106cdecfa21..b2ce7ec3f42 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.291 2020/03/20 08:13:55 taca Exp $ +# $NetBSD: phpversion.mk,v 1.292 2020/03/20 08:14:44 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.28 +PHP72_VERSION= 7.2.29 PHP73_VERSION= 7.3.16 PHP74_VERSION= 7.4.4 |