[arch-commits] Commit in gitea/trunk (PKGBUILD gitea.service)
Bruno Pagani
archange at archlinux.org
Sun Mar 7 21:17:39 UTC 2021
Date: Sunday, March 7, 2021 @ 21:17:39
Author: archange
Revision: 886792
upgpkg: gitea 1.13.4-1
Modified:
gitea/trunk/PKGBUILD
gitea/trunk/gitea.service
---------------+
PKGBUILD | 6 +++---
gitea.service | 1 +
2 files changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-03-07 20:55:11 UTC (rev 886791)
+++ PKGBUILD 2021-03-07 21:17:39 UTC (rev 886792)
@@ -3,7 +3,7 @@
# Contributor: Frederik Schwan <frederik dot schwan at linux dot com>
pkgname=gitea
-pkgver=1.13.2
+pkgver=1.13.4
pkgrel=1
pkgdesc="Painless self-hosted Git service. Community managed fork of Gogs."
arch=(x86_64)
@@ -21,7 +21,7 @@
'sqlite: SQLite support'
)
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}?signed"
gitea.tmpfiles
gitea.service
@@ -29,7 +29,7 @@
gitea-arch-defaults.patch)
sha256sums=('SKIP'
'1521fd7edc3830c695698ffe9835709f1408040b5ec989f07410972c894fa8ba'
- '3ad603263c6e79c5ab35ed37a3c45115b0af97c8beb027d2fbe7fa5cfa34b2eb'
+ 'd4e6b0dc3d5b40c3f1254b5a8bc8f62e0b1126e0559b1f024b3ebf0ccda91af8'
'7e7b798b8ce035c1fb55993ece41c5efb6cad5922708866804fa50ada0cf9fa5'
'9209c385a59cef83fd4c526b445de998c7b30c345c0b6101570142b4ce29ee1f')
validpgpkeys=(
Modified: gitea.service
===================================================================
--- gitea.service 2021-03-07 20:55:11 UTC (rev 886791)
+++ gitea.service 2021-03-07 21:17:39 UTC (rev 886792)
@@ -36,6 +36,7 @@
ProtectControlGroups=true
LockPersonality=true
MemoryDenyWriteExecute=true
+RestrictAddressFamilies=AF_INET AF_INET6 AF_NETLINK AF_UNIX
RestrictRealtime=true
RestrictSUIDSGID=true
SystemCallArchitectures=native
More information about the arch-commits
mailing list