Note:
This package is maintainer-needed,
update to fix security vulnerability
https://nvd.nist.gov/vuln/detail/CVE-2020-15867
Ebuild updates:
Add RESTRICT="mirror" due to large number of downloading pkgs,
sort IUSE flags.
Move patched config to /etc/gogs/custom/conf/app.ini
to prevent warning about abcence of config on service start
and fallback to /etc/gogs/conf/app.ini (leave as example).
Known issue:
Despite of set db+path in custom/conf/app.ini and
in templates/install.tmpl and passsing right path to database
in html-page as
<input id="db_path" name="db_path" value="/var/lib/gogs/database/gogs.db">
on selecting the SQLite3 base the default path is still data/gogs.db
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
Gogs is self-hosted git system that less bloatware
than www-apps/gitea, so I decided to create ebuild
Please test it integrity because I'm not sure it
would work perfect despite it builds without error
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Denis Reva <denis7774@gmail.com>