summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
-rw-r--r--php-fpm.conf2
3 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 759a768a3c79..390ca532e73b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = aegir
pkgdesc = Configuration for a dedicated Aegir server to host Drupal sites.
- pkgver = 7.x_3.6
- pkgrel = 3
+ pkgver = 7.x_3.7
+ pkgrel = 1
url = http://aegirproject.org
install = aegir.install
arch = any
license = GPL
- depends = aegir-provision=7.x_3.6
- depends = aegir-hostmaster=7.x_3.6
+ depends = aegir-provision=>7.x_3.7
+ depends = aegir-hostmaster=>7.x_3.7
depends = cron
depends = nginx
depends = php-fpm
diff --git a/PKGBUILD b/PKGBUILD
index e912a37683f4..59457c612ea7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: James An <james@jamesan.ca>
pkgname=aegir
-pkgver=7.x_3.6
-pkgrel=3
+pkgver=7.x_3.7
+pkgrel=1
pkgdesc="Configuration for a dedicated Aegir server to host Drupal sites."
arch=('any')
url='http://aegirproject.org'
license=('GPL')
depends=(
- "$pkgname-provision=$pkgver"
- "$pkgname-hostmaster=$pkgver"
+ "$pkgname-provision=>$pkgver"
+ "$pkgname-hostmaster=>$pkgver"
'cron'
'nginx'
'php-fpm'
@@ -41,7 +41,7 @@ md5sums=('b0f2e5dca01b32c967cd823dab6b8779'
'd43026960060bc677549baa26a24c9ee'
'e1bb28d05fc072f6cf86d18716cf1f97'
'75535f9870f06c540f513262a9b7b1ab'
- '496b1fa2533d1306318115e2b02984bd'
+ '0c24b1bcf407429dd874c4979e949d1b'
'f9ae0c781a7ccefc63329daaf81fca36'
'0b53c23730e511946859d4e3c7fff982'
'0dab31966eada66adb159355ed814a54')
diff --git a/php-fpm.conf b/php-fpm.conf
index ea79e59f87e3..9932b0bfcb30 100644
--- a/php-fpm.conf
+++ b/php-fpm.conf
@@ -7,7 +7,7 @@ user = aegir
group = http
; Listening interface settings
-listen = 127.0.0.1:9000
+listen = /run/php-fpm/php-fpm.sock
listen.owner = aegir
listen.group = http
listen.mode = 0660