Re: git: c1cc8c5f75f6 - main - www/gitea: Update 1.22.2 → 1.22.3 (fixes security vulnerability)
- Reply: Emanuel Haupt : "Re: git: c1cc8c5f75f6 - main - www/gitea: Update 1.22.2 → 1.22.3 (fixes security vulnerability)"
- In reply to: Vladimir Druzenko : "git: c1cc8c5f75f6 - main - www/gitea: Update 1.22.2 → 1.22.3 (fixes security vulnerability)"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Oct 2024 07:06:17 UTC
Vladimir Druzenko <vvd@FreeBSD.org> wrote: > The branch main has been updated by vvd: > > 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 After this gitea fails to start: # /usr/local/etc/rc.d/gitea start fatal: unrecognized command '/usr/local/sbin/gitea doctor check >/dev/null' cannot start gitea because of configuration errors. Run su -m git -c 'gitea doctor check' for further details Running: su -m git -c 'gitea doctor check' shows no errors.