From edf42df8352bc128ca86a888fefd57eb54fcbc19 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Fri, 22 Sep 2017 11:10:40 -0400 Subject: [PATCH] update Roundcube (1.3.1), persistent login plugin, Z-Push (2.3.8), and Nextcloud (12.0.3) --- CHANGELOG.md | 6 +++--- setup/owncloud.sh | 4 ++-- setup/webmail.sh | 6 +++--- setup/zpush.sh | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c67540c5..1877eb2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,13 +10,13 @@ System: Mail: -* Updated to [Roundcube 1.3](https://roundcube.net/news/2017/06/26/roundcube-webmail-1.3.0-released), but unfortunately dropping the Vacation plugin because it has not been supported by its author and is not compatible with Roundcube 1.3. -* Updated to [Z-Push 2.3.7](http://download.z-push.org/final/2.3/z-push-2.3.7.txt). +* Updated to [Roundcube 1.3.1](https://roundcube.net/news/2017/06/26/roundcube-webmail-1.3.0-released), but unfortunately dropping the Vacation plugin because it has not been supported by its author and is not compatible with Roundcube 1.3, and updated the persistent login plugin. +* Updated to [Z-Push 2.3.8](http://download.z-push.org/final/2.3/z-push-2.3.8.txt). * Dovecot now uses stronger 2048 bit DH params for better forward secrecy. Nextcloud: -* Nextcloud updated to 12.0.2, using PHP7. +* Nextcloud updated to 12.0.3, using PHP7. Control Panel: diff --git a/setup/owncloud.sh b/setup/owncloud.sh index e9e09b4b..b1931208 100755 --- a/setup/owncloud.sh +++ b/setup/owncloud.sh @@ -154,8 +154,8 @@ InstallOwncloud() { fi } -owncloud_ver=12.0.2 -owncloud_hash=eba44ac1dd8590b1e38ea67c29fe277f57d6cf18 +owncloud_ver=12.0.3 +owncloud_hash=beab41f6a748a43f0accfa6a9808387aef718c61 # Check if Nextcloud dir exist, and check if version matches owncloud_ver (if either doesn't - install/upgrade) if [ ! -d /usr/local/lib/owncloud/ ] \ diff --git a/setup/webmail.sh b/setup/webmail.sh index 67070ec2..8c30f701 100755 --- a/setup/webmail.sh +++ b/setup/webmail.sh @@ -36,9 +36,9 @@ apt-get purge -qq -y roundcube* #NODOC # Install Roundcube from source if it is not already present or if it is out of date. # Combine the Roundcube version number with the commit hash of plugins to track # whether we have the latest version of everything. -VERSION=1.3.0 -HASH=634c89b9c51c44fb757bb19c77ad5083cf7aa030 -PERSISTENT_LOGIN_VERSION=c4516c4be37d12ef653de86497304e073a863c2a +VERSION=1.3.1 +HASH=d680f2914a0bff5314d8dda618d55937a13d1c5f +PERSISTENT_LOGIN_VERSION=dc5ca3d3f4415cc41edb2fde533c8a8628a94c76 HTML5_NOTIFIER_VERSION=4b370e3cd60dabd2f428a26f45b677ad1b7118d5 CARDDAV_VERSION=2.0.4 CARDDAV_HASH=d93f3cfb3038a519e71c7c3212c1d16f5da609a4 diff --git a/setup/zpush.sh b/setup/zpush.sh index d5675baf..b4aa512f 100755 --- a/setup/zpush.sh +++ b/setup/zpush.sh @@ -22,8 +22,8 @@ apt_install \ phpenmod -v php7.0 imap # Copy Z-Push into place. -TARGETHASH=01cdfafcdf6855f566a9cbc5826b3d9930a9b35b -VERSION=2.3.7 +TARGETHASH=aae5093212ac0b7d8bf2d79fd5b87ca5bbf091cb +VERSION=2.3.8 needs_update=0 #NODOC if [ ! -f /usr/local/lib/z-push/version ]; then needs_update=1 #NODOC