aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorReto Brunner2020-04-15 12:34:31 +0200
committerReto Brunner2020-04-15 12:36:45 +0200
commit6ebea3a1456e4da8b9d4f4f5f72421a9ab29a710 (patch)
treee9e755424715520b8d875df093373266351f5ce1
parenta25eb5bc1191982f41002765474e31ad2545f193 (diff)
downloadaur-6ebea3a1456e4da8b9d4f4f5f72421a9ab29a710.tar.gz
fix unsafe path transition error of tmpfiles.d
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--tmpfiles.d6
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac3aef124227..7c7bba9232c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = thelounge
pkgdesc = Modern self-hosted web IRC client
pkgver = 4.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://thelounge.chat/
arch = any
license = MIT
@@ -18,7 +18,7 @@ pkgbase = thelounge
sha256sums = c92210f6ac8f01c1cd01b6b26793094cd2feea583ed21fab3564d6bcafdc7a20
sha256sums = c609f3309f54bd6285e99ff29ca2464828bec7bbbca67243ee688bd2d605dbf0
sha256sums = 30fab63b8a4ffcfdda4c5b8d7c66822a323c4f1de6ca62b77fe9500f4befc0a5
- sha256sums = 4060efc92346c7193e699ffe1b802d85dc45daa7b5260ecdf70a6b993c30b01a
+ sha256sums = bade9cf0e9fb27328db0c9d7300e9e215f2ff79305d94f1797d946e065a714bf
pkgname = thelounge
diff --git a/PKGBUILD b/PKGBUILD
index 451fa8b88438..6e8fbc28bf95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Maxime Poulin <maxpoulin64@gmail.com>
pkgname=thelounge
pkgver=4.1.0
-pkgrel=1
+pkgrel=2
pkgdesc='Modern self-hosted web IRC client'
url='https://thelounge.chat/'
arch=('any')
@@ -22,7 +22,7 @@ sha256sums=('c4058bb9db0ef94480203f88c3d989945c2df0a5636ba3637040ef3e58237846'
'c92210f6ac8f01c1cd01b6b26793094cd2feea583ed21fab3564d6bcafdc7a20'
'c609f3309f54bd6285e99ff29ca2464828bec7bbbca67243ee688bd2d605dbf0'
'30fab63b8a4ffcfdda4c5b8d7c66822a323c4f1de6ca62b77fe9500f4befc0a5'
- '4060efc92346c7193e699ffe1b802d85dc45daa7b5260ecdf70a6b993c30b01a')
+ 'bade9cf0e9fb27328db0c9d7300e9e215f2ff79305d94f1797d946e065a714bf')
package() {
export NODE_ENV=production
diff --git a/tmpfiles.d b/tmpfiles.d
index 39bab2147da2..967e927bd7ba 100644
--- a/tmpfiles.d
+++ b/tmpfiles.d
@@ -1,5 +1,5 @@
#Type Path Mode UID GID Age Argument
-d /etc/thelounge 0755 thelounge thelounge
-d /etc/thelounge/users 0755 thelounge thelounge
-z "/etc/thelounge/users/*" 0640 thelounge thelounge
+Z /etc/thelounge 0755 thelounge thelounge
z /etc/thelounge/config.js - thelounge thelounge
+d /etc/thelounge/users 0750 thelounge thelounge
+z "/etc/thelounge/users/*" 0640 thelounge thelounge