diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2018-09-13 20:51:29 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-09-13 20:54:36 +0200 |
commit | 7f3e2d258069f2930fc63e5e2be3380aa548f4de (patch) | |
tree | f22bdb1c626b62d618c3014101614856b250a4c2 /package/php/php.mk | |
parent | c5a7028d497d661525fff90dd77e4b62bdf5daa0 (diff) | |
download | buildroot-7f3e2d258069f2930fc63e5e2be3380aa548f4de.tar.gz buildroot-7f3e2d258069f2930fc63e5e2be3380aa548f4de.zip |
package/php: security bump to version 7.2.10
Changelog: http://de2.php.net/ChangeLog-7.php#7.2.10
Fixes https://bugs.php.net/bug.php?id=76582, CVE ID pending.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.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 04a32283c8..f92e9b6565 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -4,7 +4,7 @@ # ################################################################################ -PHP_VERSION = 7.2.9 +PHP_VERSION = 7.2.10 PHP_SITE = http://www.php.net/distributions PHP_SOURCE = php-$(PHP_VERSION).tar.xz PHP_INSTALL_STAGING = YES |