Date: Tue, 29 Mar 2022 21:11:43 GMT From: Florian Smeets <flo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b788272c6c2f - main - www/gitea: Update to 1.16.5 Message-ID: <202203292111.22TLBh53006677@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by flo: URL: https://cgit.FreeBSD.org/ports/commit/?id=b788272c6c2ff5b21dd6991f7f680e39e6041b12 commit b788272c6c2ff5b21dd6991f7f680e39e6041b12 Author: Dan Langille <dvl@FreeBSD.org> AuthorDate: 2022-03-29 21:06:34 +0000 Commit: Florian Smeets <flo@FreeBSD.org> CommitDate: 2022-03-29 21:11:35 +0000 www/gitea: Update to 1.16.5 - Fixes for runtime issues with go1.18 - Fixes for security issues Changes: https://github.com/go-gitea/gitea/releases/tag/v1.16.5 PR: 262898, 261576 Reported by: dvl, CTS - FreeBSD Team <de-freebsd@ctseuro.com> Approved by: maintainer Security: 83466f76-aefe-11ec-b4b6-d05099c0c059 --- 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 d359a9e5a049..b18be4884fdc 100644 --- a/www/gitea/Makefile +++ b/www/gitea/Makefile @@ -1,6 +1,6 @@ PORTNAME= gitea DISTVERSIONPREFIX= v -DISTVERSION= 1.16.4 +DISTVERSION= 1.16.5 CATEGORIES= www MASTER_SITES= https://github.com/go-gitea/gitea/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ DISTNAME= gitea-src-${DISTVERSION} diff --git a/www/gitea/distinfo b/www/gitea/distinfo index 56fa30f6f807..afbe6d68ba33 100644 --- a/www/gitea/distinfo +++ b/www/gitea/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1647549715 -SHA256 (gitea-src-1.16.4.tar.gz) = ef396b797d39a64867dfcd4532043c363dce3fe054afaa37bb97f8a2ea3f2a18 -SIZE (gitea-src-1.16.4.tar.gz) = 49747172 +TIMESTAMP = 1648587951 +SHA256 (gitea-src-1.16.5.tar.gz) = d9aab2e8357ca1a22eaffb328356e4e355a8f851a4de6fb4e7eb54ca80f0187b +SIZE (gitea-src-1.16.5.tar.gz) = 53178954
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203292111.22TLBh53006677>