Date: Wed, 31 Aug 2022 17:12:57 GMT From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5fd2b15e5959 - main - www/gitea: Update to 1.17.1 Message-ID: <202208311712.27VHCvXD012746@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=5fd2b15e59599c1b4a37c4b17db6c4d3219eae53 commit 5fd2b15e59599c1b4a37c4b17db6c4d3219eae53 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2022-08-31 06:53:29 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2022-08-31 17:12:53 +0000 www/gitea: Update to 1.17.1 * SECURITY * Correctly escape within tribute.js (#20831) (#20832) PR: 266122 Approved by: MAINTAINER: Stefan Bethke <stb@lassitu.de> MFH: 2022Q3 --- www/gitea/Makefile | 2 +- www/gitea/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/gitea/Makefile b/www/gitea/Makefile index cb0e15b2bf08..8adfa4801372 100644 --- a/www/gitea/Makefile +++ b/www/gitea/Makefile @@ -1,6 +1,6 @@ PORTNAME= gitea DISTVERSIONPREFIX= v -DISTVERSION= 1.17.0 +DISTVERSION= 1.17.1 CATEGORIES= www MASTER_SITES= https://github.com/go-gitea/gitea/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ \ https://dl.gitea.io/gitea/${DISTVERSION}/ diff --git a/www/gitea/distinfo b/www/gitea/distinfo index 1533651c4ee6..b3f84bfe4ee3 100644 --- a/www/gitea/distinfo +++ b/www/gitea/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1659723194 -SHA256 (gitea-src-1.17.0.tar.gz) = a016c0836c50e7c74b0428e170a32851fdf6724a057e71501cbdf3de900a5b56 -SIZE (gitea-src-1.17.0.tar.gz) = 52642977 +TIMESTAMP = 1661928088 +SHA256 (gitea-src-1.17.1.tar.gz) = b6d7e1b0888297955ca9f2bb6a9fc203b6ea5f1adce1c4d5217f8cd92e186a76 +SIZE (gitea-src-1.17.1.tar.gz) = 52649181
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208311712.27VHCvXD012746>