diff options
author | taca <taca@pkgsrc.org> | 2020-01-25 17:24:03 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2020-01-25 17:24:03 +0000 |
commit | 28a924a606766c8312e64a184d4ffe0e6e178cac (patch) | |
tree | 2aa27f2a67504200d1c7704ac4b1d10b183626bb /lang/php | |
parent | 9a653f27bda4dc27bb6d3a33f57af6821231b451 (diff) | |
download | pkgsrc-28a924a606766c8312e64a184d4ffe0e6e178cac.tar.gz |
lang/php72: update to 7.2.27
Update php72 to 7.2.27 (PHP 7.2.27).
23 Jan 2020, PHP 7.2.27
- Mbstring:
. Fixed bug #79037 (global buffer-overflow in `mbfl_filt_conv_big5_wchar`).
(CVE-2020-7060) (Nikita)
- Session:
. Fixed bug #79091 (heap use-after-free in session_create_id()). (cmb, Nikita)
- Standard:
. Fixed bug #79099 (OOB read in php_strip_tags_ex). (CVE-2020-7059). (cmb)
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 0c99dda5635..deffee65844 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.285 2020/01/25 17:22:49 taca Exp $ +# $NetBSD: phpversion.mk,v 1.286 2020/01/25 17:24:03 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.26 +PHP72_VERSION= 7.2.27 PHP73_VERSION= 7.3.14 PHP74_VERSION= 7.4.2 |