From e14dc96df9998f35879854c60e61bcb898423900 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sat, 28 Apr 2018 11:57:35 +0200 Subject: package/php: security bump to version 7.2.5 Changelog: http://www.php.net/ChangeLog-7.php#7.2.5 This release fixes several security-related bugs for which no CVE id's are assigned at the time of writing: https://bugs.php.net/bug.php?id=76129 https://bugs.php.net/bug.php?id=76130 https://bugs.php.net/bug.php?id=76248 https://bugs.php.net/bug.php?id=76249 Removed patch 0007, applied upstream: https://github.com/php/php-src/commit/2842aa2a078eb1cad55540b61e7edf111395150d Re-numbered patch 0009 -> 0007. Signed-off-by: Bernd Kuhls Signed-off-by: Thomas Petazzoni --- package/php/php.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/php/php.mk') diff --git a/package/php/php.mk b/package/php/php.mk index 91756794ee..4c3a87118e 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -4,7 +4,7 @@ # ################################################################################ -PHP_VERSION = 7.2.4 +PHP_VERSION = 7.2.5 PHP_SITE = http://www.php.net/distributions PHP_SOURCE = php-$(PHP_VERSION).tar.xz PHP_INSTALL_STAGING = YES -- cgit v1.2.3