diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-02-04 22:16:08 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-02-05 23:23:07 +0100 |
commit | b420e0b55983d44e7bad854da5ca00907a77f868 (patch) | |
tree | 1bc8a018ac9a177c5a145e9ccb6bfa622f8e50a3 /package/php/php.mk | |
parent | 5c8a9eec2708d93a7e1a581941cbf5c2f078a8f7 (diff) | |
download | buildroot-b420e0b55983d44e7bad854da5ca00907a77f868.tar.gz buildroot-b420e0b55983d44e7bad854da5ca00907a77f868.zip |
package/php: security bump version to 5.6.18
Changelog: http://www.php.net/ChangeLog-5.php#5.6.18
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.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 84443a14a5..f2c7e28bef 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -4,7 +4,7 @@ # ################################################################################ -PHP_VERSION = 5.6.17 +PHP_VERSION = 5.6.18 PHP_SITE = http://www.php.net/distributions PHP_SOURCE = php-$(PHP_VERSION).tar.xz PHP_INSTALL_STAGING = YES |