Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (04f897e0034d13a4f83acffc09805b3b7a8c88b1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (04f897e0034d13a4f83acffc09805b3b7a8c88b1)
  • Date: Thu, 7 May 2009 17:17:01 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

mail/dovecot/DETAILS | 6 +++---
mail/dovecot/FINAL | 2 +-
mail/dovecot/HISTORY | 7 +++++++
mail/dovecot/PREPARE | 2 +-
4 files changed, 12 insertions(+), 5 deletions(-)

New commits:
commit 04f897e0034d13a4f83acffc09805b3b7a8c88b1
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

dovecot: Always set message color back to DEFAULT_COLOR when finished

commit cbd7b8423c0099c7bd8079993b42e67f918e1b76
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

dovecot: Do not warn about dovecot 1.1 config change if dovecot
isn't even installed

commit 251568b246e8dfac6fb6968a5b20ef03302aee23
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

dovecot: Updated managesieve to 1.1.14 and 0.10.6

commit cc869f8d4ca59162e49d34897956ac604c7ce37e
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

dovecot: Updated to 1.1.14

diff --git a/mail/dovecot/DETAILS b/mail/dovecot/DETAILS
index e0145a6..5af74bd 100755
--- a/mail/dovecot/DETAILS
+++ b/mail/dovecot/DETAILS
@@ -1,5 +1,5 @@
SPELL=dovecot
- VERSION=1.1.13
+ VERSION=1.1.14
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
SOURCE2_IGNORE=signature
@@ -15,8 +15,8 @@ if [[ "$DOVECOT_EXT_LDA" == "y" ]]; then
SOURCE4_IGNORE=signature
SOURCE3_GPG="dovecot.gpg:${SOURCE4}:UPSTREAM_KEY"
if [[ "$DOVECOT_MANAGESIEVE" == "y" ]]; then
- VERSION3=1.1.13
- VERSION4=0.10.5
+ VERSION3=1.1.14
+ VERSION4=0.10.6
VERSION5=1.1
SOURCE5=$SPELL-$VERSION3-managesieve-$VERSION4.diff.gz
SOURCE5_URL[0]=http://www.rename-it.nl/dovecot/$VERSION5/$SOURCE5
diff --git a/mail/dovecot/FINAL b/mail/dovecot/FINAL
index 9c377aa..89095a1 100755
--- a/mail/dovecot/FINAL
+++ b/mail/dovecot/FINAL
@@ -15,5 +15,5 @@ message " listen = *:2000"
message " login_executable = /usr/libexec/dovecot/managesieve-login"
message " mail_executable = /usr/libexec/dovecot/managesieve"
message "}"
-message "####"
+message "####${DEFAULT_COLOR}"
fi
diff --git a/mail/dovecot/HISTORY b/mail/dovecot/HISTORY
index 9b594a0..903b040 100644
--- a/mail/dovecot/HISTORY
+++ b/mail/dovecot/HISTORY
@@ -1,3 +1,10 @@
+2009-05-07 Eric Sandall <sandalle AT sourcemage.org>
+ * PREPARE: Do not warn about dovecot 1.1 config change if dovecot
+ isn't even installed
+ * DETAILS: Updated to 1.1.14
+ Updated managesieve to 1.1.14 and 0.10.6
+ * FINAL: Always set message color back to DEFAULT_COLOR when finished
+
2009-03-26 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: updated spell to 1.1.13, updated managesieve

diff --git a/mail/dovecot/PREPARE b/mail/dovecot/PREPARE
index f2ec632..cd69876 100755
--- a/mail/dovecot/PREPARE
+++ b/mail/dovecot/PREPARE
@@ -1,4 +1,4 @@
-if [[ "$(installed_version $SPELL | cut -d. -f1-5 | sed -e 's/\.//g')" -lt
"110" ]]; then
+if [[ "$(installed_version $SPELL | cut -d. -f1-5 | sed -e 's/\.//g')" -lt
"110" && $(spell_ok $SPELL) ]]; then
message "Warning the dovecot.conf has some minor changes. Please see"
message "http://wiki.dovecot.org/Upgrading/1.1 for further information"
query "Please acknowledge that you've read the warning from above" n ||
return 1



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (04f897e0034d13a4f83acffc09805b3b7a8c88b1), Eric Sandall, 05/07/2009

Archive powered by MHonArc 2.6.24.

Top of Page