diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2017-01-09 17:13:34 +0000 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-01-10 21:02:52 +0100 |
commit | e470b3fde7fe7e69fc5ec57fe8a5c8a4cd66c8cc (patch) | |
tree | 2f2ac2afa602928bf987a92dbb7ac8fd8508d06a /package/php/php.mk | |
parent | 0cfddd92b67dc3208e89395368972d780e4d7cc1 (diff) |
php: bump version to 7.1.0 (security)
Fixed CVEs:
- CVE-2016-9933 (imagefilltoborder stackoverflow on truecolor images)
http://bugs.php.net/72696
- CVE-2016-9934 (NULL Pointer Dereference in WDDX Packet
Deserialization with PDORow)
http://bugs.php.net/73331
Full ChangeLog:
http://php.net/ChangeLog-7.php#7.1.0
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/php/php.mk')
-rw-r--r-- | package/php/php.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/php/php.mk b/package/php/php.mk index e8c8f4b77..2ba70aa55 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -4,7 +4,7 @@ # ################################################################################ -PHP_VERSION = 7.0.14 +PHP_VERSION = 7.1.0 PHP_SITE = http://www.php.net/distributions PHP_SOURCE = php-$(PHP_VERSION).tar.xz PHP_INSTALL_STAGING = YES |