Date: Thu, 27 Jan 2022 07:22:18 GMT From: =?utf-8?Q?Fernando Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 4f146094da07 - 2022Q1 - www/phpmustache: update to 2.14.1 Message-ID: <202201270722.20R7MIp8076913@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2022Q1 has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=4f146094da078e8249815fa8cd510d9fb6e9afc0 commit 4f146094da078e8249815fa8cd510d9fb6e9afc0 Author: Marc Veldman <marc@bumblingdork.com> AuthorDate: 2022-01-26 12:38:17 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2022-01-27 07:20:24 +0000 www/phpmustache: update to 2.14.1 ChangeLog: https://github.com/bobthecow/mustache.php/releases/tag/v2.14.1 * Fix for CVE-2022-0323 * Other minor fixes VuXml entry to follow soon. PR: 261436 Reported by: marc@bumblingdork.com (maintainer) Security: CVE-2022-0323 MFH: 2022Q1 (security release) (cherry picked from commit 6901bf72b3b20f999a6a6141acf5c99219e65198) --- www/phpmustache/Makefile | 2 +- www/phpmustache/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/phpmustache/Makefile b/www/phpmustache/Makefile index 108fc677ac46..654eb1992856 100644 --- a/www/phpmustache/Makefile +++ b/www/phpmustache/Makefile @@ -1,7 +1,7 @@ # Created by: Steve Polyack <spolyack@collaborativefusion.com> PORTNAME= phpmustache -PORTVERSION= 2.14.0 +PORTVERSION= 2.14.1 DISTVERSIONPREFIX= v CATEGORIES= www diff --git a/www/phpmustache/distinfo b/www/phpmustache/distinfo index 84788cb0a965..3c1b0f8637f4 100644 --- a/www/phpmustache/distinfo +++ b/www/phpmustache/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1639814173 -SHA256 (bobthecow-mustache.php-v2.14.0_GH0.tar.gz) = 6692b2c1f87f917f38acfffa87cd5365fefc7742f7337f615c668cf10a901cac -SIZE (bobthecow-mustache.php-v2.14.0_GH0.tar.gz) = 30275 +TIMESTAMP = 1643046782 +SHA256 (bobthecow-mustache.php-v2.14.1_GH0.tar.gz) = a02ffd8bf19510551d62b01af9044bc407ba5c56f69737cbb3c9147907cc5d2f +SIZE (bobthecow-mustache.php-v2.14.1_GH0.tar.gz) = 30379
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201270722.20R7MIp8076913>