Date: Sat, 20 Nov 2021 19:32:36 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: efc572d9146e - 2021Q4 - lang/php73: Upgrade from 7.3.32 to 7.3.33 Message-ID: <202111201932.1AKJWaG2057132@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q4 has been updated by tz: URL: https://cgit.FreeBSD.org/ports/commit/?id=efc572d9146e6a43a662dc3d386b4fa3e50f7704 commit efc572d9146e6a43a662dc3d386b4fa3e50f7704 Author: Torsten Zuehlsdorff <tz@FreeBSD.org> AuthorDate: 2021-11-20 19:25:53 +0000 Commit: Torsten Zuehlsdorff <tz@FreeBSD.org> CommitDate: 2021-11-20 19:32:09 +0000 lang/php73: Upgrade from 7.3.32 to 7.3.33 XML: Fixed bug #79971 (special character is breaking the path in xml function). (CVE-2021-21707) Sponsored by: Bounce Experts (cherry picked from commit bf95077c25837fc6c3061144ddbd1becd430c71c) --- 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 073c4ea1d613..99322061fde4 100644 --- a/lang/php73/Makefile +++ b/lang/php73/Makefile @@ -1,5 +1,5 @@ PORTNAME= php73 -DISTVERSION= 7.3.32 +DISTVERSION= 7.3.33 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions diff --git a/lang/php73/distinfo b/lang/php73/distinfo index 3a980d1240c7..ef5674b888d5 100644 --- a/lang/php73/distinfo +++ b/lang/php73/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1635444786 -SHA256 (php-7.3.32.tar.xz) = 94effa250b80f031e77fbd98b6950c441157a2a8f9e076ee68e02f5b0b7a3fd9 -SIZE (php-7.3.32.tar.xz) = 12142436 +TIMESTAMP = 1637348769 +SHA256 (php-7.3.33.tar.xz) = 166eaccde933381da9516a2b70ad0f447d7cec4b603d07b9a916032b215b90cc +SIZE (php-7.3.33.tar.xz) = 12143820
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111201932.1AKJWaG2057132>