From 34e821c10255a455e5c371e9676784dea80f11d4 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Wed, 17 Jun 2015 10:59:52 +0000 Subject: [PATCH] Roundcube 1.1.2 --- CHANGELOG.md | 1 + setup/webmail.sh | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b5e32e9..c0789ba9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ Mail: * Greylisting will now let some reputable senders pass through immediately. * Searching mail (via IMAP) will now be much faster using the dovecot lucene full text search plugin. * Fix for deleting admin@ and postmaster@ addresses. +* Roundcube is updated to version 1.1.2, plugins updated. Web: * 'www' subdomains now automatically redirect to their parent domain (but you'll need to install an SSL certificate). diff --git a/setup/webmail.sh b/setup/webmail.sh index 7f5e71d4..05ea35c4 100755 --- a/setup/webmail.sh +++ b/setup/webmail.sh @@ -32,10 +32,10 @@ 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 vacation_sieve to track # whether we have the latest version. -VERSION=1.1.1 -HASH=08222f382a8dd89bba7dbbad595f48443bec0aa2 +VERSION=1.1.2 +HASH=df88deae691da3ecf3e9f0aee674c1f3042ea1eb VACATION_SIEVE_VERSION=91ea6f52216390073d1f5b70b5f6bea0bfaee7e5 -PERSISTENT_LOGIN_VERSION=9a0bc59493beb573d515f82aec443e2098365d11 +PERSISTENT_LOGIN_VERSION=117fbd8f93b56b2bf72ad055193464803ef3bc36 UPDATE_KEY=$VERSION:$VACATION_SIEVE_VERSION:$PERSISTENT_LOGIN_VERSION needs_update=0 #NODOC if [ ! -f /usr/local/lib/roundcubemail/version ]; then