diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2018-03-29 17:27:05 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-03-29 18:09:48 +0200 |
commit | 19e983a9540aa948d64423e63167aba2aff9fe41 (patch) | |
tree | 304fb0da26dd0f7d1e9c65147b4f611836f67a61 /package/php/php.mk | |
parent | ec848f899dce5aae2197089d49131f84831eea94 (diff) | |
download | buildroot-19e983a9540aa948d64423e63167aba2aff9fe41.tar.gz buildroot-19e983a9540aa948d64423e63167aba2aff9fe41.zip |
package/php: security bump to version 7.2.4
Fixes https://bugs.php.net/bug.php?id=75605, no CVE-ID yet.
Removed patch 0008, applied upstream. Re-numbered patch 0009.
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 dcb89b03d3..bfd25de875 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -4,7 +4,7 @@ # ################################################################################ -PHP_VERSION = 7.2.3 +PHP_VERSION = 7.2.4 PHP_SITE = http://www.php.net/distributions PHP_SOURCE = php-$(PHP_VERSION).tar.xz PHP_INSTALL_STAGING = YES |