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.
Thanks for the patch and I was also looking into this. How about adding: https://dl.gitea.io/gitea/${DISTVERSION}/ to MASTER_SITES?
(In reply to Li-Wen Hsu from comment #1) Sure why not. I don't think Github is going away anytime soon, though.
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(+)
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(-)
Committed, thanks!