summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndraž Levstik2008-11-19 08:27:31 +0100
committerArwed von Merkatz2008-11-19 18:48:53 +0100
commitd54d7e88122b955a0bfae39f36a0432acc6514b7 (patch)
treeacc088d7fa6039cb5e1c42d07a38866d378887b3
parenteecf91789439f5eb4ec95b27d90d5442d4f4781a (diff)
dovecot: security update to managesieve
-rwxr-xr-xmail/dovecot/DEPENDS3
-rwxr-xr-xmail/dovecot/DETAILS6
-rw-r--r--mail/dovecot/HISTORY12
3 files changed, 17 insertions, 4 deletions
diff --git a/mail/dovecot/DEPENDS b/mail/dovecot/DEPENDS
index cf9a0ceb47..4be449e5bf 100755
--- a/mail/dovecot/DEPENDS
+++ b/mail/dovecot/DEPENDS
@@ -1,4 +1,5 @@
depends zlib &&
+depends libtool &&
if [[ $DOVECOT_MANAGESIEVE == y ]] ; then
depends autoconf &&
depends automake
@@ -18,7 +19,7 @@ optional_depends krb5 \
'for GSSAPI support' &&
optional_depends openldap \
'--with-ldap' \
- '--without-dap' \
+ '--without-ldap' \
'Enable LDAP support' &&
optional_depends mysql \
'--with-mysql' \
diff --git a/mail/dovecot/DETAILS b/mail/dovecot/DETAILS
index 6789c67269..56c30d72ec 100755
--- a/mail/dovecot/DETAILS
+++ b/mail/dovecot/DETAILS
@@ -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.4
- VERSION4=0.10.3
+ VERSION3=1.1.6
+ VERSION4=0.10.4
VERSION5=1.1
SOURCE5=$SPELL-$VERSION3-managesieve-$VERSION4.diff.gz
SOURCE5_URL[0]=http://www.rename-it.nl/dovecot/$VERSION5/$SOURCE5
@@ -34,7 +34,7 @@ if [[ "$DOVECOT_EXT_LDA" == "y" ]]; then
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
ENTERED=20030224
- SECURITY_PATCH=2
+ SECURITY_PATCH=3
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 769bb10e35..e2522c4791 100644
--- a/mail/dovecot/HISTORY
+++ b/mail/dovecot/HISTORY
@@ -1,3 +1,15 @@
+2008-11-19 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
+ * DETAILS: security fix for managesieve patch
+ http://www.dovecot.org/list/dovecot/2008-November/035259.html
+ * DEPENDS: fixed type for --without-ldap,
+ * added libtool as per bug #14892
+
+2008-11-01 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
+ * DETAILS: update to 1.1.6, managesieve patch to 1.1.6
+ * PRE_BUILD: two patches to fix upstream issue
+ * fixforhome1.diff: fixes an issue when using %h
+ * fixforhome2.diff: fixes the previous patch for %h
+
2008-10-10 Elisamuel Resto <ryuji@sourcemage.org>
* DETAILS: updated spell to 1.1.4; updated managesieve patch to 1.1.4/0.10.3
* PREPARE: rewrote the warning for pre-1.1 installs