gitea: update to 1.5.1.
From gitea changelog (PR numbers from gitea have been stripped): • SECURITY • Don't disclose emails of all users when sending out emails • Improve URL validation for external wiki and external issues • Make cookies HttpOnly and obey COOKIE_SECURE flag Closes: #2641 [via git-merge-pr]
This commit is contained in:
parent
822ac3cb8d
commit
0aab9464d8
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'gitea'
|
||||
pkgname=gitea
|
||||
version=1.5.0
|
||||
revision=3
|
||||
version=1.5.1
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="code.gitea.io/gitea"
|
||||
go_import_path=code.gitea.io/gitea
|
||||
# This could be done with build options, but these are built in with the
|
||||
# following justification.
|
||||
# * bindata: running with things not all in the binary is not a
|
||||
|
@ -30,7 +30,7 @@ license="MIT"
|
|||
homepage="https://gitea.io"
|
||||
changelog="https://github.com/go-gitea/gitea/blob/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/go-gitea/gitea/archive/v${version}.tar.gz"
|
||||
checksum=3a76ff878236301d2324fb0ce27051c9e11beebea1724813355c19d108944e6f
|
||||
checksum=a810fdf79169c1dd4795b64ad41225c44b781e134162925c51a0b7360f1cd095
|
||||
|
||||
system_accounts="_gitea"
|
||||
_gitea_homedir="/var/lib/gitea"
|
||||
|
|
Loading…
Reference in a new issue