diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2020-08-19 21:29:37 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2020-08-19 21:29:37 +0000 |
commit | 63e91c788717f35668cc5ea24c582d2c45d786ae (patch) | |
tree | a9151749c59cf604f4e1b43c50d1e0f086235c2c | |
parent | multimeida/libv4l: Fix build with -fno-common (diff) |
lang/php72: Update from 7.2.22 to 7.2.23
Changelog:
Core:
Fixed bug #79877 (getimagesize function silently truncates after a null byte) (cmb)
Phar:
Fixed bug #79797 (Use of freed hash key in the phar_parse_zipfile function). (CVE-2020-7068)
Sponsored by: Bounce Experts
Notes
Notes:
svn path=/head/; revision=545454
-rw-r--r-- | lang/php72/Makefile | 2 | ||||
-rw-r--r-- | lang/php72/distinfo | 6 | ||||
-rw-r--r-- | mail/php72-imap/Makefile | 1 |
3 files changed, 4 insertions, 5 deletions
diff --git a/lang/php72/Makefile b/lang/php72/Makefile index 22299bac792c..cfaf5ddfbbbf 100644 --- a/lang/php72/Makefile +++ b/lang/php72/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php72 -DISTVERSION= 7.2.31 +DISTVERSION= 7.2.32 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions diff --git a/lang/php72/distinfo b/lang/php72/distinfo index bccf258e8277..e7b47b621b26 100644 --- a/lang/php72/distinfo +++ b/lang/php72/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1589479987 -SHA256 (php-7.2.31.tar.xz) = 8beaa634bb878a96af9bc8643811ea46973f5f41ad2bfb6ab4cfd290e5a39806 -SIZE (php-7.2.31.tar.xz) = 12309936 +TIMESTAMP = 1597751560 +SHA256 (php-7.2.32.tar.xz) = 050fc16ca56d8d2365d980998220a4eb06439da71dfd38de49b42fea72310ef1 +SIZE (php-7.2.32.tar.xz) = 12251152 diff --git a/mail/php72-imap/Makefile b/mail/php72-imap/Makefile index 35269b7528e6..0d9e7835f449 100644 --- a/mail/php72-imap/Makefile +++ b/mail/php72-imap/Makefile @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= mail MASTERDIR= ${.CURDIR}/../../lang/php72 |