Bug 281298 - www/gitea: update to 1.22.2 (fixes security vulnerabilities)
Summary: www/gitea: update to 1.22.2 (fixes security vulnerabilities)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Vladimir Druzenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-05 16:56 UTC by Stefan Bethke
Modified: 2024-09-06 13:52 UTC (History)
1 user (show)

See Also:
vvd: maintainer-feedback+
vvd: merge-quarterly+


Attachments
update port to 1.22.2 and vuxml entry (1.95 KB, patch)
2024-09-05 16:56 UTC, Stefan Bethke
vvd: maintainer-approval+
Details | Diff
update port to 1.22.2 including vuxml entry (2.22 KB, patch)
2024-09-06 06:40 UTC, Stefan Bethke
stb: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Bethke 2024-09-05 16:56:34 UTC
Created attachment 253355 [details]
update port to 1.22.2 and vuxml entry

Release Notes: https://github.com/go-gitea/gitea/releases/tag/v1.22.2
Comment 1 Vladimir Druzenko freebsd_committer freebsd_triage 2024-09-06 00:39:08 UTC
> Gitea requires Go 1.22 or greater to build. You can get it at https://go.dev/dl/
-USES=           cpe gmake go:1.21,no_targets
+USES=           cpe gmake go:1.22,no_targets
Comment 2 Stefan Bethke 2024-09-06 06:40:01 UTC
(In reply to Vladimir Druzenko from comment #1)
Thank you for spotting that. Since my test env already has go122 installed, I didn't notice. I've updated the patch.
Comment 3 Stefan Bethke 2024-09-06 06:40:45 UTC
Created attachment 253372 [details]
update port to 1.22.2 including vuxml entry
Comment 4 commit-hook freebsd_committer freebsd_triage 2024-09-06 13:36:37 UTC
A commit in branch main references this bug:

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

commit afa1c64ca18da1f259324283f25e281484e50188
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:32:13 +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

 security/vuxml/vuln/2024.xml | 26 ++++++++++++++++++++++++++
 www/gitea/Makefile           |  9 ++++-----
 www/gitea/distinfo           |  6 +++---
 3 files changed, 33 insertions(+), 8 deletions(-)
Comment 5 commit-hook freebsd_committer freebsd_triage 2024-09-06 13:50:40 UTC
A commit in branch 2024Q3 references this bug:

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(-)
Comment 6 Vladimir Druzenko freebsd_committer freebsd_triage 2024-09-06 13:52:40 UTC
Thanks.