diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2019-02-09 18:25:19 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2019-02-10 10:48:51 +0100 |
commit | e5e40c94b3ff1881f2296fdcf8f1d85e48c788c8 (patch) | |
tree | bc56c06d554a31436f1b3bc9f59150fba97cd6f9 /package/php/php.mk | |
parent | c35f157486431eafdb8d3583fc52d8ce4c784cf3 (diff) | |
download | buildroot-e5e40c94b3ff1881f2296fdcf8f1d85e48c788c8.tar.gz buildroot-e5e40c94b3ff1881f2296fdcf8f1d85e48c788c8.zip |
package/php: security bump to version 7.3.2
Rebased patch 0004.
This bump fixes https://bugs.php.net/bug.php?id=77369,
status of CVE-ID: needed
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
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 be7e9b3c89..061b2f2609 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -4,7 +4,7 @@ # ################################################################################ -PHP_VERSION = 7.3.1 +PHP_VERSION = 7.3.2 PHP_SITE = http://www.php.net/distributions PHP_SOURCE = php-$(PHP_VERSION).tar.xz PHP_INSTALL_STAGING = YES |