summaryrefslogtreecommitdiffstats
path: root/package/php/php.mk
diff options
context:
space:
mode:
authorAdam Duskett <Aduskett@gmail.com>2019-01-19 16:29:34 -0500
committerPeter Korsgaard <peter@korsgaard.com>2019-01-19 22:34:19 +0100
commit6e6b257d546039b9207cda32e4c281fecba87ae1 (patch)
tree67e912cf6285be8a37df6ea717b464ac91978cd4 /package/php/php.mk
parent75bfe6158297bc623081ab6cc7cdb93f9efd25b0 (diff)
downloadbuildroot-6e6b257d546039b9207cda32e4c281fecba87ae1.tar.gz
buildroot-6e6b257d546039b9207cda32e4c281fecba87ae1.zip
php: security bump to 7.3.1
Fixes the following security issue: - CVE-2018-19935: Allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) via an empty string in the message argument to the imap_mail function. https://www.cvedetails.com/cve/CVE-2018-19935/ Signed-off-by: Adam Duskett <Aduskett@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/php/php.mk')
-rw-r--r--package/php/php.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/php/php.mk b/package/php/php.mk
index b6b17a1562..be7e9b3c89 100644
--- a/package/php/php.mk
+++ b/package/php/php.mk
@@ -4,7 +4,7 @@
#
################################################################################
-PHP_VERSION = 7.3.0
+PHP_VERSION = 7.3.1
PHP_SITE = http://www.php.net/distributions
PHP_SOURCE = php-$(PHP_VERSION).tar.xz
PHP_INSTALL_STAGING = YES
OpenPOWER on IntegriCloud