From ec665a97db0f09189dd848b069d141e394a5e75b Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Wed, 12 Aug 2015 11:05:51 +0000 Subject: [PATCH] ownCloud 8.1.1 Only core. The apps don't seem to have been updated. --- CHANGELOG.md | 2 +- setup/owncloud.sh | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1c2fbf..ccd60d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ DNS: System: -* ownCloud updated to version 8.1.0. +* ownCloud updated to version 8.1.1. * When upgrading, network checks like blocked port 25 are now skipped. * Tweaks to the intrusion detection rules for IMAP. * Improve the sort order of the domains in the status checks. diff --git a/setup/owncloud.sh b/setup/owncloud.sh index c934c44..0a04f86 100755 --- a/setup/owncloud.sh +++ b/setup/owncloud.sh @@ -15,8 +15,9 @@ apt_install \ apt-get purge -qq -y owncloud* # Install ownCloud from source of this version: -owncloud_ver=8.1.0 -owncloud_hash=c538b2dd5477ce962777321abe0747e37d8f8635 +owncloud_ver=8.1.1 +owncloud_hash=34077e78575a3e689825a00964ee37fbf83fbdda +owncloud_apps_ver=8.1.0 # Migrate <= v0.10 setups that stored the ownCloud config.php in /usr/local rather than # in STORAGE_ROOT. Move the file to STORAGE_ROOT. @@ -51,8 +52,8 @@ if [ ! -d /usr/local/lib/owncloud/ ] \ # The two apps we actually want are not in ownCloud core. Clone them from # their github repositories. mkdir -p /usr/local/lib/owncloud/apps - git_clone https://github.com/owncloud/contacts v$owncloud_ver '' /usr/local/lib/owncloud/apps/contacts - git_clone https://github.com/owncloud/calendar v$owncloud_ver '' /usr/local/lib/owncloud/apps/calendar + git_clone https://github.com/owncloud/contacts v$owncloud_apps_ver '' /usr/local/lib/owncloud/apps/contacts + git_clone https://github.com/owncloud/calendar v$owncloud_apps_ver '' /usr/local/lib/owncloud/apps/calendar # Fix weird permissions. chmod 750 /usr/local/lib/owncloud/{apps,config}