Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Sep 2024 20:54:22 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: 891df28121bb - main - www/forgejo: Update 8.0.2 =?utf-8?Q?=E2=86=92?= 8.0.3 (fixes security vulnerability)
Message-ID:  <202409062054.486KsMmQ049234@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=891df28121bb41ca62e10c38089e8045090f0310

commit 891df28121bb41ca62e10c38089e8045090f0310
Author:     Stefan Bethke <stb@lassitu.de>
AuthorDate: 2024-09-06 20:33:40 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-09-06 20:33:40 +0000

    www/forgejo: Update 8.0.2 → 8.0.3 (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/8231
    
    PR:     281314
    MFH:    2024Q3
---
 www/forgejo/Makefile | 2 +-
 www/forgejo/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/www/forgejo/Makefile b/www/forgejo/Makefile
index a23e09ec68d9..92d8a0476152 100644
--- a/www/forgejo/Makefile
+++ b/www/forgejo/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	forgejo
 DISTVERSIONPREFIX=	v
-DISTVERSION=	8.0.2
+DISTVERSION=	8.0.3
 CATEGORIES=	www
 MASTER_SITES=	https://codeberg.org/forgejo/forgejo/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/
 DISTNAME=	forgejo-src-${DISTVERSION}
diff --git a/www/forgejo/distinfo b/www/forgejo/distinfo
index 029c0eec019a..625faaffabab 100644
--- a/www/forgejo/distinfo
+++ b/www/forgejo/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1725002785
-SHA256 (forgejo-src-8.0.2.tar.gz) = 36929dbc206753f80766ea59b35adaf3cb28ed53fc89ac8640271f8766673546
-SIZE (forgejo-src-8.0.2.tar.gz) = 53459258
+TIMESTAMP = 1725643658
+SHA256 (forgejo-src-8.0.3.tar.gz) = b543532cf01453967c331063639b172600cccd62d815e6815a4f05a25a0b0795
+SIZE (forgejo-src-8.0.3.tar.gz) = 53477625



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