Bug 265527 - www/gitea: Update to 1.17.0
Summary: www/gitea: Update to 1.17.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Nuno Teixeira
URL: https://github.com/go-gitea/gitea/rel...
Keywords:
Depends on: 265526
Blocks:
  Show dependency treegraph
 
Reported: 2022-07-30 21:25 UTC by Stefan Bethke
Modified: 2022-08-05 19:09 UTC (History)
4 users (show)

See Also:


Attachments
patch to update the port to 1.17.0 (2.32 KB, patch)
2022-07-30 21:25 UTC, Stefan Bethke
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Bethke 2022-07-30 21:25:27 UTC
Created attachment 235569 [details]
patch to update the port to 1.17.0

Update gitea to 1.17.0

This release fixes ten bugs and contains two enhancements.

https://github.com/go-gitea/gitea/releases/tag/v1.17.0

See also #265526. I suggest committing 1.16.9 first and MFQing it for those users that would like to stay with 1.16 for a bit longer, then committing this.
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2022-07-31 07:52:43 UTC
Thanks for the patch and I was also looking into this. How about adding:

    https://dl.gitea.io/gitea/${DISTVERSION}/

to MASTER_SITES?
Comment 2 Stefan Bethke 2022-07-31 08:00:32 UTC
(In reply to Li-Wen Hsu from comment #1)

Sure why not. I don't think Github is going away anytime soon, though.
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-08-05 19:03:43 UTC
A commit in branch main references this bug:

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

commit 557e56d6214537633411ee4cda777cf5dc6fb797
Author:     Stefan Bethke <stb@lassitu.de>
AuthorDate: 2022-08-05 19:01:21 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-08-05 19:02:44 +0000

    security/vuxml: Document Gitea multiple vulnerabilities

    PR:             265527

 security/vuxml/vuln-2022.xml | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)
Comment 4 commit-hook freebsd_committer freebsd_triage 2022-08-05 19:07:46 UTC
A commit in branch main references this bug:

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

commit 8903fd2b781aaf66801390f4a87ce405135dcc52
Author:     Stefan Bethke <stb@lassitu.de>
AuthorDate: 2022-08-05 19:04:22 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-08-05 19:04:22 +0000

    www/gitea: Update to 1.17.0

     - add dl.gitea.io to MASTER_SITES

    This release fixes ten bugs and contains two enhancements.

    ChangeLog:      https://github.com/go-gitea/gitea/releases/tag/v1.17.0
    PR:             265527

 www/gitea/Makefile | 6 ++++--
 www/gitea/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)
Comment 5 Nuno Teixeira freebsd_committer freebsd_triage 2022-08-05 19:09:38 UTC
Committed, thanks!