Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Oct 2022 22:35:40 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 58ed5c88ddd8 - 2022Q4 - www/gitea: Update to 1.17.3 (fixes security vulnerabilities)
Message-ID:  <202210152235.29FMZebh035345@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q4 has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=58ed5c88ddd8eb65d53520e13ab76413c57f6d84

commit 58ed5c88ddd8eb65d53520e13ab76413c57f6d84
Author:     Stefan Bethke <stb@lassitu.de>
AuthorDate: 2022-10-15 22:18:30 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-10-15 22:24:45 +0000

    www/gitea: Update to 1.17.3 (fixes security vulnerabilities)
    
     - This release fixes three security issues, a large number of bugs and
       contains some enhancements.
     - Pet portlint
    
    ChangeLog:      https://github.com/go-gitea/gitea/releases/tag/v1.17.3
    PR:             267106
    MFH:            2022Q4
    Security:       d713d709-4cc9-11ed-a621-0800277bb8a8
    (cherry picked from commit 242f679b4b48a1e26b256f9f6e02256c11abc9d0)
---
 www/gitea/Makefile | 5 ++---
 www/gitea/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/www/gitea/Makefile b/www/gitea/Makefile
index 05cf7187b03d..9b049d158848 100644
--- a/www/gitea/Makefile
+++ b/www/gitea/Makefile
@@ -1,12 +1,10 @@
 PORTNAME=	gitea
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.17.2
-PORTREVISION=	1
+DISTVERSION=	1.17.3
 CATEGORIES=	www
 MASTER_SITES=	https://github.com/go-gitea/gitea/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ \
 		https://dl.gitea.io/gitea/${DISTVERSION}/
 DISTNAME=	gitea-src-${DISTVERSION}
-EXTRACT_AFTER_ARGS=	--strip-components 1 # since 1.17.0, archive includes gitea-src-VERSION directory
 
 MAINTAINER=	stb@lassitu.de
 COMMENT=	Compact self-hosted Git service
@@ -20,6 +18,7 @@ RUN_DEPENDS=	git:devel/git
 USES=		cpe gmake go:no_targets
 USE_RC_SUBR=	gitea
 
+EXTRACT_AFTER_ARGS=	--strip-components 1 # since 1.17.0, archive includes gitea-src-VERSION directory
 SUB_FILES+=	app.ini.sample
 SUB_LIST+=	GITUSER=${USERS}
 
diff --git a/www/gitea/distinfo b/www/gitea/distinfo
index 84536c54c3ae..a9c391188bb1 100644
--- a/www/gitea/distinfo
+++ b/www/gitea/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1662886552
-SHA256 (gitea-src-1.17.2.tar.gz) = a4383e1c2ddd6d67f4471a0bbc1b4839a15ab8fd6951804e1be43d7229e1de58
-SIZE (gitea-src-1.17.2.tar.gz) = 52668293
+TIMESTAMP = 1665865667
+SHA256 (gitea-src-1.17.3.tar.gz) = 35490480ab793844e8ef9d541dca1c3c7ee510883205fe9197f373d276cd1f78
+SIZE (gitea-src-1.17.3.tar.gz) = 52711597



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210152235.29FMZebh035345>