Date: Wed, 29 Sep 2021 09:56:17 GMT From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: f821ca6641ce - 2021Q3 - lang/php73: Update from 7.3.30 to 7.3.31 Message-ID: <202109290956.18T9uHrn095301@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q3 has been updated by tz: URL: https://cgit.FreeBSD.org/ports/commit/?id=f821ca6641ced0b930ce5c7f228a0e418b308d62 commit f821ca6641ced0b930ce5c7f228a0e418b308d62 Author: Torsten Zuehlsdorff <tz@FreeBSD.org> AuthorDate: 2021-09-29 09:51:22 +0000 Commit: Torsten Zuehlsdorff <tz@FreeBSD.org> CommitDate: 2021-09-29 09:55:42 +0000 lang/php73: Update from 7.3.30 to 7.3.31 Changelog: Zip: Fixed bug #81420 (ZipArchive::extractTo extracts outside of destination). (CVE-2021-21706) Sponsored by: Bounce Experts (cherry picked from commit 607fd2a9360be7e5b7bb52b41e190798924d4cf6) --- lang/php73/Makefile | 2 +- lang/php73/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/php73/Makefile b/lang/php73/Makefile index 6f669cb27eb8..08790d95cbb0 100644 --- a/lang/php73/Makefile +++ b/lang/php73/Makefile @@ -1,5 +1,5 @@ PORTNAME= php73 -DISTVERSION= 7.3.30 +DISTVERSION= 7.3.31 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions diff --git a/lang/php73/distinfo b/lang/php73/distinfo index ba65c4966566..94c20f71be1b 100644 --- a/lang/php73/distinfo +++ b/lang/php73/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1630262714 -SHA256 (php-7.3.30.tar.xz) = 0ebfd656df0f3b1ea37ff2887f8f2d1a71cd160fb0292547c0ee0a99e58ffd1b -SIZE (php-7.3.30.tar.xz) = 12142596 +TIMESTAMP = 1632774611 +SHA256 (php-7.3.31.tar.xz) = d1aa8f44595d01ac061ff340354d95e146d6152f70e799b44d6b8654fb45cbcc +SIZE (php-7.3.31.tar.xz) = 12142912
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109290956.18T9uHrn095301>