community/gitea to 1.13.4-1

This commit is contained in:
Kevin Mihelich 2021-03-07 23:20:00 +00:00
parent bcb1ad0080
commit 79735cf6d2
2 changed files with 4 additions and 3 deletions

View file

@ -7,7 +7,7 @@
# - don't check repo signature until author puts his keys on keyservers # - don't check repo signature until author puts his keys on keyservers
pkgname=gitea pkgname=gitea
pkgver=1.13.2 pkgver=1.13.4
pkgrel=1 pkgrel=1
pkgdesc="Painless self-hosted Git service. Community managed fork of Gogs." pkgdesc="Painless self-hosted Git service. Community managed fork of Gogs."
arch=(x86_64) arch=(x86_64)
@ -25,7 +25,7 @@ optdepends=(
'sqlite: SQLite support' 'sqlite: SQLite support'
) )
backup=('etc/gitea/app.ini') backup=('etc/gitea/app.ini')
_tag=1869326f16f3e24a53b8082b1d14e9c92096c44d # git rev-parse v${pkgver} _tag=346105192f9a4bc906fc06f872ffa433d5f17c82 # git rev-parse v${pkgver}
source=("git+https://github.com/go-gitea/gitea.git#tag=${_tag}" source=("git+https://github.com/go-gitea/gitea.git#tag=${_tag}"
gitea.tmpfiles gitea.tmpfiles
gitea.service gitea.service
@ -33,7 +33,7 @@ source=("git+https://github.com/go-gitea/gitea.git#tag=${_tag}"
gitea-arch-defaults.patch) gitea-arch-defaults.patch)
sha256sums=('SKIP' sha256sums=('SKIP'
'1521fd7edc3830c695698ffe9835709f1408040b5ec989f07410972c894fa8ba' '1521fd7edc3830c695698ffe9835709f1408040b5ec989f07410972c894fa8ba'
'3ad603263c6e79c5ab35ed37a3c45115b0af97c8beb027d2fbe7fa5cfa34b2eb' 'd4e6b0dc3d5b40c3f1254b5a8bc8f62e0b1126e0559b1f024b3ebf0ccda91af8'
'7e7b798b8ce035c1fb55993ece41c5efb6cad5922708866804fa50ada0cf9fa5' '7e7b798b8ce035c1fb55993ece41c5efb6cad5922708866804fa50ada0cf9fa5'
'9209c385a59cef83fd4c526b445de998c7b30c345c0b6101570142b4ce29ee1f') '9209c385a59cef83fd4c526b445de998c7b30c345c0b6101570142b4ce29ee1f')
validpgpkeys=( validpgpkeys=(

View file

@ -36,6 +36,7 @@ ProtectKernelLogs=true
ProtectControlGroups=true ProtectControlGroups=true
LockPersonality=true LockPersonality=true
MemoryDenyWriteExecute=true MemoryDenyWriteExecute=true
RestrictAddressFamilies=AF_INET AF_INET6 AF_NETLINK AF_UNIX
RestrictRealtime=true RestrictRealtime=true
RestrictSUIDSGID=true RestrictSUIDSGID=true
SystemCallArchitectures=native SystemCallArchitectures=native