From 0aab9464d8dc2856a78438aaf9813fa147668d20 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 11 Sep 2018 18:52:32 -0300 Subject: [PATCH] gitea: update to 1.5.1. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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] --- srcpkgs/gitea/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/gitea/template b/srcpkgs/gitea/template index 7feb2695ae4..1d819ca9ab0 100644 --- a/srcpkgs/gitea/template +++ b/srcpkgs/gitea/template @@ -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"