diff options
author | Stefan Bethke <stb@lassitu.de> | 2024-09-06 23:33:40 +0300 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2024-09-06 23:58:48 +0300 |
commit | 3f44e8bb4bf3048e2b135304e9e863f203ce8f0a (patch) | |
tree | b1f6034d49b0495a745b97c7e02010bb10791338 /www | |
parent | www/gitea: Update 1.21.11 → 1.22.2 (fixes security vulnerabilities) (diff) |
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
(cherry picked from commit 891df28121bb41ca62e10c38089e8045090f0310)
Diffstat (limited to 'www')
-rw-r--r-- | www/forgejo/Makefile | 2 | ||||
-rw-r--r-- | www/forgejo/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/forgejo/Makefile b/www/forgejo/Makefile index 214a695bbdf2..b7eda82d40c2 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 |