diff options
author | taca <taca@pkgsrc.org> | 2021-10-30 07:45:42 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2021-10-30 07:45:42 +0000 |
commit | 84bc2a11689fd36add9648cfec4883d0ab3a92b5 (patch) | |
tree | c430ff7b2a354c3136d4a47e38fe1b7110bf6f4a /lang/php | |
parent | a512554fbc31cfe0c998eadea110c1b8da3d8c94 (diff) | |
download | pkgsrc-84bc2a11689fd36add9648cfec4883d0ab3a92b5.tar.gz |
lang/php73: update to 7.3.32
This is a security fix release.
28 Oct 2021, PHP 7.3.32
- FPM:
. Fixed bug #81026 (PHP-FPM oob R/W in root process leading to privilege
escalation). (CVE-2021-21703) (Jakub Zelenka)
Diffstat (limited to 'lang/php')
-rw-r--r-- | lang/php/phpversion.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index 237af5c5fbb..1707493eb53 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.343 2021/10/22 15:14:24 taca Exp $ +# $NetBSD: phpversion.mk,v 1.344 2021/10/30 07:45:42 taca Exp $ # # This file selects a PHP version, based on the user's preferences and # the installed packages. It does not add a dependency on the PHP @@ -88,7 +88,7 @@ PHPVERSION_MK= defined # Define each PHP's version. PHP56_VERSION= 5.6.40 -PHP73_VERSION= 7.3.31 +PHP73_VERSION= 7.3.32 PHP74_VERSION= 7.4.25 PHP80_VERSION= 8.0.12 |