From ecfbbbf003e57df0e53b10aa38e7ab3df4659834 Mon Sep 17 00:00:00 2001 From: Yoann Colin Date: Tue, 8 Jan 2019 16:03:42 +0100 Subject: [PATCH] Upgraded Nextcloud from 13.0.6 to 14.0.4 I upgraded Contacts/Calendar too: * Upgraded Contacts from 2.1.5 to 2.1.8. * Upgraded Calendar from 1.6.1 to 1.6.4. --- CHANGELOG.md | 8 ++++++++ setup/owncloud.sh | 8 ++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bde872b..3a670067 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ In Development Setup: +* Update to NextCloud 14.0.4. * Update to Roundcube 1.3.8. * Add missing rsyslog package to install line since some OS images don't have it installed by default. * A log file for nsd was added. @@ -18,6 +19,13 @@ Control Panel: * The alises page now warns that alises should not be used to forward mail off of the box. Mail filters within Roundcube are better for that. * The explanation of greylisting has been improved. +Contacts/Calendar: + +* Upgraded Nextcloud from 13.0.6 to 14.0.4. +* Upgraded Contacts from 2.1.5 to 2.1.8. +* Upgraded Calendar from 1.6.1 to 1.6.4. + + v0.29 (October 25, 2018) ------------------------ diff --git a/setup/owncloud.sh b/setup/owncloud.sh index e2f28984..307745a6 100755 --- a/setup/owncloud.sh +++ b/setup/owncloud.sh @@ -57,11 +57,11 @@ InstallNextcloud() { # their github repositories. mkdir -p /usr/local/lib/owncloud/apps - wget_verify https://github.com/nextcloud/contacts/releases/download/v2.1.5/contacts.tar.gz b7460d15f1b78d492ed502d778c0c458d503ba17 /tmp/contacts.tgz + wget_verify https://github.com/nextcloud/contacts/releases/download/v2.1.8/contacts.tar.gz b5d5bbee33f0c32b124b46cb6aaab90c695ac170 /tmp/contacts.tgz tar xf /tmp/contacts.tgz -C /usr/local/lib/owncloud/apps/ rm /tmp/contacts.tgz - wget_verify https://github.com/nextcloud/calendar/releases/download/v1.6.1/calendar.tar.gz f93a247cbd18bc624f427ba2a967d93ebb941f21 /tmp/calendar.tgz + wget_verify https://github.com/nextcloud/calendar/releases/download/v1.6.4/calendar.tar.gz d8a7950dba14803472b6c19625a8ceb23d6fd4ef /tmp/calendar.tgz tar xf /tmp/calendar.tgz -C /usr/local/lib/owncloud/apps/ rm /tmp/calendar.tgz @@ -154,8 +154,8 @@ InstallOwncloud() { fi } -owncloud_ver=13.0.6 -owncloud_hash=33e41f476f0e2be5dc7cdb9d496673d9647aa3d6 +owncloud_ver=14.0.4 +owncloud_hash=8c1fdb7466fb1eb6bc33bf886bda3a77cd4216ad # Check if Nextcloud dir exist, and check if version matches owncloud_ver (if either doesn't - install/upgrade) if [ ! -d /usr/local/lib/owncloud/ ] \