Date: Sun, 29 Aug 2021 20:51:27 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: e29037f9f9da - 2021Q3 - lang/php73: Upgrade from 7.3.29 to 7.3.30 Message-ID: <202108292051.17TKpRUL061773@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=e29037f9f9da69cfe94f622465b7e6f3d5348e63 commit e29037f9f9da69cfe94f622465b7e6f3d5348e63 Author: Torsten Zuehlsdorff <tz@FreeBSD.org> AuthorDate: 2021-08-29 20:44:09 +0000 Commit: Torsten Zuehlsdorff <tz@FreeBSD.org> CommitDate: 2021-08-29 20:51:14 +0000 lang/php73: Upgrade from 7.3.29 to 7.3.30 Changelog: Phar: Fixed bug #81211: Symlinks are followed when creating PHAR archive. Sponsored by: Bounce Experts (cherry picked from commit cf46723fd921f89919380b62afa252235257d323) --- 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 dbf7db29339b..6f669cb27eb8 100644 --- a/lang/php73/Makefile +++ b/lang/php73/Makefile @@ -1,5 +1,5 @@ PORTNAME= php73 -DISTVERSION= 7.3.29 +DISTVERSION= 7.3.30 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions diff --git a/lang/php73/distinfo b/lang/php73/distinfo index 4a5a3edf6a72..ba65c4966566 100644 --- a/lang/php73/distinfo +++ b/lang/php73/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1625432377 -SHA256 (php-7.3.29.tar.xz) = 7db2834511f3d86272dca3daee3f395a5a4afce359b8342aa6edad80e12eb4d0 -SIZE (php-7.3.29.tar.xz) = 12139492 +TIMESTAMP = 1630262714 +SHA256 (php-7.3.30.tar.xz) = 0ebfd656df0f3b1ea37ff2887f8f2d1a71cd160fb0292547c0ee0a99e58ffd1b +SIZE (php-7.3.30.tar.xz) = 12142596
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108292051.17TKpRUL061773>