Date: Fri, 6 Sep 2024 13:49:54 GMT From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: c95310697f0d - 2024Q3 - www/gitea: Update 1.21.11 =?utf-8?Q?=E2=86=92?= 1.22.2 (fixes security vulnerabilities) Message-ID: <202409061349.486Dnst6015579@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q3 has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=c95310697f0d8e33c73091eadbcdf380044d69ba commit c95310697f0d8e33c73091eadbcdf380044d69ba Author: Stefan Bethke <stb@lassitu.de> AuthorDate: 2024-09-06 13:32:13 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-09-06 13:49:38 +0000 www/gitea: Update 1.21.11 → 1.22.2 (fixes security vulnerabilities) Changelogs: https://github.com/go-gitea/gitea/releases/tag/v1.22.0 https://github.com/go-gitea/gitea/releases/tag/v1.22.1 https://github.com/go-gitea/gitea/releases/tag/v1.22.2 While here replace spaces with tabs in Makefile. PR: 281298 MFH: 2024Q3 (cherry picked from commit afa1c64ca18da1f259324283f25e281484e50188) --- www/gitea/Makefile | 9 ++++----- www/gitea/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/www/gitea/Makefile b/www/gitea/Makefile index dd3c99eb5b14..f0b9d24b29a2 100644 --- a/www/gitea/Makefile +++ b/www/gitea/Makefile @@ -1,7 +1,6 @@ PORTNAME= gitea DISTVERSIONPREFIX= v -DISTVERSION= 1.21.11 -PORTREVISION= 3 +DISTVERSION= 1.22.2 CATEGORIES= www MASTER_SITES= https://github.com/go-gitea/gitea/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ \ https://dl.gitea.io/gitea/${DISTVERSION}/ @@ -16,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= git:devel/git -USES= cpe gmake go:1.21,no_targets +USES= cpe gmake go:1.22,no_targets USE_RC_SUBR= gitea EXTRACT_AFTER_ARGS= --strip-components 1 # since 1.17.0, archive includes gitea-src-VERSION directory @@ -54,8 +53,8 @@ DAEMONARGS= -f SUB_LIST+= DAEMONARGS="${DAEMONARGS}" SSP_UNSAFE= true -LDFLAGS+= "'-X "code.gitea.io/gitea/modules/setting.CustomPath=${PREFIX}/etc/gitea"'" -LDFLAGS+= "'-X "code.gitea.io/gitea/modules/setting.AppWorkPath=${PREFIX}/share/gitea"'" +LDFLAGS+= "'-X "code.gitea.io/gitea/modules/setting.CustomPath=${PREFIX}/etc/gitea"'" +LDFLAGS+= "'-X "code.gitea.io/gitea/modules/setting.AppWorkPath=${PREFIX}/share/gitea"'" MAKE_ARGS= GOPATH=${WRKDIR} TAGS="${GO_TAGS}" GOFLAGS="-buildvcs=false" ALL_TARGET= backend MAKE_JOBS_UNSAFE= yes diff --git a/www/gitea/distinfo b/www/gitea/distinfo index def33049cfee..4deeecdab0ed 100644 --- a/www/gitea/distinfo +++ b/www/gitea/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1715269556 -SHA256 (gitea-src-1.21.11.tar.gz) = 4f1cac5f0de555d57f86520bced33e0fbc08a5ea977e0940cbb024d80c679443 -SIZE (gitea-src-1.21.11.tar.gz) = 54029294 +TIMESTAMP = 1725555216 +SHA256 (gitea-src-1.22.2.tar.gz) = 8c2f2cdac0b0403dfe99198064fcc1cd92c560e31072e550da3fc9c49a22c05d +SIZE (gitea-src-1.22.2.tar.gz) = 54444512
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409061349.486Dnst6015579>