summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Buquet2019-03-01 06:51:38 +0900
committerMaxime Buquet2019-03-01 06:56:57 +0900
commit99177e86b3e173fa4a445b6e027d6df868479a08 (patch)
tree8f9b26b6241aaa29ea8854c7ecbbb33df2c8e3de
parentd7faf7f5b587b0a72c527a4125f35f83b437f141 (diff)
downloadaur-99177e86b3e173fa4a445b6e027d6df868479a08.tar.gz
Allow others to access /cache folder for web server to see avatars
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--tmpfiles.conf3
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2425acbaa58..a8eb1fba922f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = movim-git
pkgdesc = Movim is a decentralized social network, written in PHP and HTML5 and based on the XMPP standard protocol.
- pkgver = r7291.d5631dc9b
+ pkgver = r7308.8a32ba694
pkgrel = 1
url = https://movim.eu
install = movim.install
@@ -31,7 +31,7 @@ pkgbase = movim-git
sha256sums = 5dfff91dd4a54f3d3713530e204370a96d37898b670a61123d8cad42f92da306
sha256sums = 813d580300ee5bb7f1f9603db2404f5af67fd02f49017708d4adb919d4422045
sha256sums = c8b569f1eafb97d8d03bbaabb9b4d6ed3415f922a05a52bd865942676368f4c5
- sha256sums = 6831e92783367f58061d816ebaae1752c0ea6da7083e40ce0ff220404c3274a1
+ sha256sums = e3cd2ceb71f4ef4689028313188def52aa19859e35aa8abcaa200495cd187935
pkgname = movim-git
diff --git a/PKGBUILD b/PKGBUILD
index 659d24809c44..da0e13a6a447 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgbase='movim'
pkgname=movim-git
-pkgver=r7291.d5631dc9b
+pkgver=r7308.8a32ba694
pkgrel=1
pkgdesc="Movim is a decentralized social network, written in PHP and HTML5 and based on the XMPP standard protocol."
arch=('any')
@@ -68,4 +68,4 @@ sha256sums=('SKIP'
'5dfff91dd4a54f3d3713530e204370a96d37898b670a61123d8cad42f92da306'
'813d580300ee5bb7f1f9603db2404f5af67fd02f49017708d4adb919d4422045'
'c8b569f1eafb97d8d03bbaabb9b4d6ed3415f922a05a52bd865942676368f4c5'
- '6831e92783367f58061d816ebaae1752c0ea6da7083e40ce0ff220404c3274a1')
+ 'e3cd2ceb71f4ef4689028313188def52aa19859e35aa8abcaa200495cd187935')
diff --git a/tmpfiles.conf b/tmpfiles.conf
index 189fb48f1a0e..82db5a178e83 100644
--- a/tmpfiles.conf
+++ b/tmpfiles.conf
@@ -1,7 +1,8 @@
d /etc/webapps/movim 0750 root movim - -
f /etc/webapps/movim/db.inc.php 0640 root movim - -
L /usr/share/webapps/movim/config - - - - /etc/webapps/movim
-d %C/webapps/movim/cache 0750 movim root - -
+d %C/webapps/movim 0751 movim root - -
+d %C/webapps/movim/cache 0751 movim root - -
d %C/webapps/movim/users 0750 movim root - -
L /usr/share/webapps/movim/users - - - - %C/webapps/movim/users
L /usr/share/webapps/movim/cache - - - - %C/webapps/movim/cache