summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2021-09-19 23:19:40 +0200
committerAlphaJack2021-09-19 23:19:40 +0200
commitf38a0c5968efbe32bf63ea78d559bd9e0ae06548 (patch)
tree870b453cb8a0c21fea4e59b9d1915957bf94f2ef
parenta83bd2473200f95d19f65bda9d39643dcbef90a1 (diff)
downloadaur-f38a0c5968efbe32bf63ea78d559bd9e0ae06548.tar.gz
Commented out php-cas extension and ensured no empty configuration file is created
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
-rw-r--r--fusiondirectory.php.ini2
-rw-r--r--fusiondirectory.tmpfiles2
4 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3c12d1c5d3f..78df8b0f54be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fusiondirectory
pkgdesc = A combination of system administrator and end user web interface, designed to handle LDAP based setups
pkgver = 1.4.dev
- pkgrel = 2
+ pkgrel = 3
url = http://fusiondirectory.org/
install = fusiondirectory.install
arch = any
@@ -36,7 +36,7 @@ pkgbase = fusiondirectory
source = fusiondirectory.tmpfiles
sha256sums = 4f27b6e1cbb5e78aeaacddfe27ed62155d97897e615a59cd15f08c499c706c09
sha256sums = 1fa39bd110d3326a14f920601803813f088d08ecb2cc645aa7075884d998f6f6
- sha256sums = f39473f669a0f7469004ce8eb71d637c7f2777ea9b91739c6014c1aa4a4b7c32
- sha256sums = 1732399f263301f212599fd862780422eca5375be1da63acd26506587a348025
+ sha256sums = a8264c307ff6ec8fd3723831414bd8ce343703347dcddaa945b8cb18be4c89a7
+ sha256sums = 1929afae6a7917535e44feac5455be35a2d6045a226e858a5ddd9b6204852f84
pkgname = fusiondirectory
diff --git a/PKGBUILD b/PKGBUILD
index 9acb853350a5..a1a9316877f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname="fusiondirectory"
pkgver=1.4.dev
-pkgrel=2
+pkgrel=3
_commit="952afba6f3c0adf945937cb2fc21c40fa1d21d36"
pkgdesc="A combination of system administrator and end user web interface, designed to handle LDAP based setups"
url="http://fusiondirectory.org/"
@@ -40,8 +40,8 @@ source=(#"https://repos.fusiondirectory.org/sources/$pkgname/$pkgname-$pkgver.ta
"$pkgname.tmpfiles")
sha256sums=('4f27b6e1cbb5e78aeaacddfe27ed62155d97897e615a59cd15f08c499c706c09'
'1fa39bd110d3326a14f920601803813f088d08ecb2cc645aa7075884d998f6f6'
- 'f39473f669a0f7469004ce8eb71d637c7f2777ea9b91739c6014c1aa4a4b7c32'
- '1732399f263301f212599fd862780422eca5375be1da63acd26506587a348025')
+ 'a8264c307ff6ec8fd3723831414bd8ce343703347dcddaa945b8cb18be4c89a7'
+ '1929afae6a7917535e44feac5455be35a2d6045a226e858a5ddd9b6204852f84')
install="$pkgname.install"
options=("!strip")
@@ -59,6 +59,7 @@ package(){
cd "$pkgname-$_commit"
# directories
install -d -m 755 "$pkgdir/etc/openldap/schema/$pkgname"
+ install -d -m 750 "$pkgdir/etc/webapps/$pkgname"
install -d -m 700 "$pkgdir/var/cache/$pkgname"
install -d -m 755 "$pkgdir/var/cache/$pkgname/template"
install -d -m 755 "$pkgdir/usr/share/doc/$pkgname/"
diff --git a/fusiondirectory.php.ini b/fusiondirectory.php.ini
index a621f1110723..25a7799d66d3 100644
--- a/fusiondirectory.php.ini
+++ b/fusiondirectory.php.ini
@@ -8,4 +8,4 @@ extension = ldap
extension = session
; optional
-extension = cas
+;extension = cas
diff --git a/fusiondirectory.tmpfiles b/fusiondirectory.tmpfiles
index 1d98581279ca..92bffed9b86f 100644
--- a/fusiondirectory.tmpfiles
+++ b/fusiondirectory.tmpfiles
@@ -1,4 +1,4 @@
-f /etc/webapps/fusiondirectory/fusiondirectory.conf 0640 root http
+d /etc/webapps/fusiondirectory/ 0750 root http
d /var/cache/fusiondirectory 0700 http http
d /var/spool/fusiondirectory 0755 http http
Z /var/cache/fusiondirectory - http http