summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2007-08-01 22:13:17 +0200
committerTreeve Jelbert2007-08-01 22:13:17 +0200
commit02300a386f140b61081906a8c54ba4f0ef1466d0 (patch)
tree5ae2dea8c513f9e9fb9320c75e8a03c527eab04a
parentd8cc84bce3b79ddb6bb1198db41209b36adf1e17 (diff)
parent8e05d1fab8ec227d925508c4cf3291412d2b3acd (diff)
Merge branch 'master' of ssh://scm.sourcemage.org/smgl/grimoire
-rwxr-xr-xmail/dovecot/DETAILS14
-rw-r--r--mail/dovecot/HISTORY4
-rwxr-xr-xmail/exim/DETAILS2
-rw-r--r--mail/exim/HISTORY5
-rwxr-xr-xmail/exim/PREPARE4
5 files changed, 18 insertions, 11 deletions
diff --git a/mail/dovecot/DETAILS b/mail/dovecot/DETAILS
index e44ea24581..fc039cbe4f 100755
--- a/mail/dovecot/DETAILS
+++ b/mail/dovecot/DETAILS
@@ -1,27 +1,27 @@
SPELL=dovecot
- VERSION=1.0.2
+ VERSION=1.0.3
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
SOURCE2_IGNORE=signature
SOURCE_GPG="dovecot.gpg:${SOURCE2}"
- SOURCE_URL[0]=http://www.dovecot.org/releases/$SOURCE
- SOURCE2_URL[0]=http://www.dovecot.org/releases/$SOURCE2
+ SOURCE_URL[0]=http://www.dovecot.org/releases/${VERSION%.*}/$SOURCE
+ SOURCE2_URL[0]=http://www.dovecot.org/releases/${VERSION%.*}/$SOURCE2
if [[ "$DOVECOT_EXT_LDA" == "y" ]]; then
VERSION2=20070223
SOURCE3_HASH=sha512:2ccde6a1b8ec806431f91225e35667a1900332fea73db46d5bb1ee114e62c7dd740c356484e0358a21b1f422a0d8a0aa7e408f3b73098f4d6c128057ec17a113
SOURCE3=$SPELL-sieve-$VERSION2.tar.gz
SOURCE3_URL[0]=http://dovecot.org/nightly/sieve/$SOURCE3
if [[ "$DOVECOT_MANAGESIEVE" == "y" ]]; then
- VERSION3=1.0.rc28
- VERSION4=v4
- SOURCE4_HASH=sha512:a651cbe08e702fa9d6bee7108c5ee51f66643f38239d718c7bd98c05c4897d06b25ca82d07e215445d363f1d7b43b1fc30f39f09eae1d4541c31737c903ca3aa
+ VERSION3=1.0.2
+ VERSION4=v5
+ SOURCE4_HASH=sha512:9d136a570c6920176f1f05bebc72397a91475afa49df8549e39ca97cd5462b1224090dab9107d7f54bf5dd7d099e4467aeafa821d634dccaf88c25a123f78860
SOURCE4=$SPELL-$VERSION3-MANAGESIEVE-$VERSION4.diff.gz
SOURCE4_URL[0]=http://sinas.rename-it.nl/~sirius/$SOURCE4
fi
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
ENTERED=20030224
- SECURITY_PATCH=1
+ SECURITY_PATCH=2
LICENSE[0]=LGPL2.1/LGPL2/MIT/BSD/PublicDomain
WEB_SITE=http://www.dovecot.org/
KEYWORDS="mail"
diff --git a/mail/dovecot/HISTORY b/mail/dovecot/HISTORY
index 18d2a55d2b..a9414b0aeb 100644
--- a/mail/dovecot/HISTORY
+++ b/mail/dovecot/HISTORY
@@ -1,3 +1,7 @@
+2007-08-01 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
+ * DETAILS: update to 1.0.3, MANAGESIEVE patch update
+ SECURITY_PATCH++
+
2007-07-15 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* DETAILS: updated to 1.0.2
diff --git a/mail/exim/DETAILS b/mail/exim/DETAILS
index c413e7a942..fadc0a1131 100755
--- a/mail/exim/DETAILS
+++ b/mail/exim/DETAILS
@@ -1,5 +1,5 @@
SPELL=exim
- VERSION=4.66
+ VERSION=4.67
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sig
SOURCE_GPG="exim.gpg:$SOURCE2:VERIFIED_UPSTREAM_KEY"
diff --git a/mail/exim/HISTORY b/mail/exim/HISTORY
index f86433f663..1666abaf01 100644
--- a/mail/exim/HISTORY
+++ b/mail/exim/HISTORY
@@ -1,3 +1,8 @@
+2007-08-01 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
+ * PREPARE: use list as that's what the mirror system is setup
+ for logicaly. Multi option makes no sense here.
+ * DETAILS: version update 4.67
+
2007-07-28 Eric Sandall <sandalle@sourcemage.org>
* PREPARE: Use config_query_multi as the list is too large (16!) for
config_query_list
diff --git a/mail/exim/PREPARE b/mail/exim/PREPARE
index 825c6f8f70..271e4d7967 100755
--- a/mail/exim/PREPARE
+++ b/mail/exim/PREPARE
@@ -1,6 +1,4 @@
-source $GRIMOIRE/config_query_multi.function &&
-
-config_query_multi EXIM_MIRRORS \
+config_query_list EXIM_MIRRORS \
"Which group of exim mirrors would you like to use?" \
"austria" \
"belgium" \