diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2018-03-02 07:16:46 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-03-02 07:58:29 +0100 |
commit | ee25f5c998d13e8dc2022783e4c1b5dd328985d5 (patch) | |
tree | 96cfb85469b032697200857bbf5593c755b94254 /package/php/php.mk | |
parent | d02cbe22dab7f2f0424d7a4f3274ea2459269dbe (diff) | |
download | buildroot-ee25f5c998d13e8dc2022783e4c1b5dd328985d5.tar.gz buildroot-ee25f5c998d13e8dc2022783e4c1b5dd328985d5.zip |
package/php: security bump to version 7.2.3
Fixes CVE 2018-7584: https://bugs.php.net/bug.php?id=75981
For details see release notes:
http://www.php.net/archive/2018.php#id2018-03-01-2
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
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 e6bc1e47e1..dcb89b03d3 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -4,7 +4,7 @@ # ################################################################################ -PHP_VERSION = 7.2.2 +PHP_VERSION = 7.2.3 PHP_SITE = http://www.php.net/distributions PHP_SOURCE = php-$(PHP_VERSION).tar.xz PHP_INSTALL_STAGING = YES |