[SM-Commit] GIT changes to stable-rc-0.9 grimoire by Jeremy Blosser (259b682ceedc9fd2c22d411c8ffd5103b4d88cd4)

Jeremy Blosser scm at mail.sourcemage.org
Sat Mar 31 19:44:18 EDT 2007


GIT changes to stable-rc-0.9 grimoire by Jeremy Blosser <jblosser-smgl at firinn.org>:

 mail/dovecot/BUILD     |    9 ++++++++-
 mail/dovecot/CONFIGURE |    5 -----
 mail/dovecot/DETAILS   |    1 +
 mail/dovecot/HISTORY   |   11 +++++------
 mail/dovecot/INSTALL   |    2 ++
 5 files changed, 16 insertions(+), 12 deletions(-)

New commits:
commit 259b682ceedc9fd2c22d411c8ffd5103b4d88cd4
Author: Andraž Levstik <ruskie at mages.ath.cx>
Commit: Jeremy Blosser <jblosser-smgl at firinn.org>

    dovecot: revamped the spell and added managesieve patch
    (cherry picked from commit 96b4f6ba2c8b40fd4f5c5c664f8e382598ddc4a3)

commit 28ad6f09630458c8e0a16bc3d8b1994ea6f3c719
Author: Andraž Levstik <ruskie at mages.ath.cx>
Commit: Jeremy Blosser <jblosser-smgl at firinn.org>

    dovecot: version update SECURITY_PATCH=1
    (cherry picked from commit 9fff2fb825f092b053efa95bcea857298d0c9505)

commit 429382ec22ba52b4fbb311c07dbd4e49e76f4cd3
Author: Andraž Levstik <ruskie at mages.ath.cx>
Commit: Jeremy Blosser <jblosser-smgl at firinn.org>

    Revert "dovecot: updated to 1.0.rc29, SECURITY_PATCH++, sm-bug-id #13668"
    
    This reverts commit a9b65d3a332862363187b0cefe072507d875ca31.
    (cherry picked from commit f596fb88a5414dede3d004f156b939fbf8577a45)

diff --git a/mail/dovecot/BUILD b/mail/dovecot/BUILD
index 4c1dfe5..966460d 100755
--- a/mail/dovecot/BUILD
+++ b/mail/dovecot/BUILD
@@ -1,5 +1,10 @@
 #LDFLAGS="$LDFLAGS -lc"
 # disableing what we don't have available
+if [[ $DOVECOT_EXT_LDA == y ]]; then
+OPTS="--with-deliver $OPTS"
+else
+OPTS="--without-deliver $OPTS"
+fi                                              &&
 OPTS="--without-vpopmail                        \
       --without-sia                             \
       --without-bsdauth                         \
@@ -7,10 +12,12 @@ OPTS="--without-vpopmail
       $DOVECOT_OPTS                             \
       $OPTS"                                    &&
 default_build                                   &&
-pushd dovecot-sieve-1.0.1                       &&
+if [[ $DOVECOT_EXT_LDA == y ]]; then
+pushd dovecot-sieve-*                           &&
 OPTS="--with-dovecot=.."                        &&
 default_build                                   &&
 popd
+fi
 # when the dspam plugin will get updated to work in
 # a multiuser environment this will be usefull
 #pushd src/plugins/dspam                         
diff --git a/mail/dovecot/CONFIGURE b/mail/dovecot/CONFIGURE
index e08bdfc..5f37e62 100755
--- a/mail/dovecot/CONFIGURE
+++ b/mail/dovecot/CONFIGURE
@@ -33,11 +33,6 @@ config_query_option DOVECOT_OPTS
                     "--with-pop3d"                           \
                     "--without-pop3d"                        &&
 config_query_option DOVECOT_OPTS                             \
-                    'Build mail delivery agent'              \
-                    y                                        \
-                    "--with-deliver"                         \
-                    "--without-deliver"                      &&
-config_query_option DOVECOT_OPTS                             \
                     'Install documentation'                  \
                     y                                        \
                     "--with-docs"                            \
diff --git a/mail/dovecot/DETAILS b/mail/dovecot/DETAILS
index 73d359c..91975db 100755
--- a/mail/dovecot/DETAILS
+++ b/mail/dovecot/DETAILS
@@ -22,6 +22,7 @@ fi
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
          ENTERED=20030224
   SECURITY_PATCH=1
+      PATCHLEVEL=1
       LICENSE[0]=GPL
         WEB_SITE=http://www.dovecot.org/
         KEYWORDS="mail"
diff --git a/mail/dovecot/HISTORY b/mail/dovecot/HISTORY
index d774a7a..650c435 100644
--- a/mail/dovecot/HISTORY
+++ b/mail/dovecot/HISTORY
@@ -1,9 +1,5 @@
-2007-03-31 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
-	* DETAILS: update to 1.0.rc29
-	  SECURITY_PATCH=1:Security fix: If zlib plugin was loaded, it was possible
-	  to open gzipped mbox files outside the user's mail directory.
-	  added managesieve server patch
-	  updated lda
+2007-04-01 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
+	* DETAILS: added managesieve server patch, PATCHLEVEL++
 	* PREPARE: ask for managesieve if lda is selected
 	* CONFIGURE: added plenty of options to configure
 	* BUILD: fixup for extra options, disabled what we don't have
@@ -12,6 +8,9 @@
 	* PREPARE: ask for managesieve patch
 	* PRE_BUILD: handle the managesieve patch
 
+2007-03-31 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
+	* DETAILS: update to 1.0.rc29, SECURITY_PATCH=1
+
 2006-03-14 Bearcat M. Sandor <sourcemage at feline-soul.com>
 	* DETAILS: update to 1.0.rc26
 
diff --git a/mail/dovecot/INSTALL b/mail/dovecot/INSTALL
index 1cdd0df..d2599df 100755
--- a/mail/dovecot/INSTALL
+++ b/mail/dovecot/INSTALL
@@ -1,4 +1,6 @@
 default_install            &&
+if [[ $DOVECOT_EXT_LDA == y ]]; then
 pushd dovecot-sieve-1.0.1  &&
 default_install            &&
 popd
+fi



More information about the SM-Commit mailing list