summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author David Spencer2015-09-02 23:21:02 +0200
committer Willy Sudiarto Raharjo2015-09-05 13:24:48 +0200
commit6c348ddb1550d257e6c19312f6d6c49741023fc1 (patch)
tree19f1009b80d8c9963818ebed3c34c1e2bb7d314c
parent23cb357e87bdc45ee799bbb5f0905682cacbddef (diff)
downloadslackbuilds-6c348ddb1550d257e6c19312f6d6c49741023fc1.tar.gz
network/owncloud-server: Updated for version 8.1.2.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
-rw-r--r--network/owncloud-server/README18
-rw-r--r--network/owncloud-server/owncloud-server.SlackBuild2
-rw-r--r--network/owncloud-server/owncloud-server.info6
3 files changed, 21 insertions, 5 deletions
diff --git a/network/owncloud-server/README b/network/owncloud-server/README
index 014e51aefb..3e3e9ce0d6 100644
--- a/network/owncloud-server/README
+++ b/network/owncloud-server/README
@@ -34,7 +34,23 @@ Configuration
"LoadModule rewrite_module ..." and "Include /etc/httpd/mod_php.conf",
then restart httpd.
-(3) After installation, **and after every upgrade**, you need to complete
+(3) After installation, you must set up the names that clients will use to
+access the server as "trusted domains".
+
+You must also do this if you are upgrading an older owncloud installation.
+
+To do this, you will need to edit /srv/httpd/htdocs/owncloud/config/config.php
+as follows (please use your own server name instead of myserver.local or
+owncloud.example.com):
+
+ 'trusted_domains' =>
+ array (
+ 0 => 'localhost',
+ 1 => 'myserver.local',
+ 2 => 'owncloud.example.com',
+ ),
+
+(4) After installation, **and after every upgrade**, you need to complete
setup by visiting this page:
http://localhost/owncloud/
diff --git a/network/owncloud-server/owncloud-server.SlackBuild b/network/owncloud-server/owncloud-server.SlackBuild
index aca0368bea..20262de6db 100644
--- a/network/owncloud-server/owncloud-server.SlackBuild
+++ b/network/owncloud-server/owncloud-server.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=owncloud-server
SRCNAM=owncloud
-VERSION=${VERSION:-8.0.4}
+VERSION=${VERSION:-8.1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/network/owncloud-server/owncloud-server.info b/network/owncloud-server/owncloud-server.info
index a6a190abb2..73dfa6adf3 100644
--- a/network/owncloud-server/owncloud-server.info
+++ b/network/owncloud-server/owncloud-server.info
@@ -1,8 +1,8 @@
PRGNAM="owncloud-server"
-VERSION="8.0.4"
+VERSION="8.1.2"
HOMEPAGE="http://owncloud.org/"
-DOWNLOAD="http://download.owncloud.org/community/owncloud-8.0.4.tar.bz2"
-MD5SUM="b49c20123cc955b7d85a55b86d099282"
+DOWNLOAD="http://download.owncloud.org/community/owncloud-8.1.2.tar.bz2"
+MD5SUM="d430ac90dde743f828a3531d7226ec74"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""