summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2017-10-05 22:13:29 +0200
committermax.bra2017-10-05 22:13:29 +0200
commit4c190e47d1044c38acd325182922b71598fd16d7 (patch)
tree30de4c5d553c6cf0659017d3fd1f7d7f66757623
parentff9ad2c18a26bd612519ad672ddfda0ce6cae4d8 (diff)
downloadaur-4c190e47d1044c38acd325182922b71598fd16d7.tar.gz
open_basedir update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--lighttpd.conf2
3 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8f01c8e7c48..6dff4825f352 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Mon Jul 24 17:29:57 UTC 2017
pkgbase = pi-hole-server
pkgdesc = The Pi-hole is an advertising-aware DNS/Web server. Arch adaptation for lan wide DNS server.
pkgver = 3.1.4
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/pi-hole/pi-hole
install = pi-hole-server.install
arch = any
@@ -39,7 +37,7 @@ pkgbase = pi-hole-server
md5sums = 2c0bf61ec96bdb85edeb9fd2cc2f330b
md5sums = 3f1aeea43af0b192edb36b9e5484ff87
md5sums = 7ac346581ada71187b7fd18f164bbee9
- md5sums = a8a64dc2ff89bb87d534c83189447abc
+ md5sums = 141977dd9d76c75c7a5d7f68678c0b86
md5sums = 9618204d16333873136e65f886db2ab3
md5sums = 990b8abd0bfbba23a7ce82c59f2e3d64
md5sums = 047f13d4ac97877f724f87b002aaee63
diff --git a/PKGBUILD b/PKGBUILD
index 79c56d12033e..2878aa3169d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=pi-hole-server
_pkgname=pi-hole
pkgver=3.1.4
-pkgrel=3
+pkgrel=4
_wwwpkgname=AdminLTE
_wwwpkgver=3.1
pkgdesc='The Pi-hole is an advertising-aware DNS/Web server. Arch adaptation for lan wide DNS server.'
@@ -41,7 +41,7 @@ md5sums=('e231722332116b7ffab316d5c66a828e'
'2c0bf61ec96bdb85edeb9fd2cc2f330b'
'3f1aeea43af0b192edb36b9e5484ff87'
'7ac346581ada71187b7fd18f164bbee9'
- 'a8a64dc2ff89bb87d534c83189447abc'
+ '141977dd9d76c75c7a5d7f68678c0b86'
'9618204d16333873136e65f886db2ab3'
'990b8abd0bfbba23a7ce82c59f2e3d64'
'047f13d4ac97877f724f87b002aaee63'
diff --git a/lighttpd.conf b/lighttpd.conf
index 0cd431c7cfe3..366ec4cf2f22 100644
--- a/lighttpd.conf
+++ b/lighttpd.conf
@@ -44,7 +44,7 @@ mimetype.assign = (
fastcgi.server = (
".php" => (
"localhost" => (
- "bin-path" => "/usr/bin/php-cgi -d open_basedir=/srv/http/pihole:/run/pihole-ftl/pihole-FTL.port:/run/log/pihole/pihole.log:/run/log/pihole-ftl/pihole-FTL.log:/etc/pihole:/etc/hosts:/etc/hostname:/etc/dnsmasq.d/03-pihole-wildcard.conf:/proc/meminfo:/proc/cpuinfo:/sys/class/thermal/thermal_zone0/temp -d session.save_path=/run/pihole",
+ "bin-path" => "/usr/bin/php-cgi -d open_basedir=/srv/http/pihole:/run/pihole-ftl/pihole-FTL.port:/run/log/pihole/pihole.log:/run/log/pihole-ftl/pihole-FTL.log:/etc/pihole:/etc/hosts:/etc/hostname:/etc/dnsmasq.d/03-pihole-wildcard.conf:/proc/meminfo:/proc/cpuinfo:/sys/class/thermal/thermal_zone0/temp:/tmp -d session.save_path=/run/pihole",
"socket" => "/tmp/php-fastcgi.sock",
"broken-scriptfilename" => "enable",
"max-procs" => 4,