diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2020-03-08 10:29:22 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2020-03-08 10:29:22 +0000 |
commit | 285480503c577da5b0dd730eea979d7a613db6d8 (patch) | |
tree | ba2b0545f2987e7fc519f3298544abb00fa96bdb | |
parent | 6addf209d50cae4eb922558d8ca2eb39cb8fa7f2 (diff) | |
download | pkgsrc-285480503c577da5b0dd730eea979d7a613db6d8.tar.gz |
Pullup ticket #6143 - requested by taca
lang/php72: security fix
Revisions pulled up:
- lang/php/phpversion.mk 1.289
- lang/php72/distinfo 1.52
---
Module Name: pkgsrc
Committed By: taca
Date: Thu Feb 20 14:47:55 UTC 2020
Modified Files:
pkgsrc/lang/php: phpversion.mk
pkgsrc/lang/php72: distinfo
Log Message:
lang/php72: update to 7.2.28
Update php72 to 7.2.28 (PHP 7.2.28).
20 Feb 2020, PHP 7.2.28
- DOM:
. Fixed bug #77569: (Write Access Violation in DomImplementation). (Nikita,
cmb)
- Phar:
. Fixed bug #79082 (Files added to tar with Phar::buildFromIterator have
all-access permissions). (CVE-2020-7063) (stas)
- Session:
. Fixed bug #79221 (Null Pointer Dereference in PHP Session Upload Progress).
(CVE-2020-7062) (stas)
-rw-r--r-- | lang/php/phpversion.mk | 4 | ||||
-rw-r--r-- | lang/php72/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index c66561a5329..d97562c296a 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.283.4.5 2020/03/08 10:24:19 bsiegert Exp $ +# $NetBSD: phpversion.mk,v 1.283.4.6 2020/03/08 10:29:22 bsiegert 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.27 +PHP72_VERSION= 7.2.28 PHP73_VERSION= 7.3.15 PHP74_VERSION= 7.4.3 diff --git a/lang/php72/distinfo b/lang/php72/distinfo index 6737f74acc9..56bde745e27 100644 --- a/lang/php72/distinfo +++ b/lang/php72/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.50.4.1 2020/01/29 13:39:33 bsiegert Exp $ +$NetBSD: distinfo,v 1.50.4.2 2020/03/08 10:29:22 bsiegert Exp $ -SHA1 (php-7.2.27.tar.xz) = 6c7647acc873ef2a23c6af2130f466509e4ff420 -RMD160 (php-7.2.27.tar.xz) = f07a0007ed55d8535e8bedbc6a5a03ced5f28842 -SHA512 (php-7.2.27.tar.xz) = 02416e2bdfcd47ef660c7403ca25c7358c2f9a685b1dee6a2a95c52d1b1178666f9fa0bb32dc070cfd09febb5c44ecdb70116546142369d7ead4432634dc38c5 -Size (php-7.2.27.tar.xz) = 12307512 bytes +SHA1 (php-7.2.28.tar.xz) = 119ee13b9a945034abcfdf11c81bd4b3b6751d9f +RMD160 (php-7.2.28.tar.xz) = 048d6b9a7cd80ee48cc1fbfffadf69eadeb9c679 +SHA512 (php-7.2.28.tar.xz) = c9465a2858a324c6b68cb99424ef2719da9f8a4177ba9aa87605b2633a8a404cf780612eca50249a57c516d2a0bbe07d5e88654590117124e3528840e3dee9ae +Size (php-7.2.28.tar.xz) = 12311760 bytes SHA1 (patch-configure) = 6e66a79e691a84aa7ae461f8dec1752443ad6b61 SHA1 (patch-disable-filter-url) = e9e92d686ddd1d1a1ece10fe4feee4e368fe510c SHA1 (patch-ext_gd_config.m4) = eaecfb31b18700dd642c067ed82748d4f6be2335 |