mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-06-08 19:00:55 +00:00
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.
This commit is contained in:
parent
b7e9a90005
commit
ecfbbbf003
@ -6,6 +6,7 @@ In Development
|
|||||||
|
|
||||||
Setup:
|
Setup:
|
||||||
|
|
||||||
|
* Update to NextCloud 14.0.4.
|
||||||
* Update to Roundcube 1.3.8.
|
* Update to Roundcube 1.3.8.
|
||||||
* Add missing rsyslog package to install line since some OS images don't have it installed by default.
|
* 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.
|
* 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 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.
|
* 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)
|
v0.29 (October 25, 2018)
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
|
@ -57,11 +57,11 @@ InstallNextcloud() {
|
|||||||
# their github repositories.
|
# their github repositories.
|
||||||
mkdir -p /usr/local/lib/owncloud/apps
|
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/
|
tar xf /tmp/contacts.tgz -C /usr/local/lib/owncloud/apps/
|
||||||
rm /tmp/contacts.tgz
|
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/
|
tar xf /tmp/calendar.tgz -C /usr/local/lib/owncloud/apps/
|
||||||
rm /tmp/calendar.tgz
|
rm /tmp/calendar.tgz
|
||||||
|
|
||||||
@ -154,8 +154,8 @@ InstallOwncloud() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
owncloud_ver=13.0.6
|
owncloud_ver=14.0.4
|
||||||
owncloud_hash=33e41f476f0e2be5dc7cdb9d496673d9647aa3d6
|
owncloud_hash=8c1fdb7466fb1eb6bc33bf886bda3a77cd4216ad
|
||||||
|
|
||||||
# Check if Nextcloud dir exist, and check if version matches owncloud_ver (if either doesn't - install/upgrade)
|
# Check if Nextcloud dir exist, and check if version matches owncloud_ver (if either doesn't - install/upgrade)
|
||||||
if [ ! -d /usr/local/lib/owncloud/ ] \
|
if [ ! -d /usr/local/lib/owncloud/ ] \
|
||||||
|
Loading…
Reference in New Issue
Block a user