Date: Sat, 7 Sep 2024 12:09:02 GMT From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 683316a11863 - main - www/forgejo7: update to 7.0.9 (fixes security vulnerability) Message-ID: <202409071209.487C925G096880@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=683316a1186356d1ddadc21e868525033d8ecdd6 commit 683316a1186356d1ddadc21e868525033d8ecdd6 Author: Marko Cupać <marko.cupac@mimar.rs> AuthorDate: 2024-09-07 12:06:20 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-09-07 12:06:20 +0000 www/forgejo7: update to 7.0.9 (fixes security vulnerability) Changelog: Security - PR (backported): replace v-html with v-text in branch search inputbox for XSS protection - PR: Upgrade webpack to v5.94.0 as a precaution to mitigate CVE-2024-43788, although we were not yet able to confirm that this can be exploited in Forgejo. https://codeberg.org/forgejo/forgejo/milestone/8232 PR: 281334 --- www/forgejo7/Makefile | 2 +- www/forgejo7/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/forgejo7/Makefile b/www/forgejo7/Makefile index 7419c1d81513..ac76cc489965 100644 --- a/www/forgejo7/Makefile +++ b/www/forgejo7/Makefile @@ -1,6 +1,6 @@ PORTNAME= forgejo DISTVERSIONPREFIX= v -DISTVERSION= 7.0.8 +DISTVERSION= 7.0.9 CATEGORIES= www MASTER_SITES= https://codeberg.org/forgejo/forgejo/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ PKGNAMESUFFIX= 7 diff --git a/www/forgejo7/distinfo b/www/forgejo7/distinfo index 32433e09899b..c32b9a97a2dd 100644 --- a/www/forgejo7/distinfo +++ b/www/forgejo7/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1725437538 -SHA256 (forgejo-src-7.0.8.tar.gz) = 0c57d120842bfea9ee1f89747c6b0f48f90dfec279e65b31f82882ffcd6af88a -SIZE (forgejo-src-7.0.8.tar.gz) = 53588043 +TIMESTAMP = 1725699509 +SHA256 (forgejo-src-7.0.9.tar.gz) = 9290ab6838d5f24daccd8c84b6d6218ff0f6ec2b212a52e357e01ea220fd33b7 +SIZE (forgejo-src-7.0.9.tar.gz) = 53600572
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409071209.487C925G096880>