Created attachment 254102 [details] patch to update port plus vuxml entry Update port to 1.22.3 Release notes: https://github.com/go-gitea/gitea/releases Also fixes https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281264
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=83ec241c5420ce9ccf1195c0f8db95e87cd1f31b commit 83ec241c5420ce9ccf1195c0f8db95e87cd1f31b Author: Stefan Bethke <stb@lassitu.de> AuthorDate: 2024-10-09 22:08:03 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-10-09 22:08:03 +0000 security/vuxml: Add record for www/gitea: Fix bug when a token is given public only PR: 281949 security/vuxml/vuln/2024.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c1cc8c5f75f6e85e544498d7dc52e6fe5e2be8e0 commit c1cc8c5f75f6e85e544498d7dc52e6fe5e2be8e0 Author: Stefan Bethke <stb@lassitu.de> AuthorDate: 2024-10-09 22:25:16 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-10-09 22:29:50 +0000 www/gitea: Update 1.22.2 → 1.22.3 (fixes security vulnerability) Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.22.3 `su -m` cause checking authorized_keys in wrong place - replace it with `su`. PR: 281949 281264 MFH: 2024Q4 www/gitea/Makefile | 2 +- www/gitea/distinfo | 6 +++--- www/gitea/files/gitea.in | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-)
A commit in branch 2024Q4 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=85650cc5aa90190d9bc5865d83921a0915abddda commit 85650cc5aa90190d9bc5865d83921a0915abddda Author: Stefan Bethke <stb@lassitu.de> AuthorDate: 2024-10-09 22:25:16 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-10-09 22:35:44 +0000 www/gitea: Update 1.22.2 → 1.22.3 (fixes security vulnerability) Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.22.3 `su -m` cause checking authorized_keys in wrong place - replace it with `su`. PR: 281949 281264 MFH: 2024Q4 (cherry picked from commit c1cc8c5f75f6e85e544498d7dc52e6fe5e2be8e0) www/gitea/Makefile | 2 +- www/gitea/distinfo | 6 +++--- www/gitea/files/gitea.in | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-)
Thanks.