Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Oct 2024 09:06:17 +0200
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        Vladimir Druzenko <vvd@FreeBSD.org>
Cc:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   Re: git: c1cc8c5f75f6 - main - www/gitea: Update 1.22.2 =?UTF-8?B?4oaS?= 1.22.3 (fixes security vulnerability)
Message-ID:  <20241018090617.81ab1bd37a0e6072fde6e809@FreeBSD.org>
In-Reply-To: <202410092230.499MUbZb071489@gitrepo.freebsd.org>
References:  <202410092230.499MUbZb071489@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20241018090617.81ab1bd37a0e6072fde6e809>