diff options
author | taca <taca@pkgsrc.org> | 2019-01-12 15:01:34 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2019-01-12 15:01:34 +0000 |
commit | b73f0e83dc233d1d9bcde7c6313200d6daf61d7d (patch) | |
tree | 292e0f91177ed6b7070fdd381873a526fea32765 /lang/php | |
parent | bf6bfa6cf7e2c2c71a4e2dcfaa389b94ca25b9d1 (diff) | |
download | pkgsrc-b73f0e83dc233d1d9bcde7c6313200d6daf61d7d.tar.gz |
lang/php56: udate to 5.6.40
10 Jan 2019, PHP 5.6.40
- GD:
. Fixed bug #77269 (efree() on uninitialized Heap data in imagescale leads to
use-after-free). (cmb)
. Fixed bug #77270 (imagecolormatch Out Of Bounds Write on Heap). (cmb)
- Mbstring:
. Fixed bug #77370 (Buffer overflow on mb regex functions - fetch_token). (Stas)
. Fixed bug #77371 (heap buffer overflow in mb regex functions
- compile_string_node). (Stas)
. Fixed bug #77381 (heap buffer overflow in multibyte match_at). (Stas)
. Fixed bug #77382 (heap buffer overflow due to incorrect length in
expand_case_fold_string). (Stas)
. Fixed bug #77385 (buffer overflow in fetch_token). (Stas)
. Fixed bug #77394 (Buffer overflow in multibyte case folding - unicode). (Stas)
. Fixed bug #77418 (Heap overflow in utf32be_mbc_to_code). (Stas)
- Phar:
. Fixed bug #77247 (heap buffer overflow in phar_detect_phar_fname_ext). (Stas)
- Xmlrpc:
. Fixed bug #77242 (heap out of bounds read in xmlrpc_decode()). (cmb)
. Fixed bug #77380 (Global out of bounds read in xmlrpc base64 code). (Stas)
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 9d331856884..85729c32c87 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.244 2019/01/12 15:00:25 taca Exp $ +# $NetBSD: phpversion.mk,v 1.245 2019/01/12 15:01:34 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 @@ -87,7 +87,7 @@ PHPVERSION_MK= defined # Define each PHP's version. -PHP56_VERSION= 5.6.39 +PHP56_VERSION= 5.6.40 PHP70_VERSION= 7.0.33 PHP71_VERSION= 7.1.26 PHP72_VERSION= 7.2.14 |