diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2018-03-29 17:27:05 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-04-06 20:04:07 +0200 |
commit | 8c8f9fda90fd59c3120e1076f8507b16871ae4ed (patch) | |
tree | 262087e843493a2ee24f032d62cd1a39018e2016 /package/php/php.mk | |
parent | 380e9599de34f28607c73b73bb9fad2eb1406863 (diff) | |
download | buildroot-8c8f9fda90fd59c3120e1076f8507b16871ae4ed.tar.gz buildroot-8c8f9fda90fd59c3120e1076f8507b16871ae4ed.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>
(cherry picked from commit 19e983a9540aa948d64423e63167aba2aff9fe41)
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 |