diff options
author | taca <taca@pkgsrc.org> | 2020-10-04 03:14:53 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2020-10-04 03:14:53 +0000 |
commit | f13f43460aedd4fd826508aefb60bff978b71b3f (patch) | |
tree | 0b04a76b76cc52573728e59161869f08ae20c155 /lang/php | |
parent | 52a059c40e04510026cebbf0ab22383c10f83b57 (diff) | |
download | pkgsrc-f13f43460aedd4fd826508aefb60bff978b71b3f.tar.gz |
lang/php72: update to 7.2.34
Update php72 package to 7.2.34.
01 Oct 2020, PHP 7.2.34
- Core:
. Fixed bug #79699 (PHP parses encoded cookie names so malicious `__Host-`
cookies can be sent). (CVE-2020-7070) (Stas)
- OpenSSL:
. Fixed bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12
bytes IV). (CVE-2020-7069) (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 15f441d2b91..59079af8aa3 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.310 2020/10/04 03:12:46 taca Exp $ +# $NetBSD: phpversion.mk,v 1.311 2020/10/04 03:14:53 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 -PHP72_VERSION= 7.2.33 +PHP72_VERSION= 7.2.34 PHP73_VERSION= 7.3.23 PHP74_VERSION= 7.4.11 |