Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (7ee537cd9da38cdc631bcc6c2050cc182c4d17e5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Elisamuel Resto <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (7ee537cd9da38cdc631bcc6c2050cc182c4d17e5)
  • Date: Fri, 5 Jun 2009 19:58:05 -0500

GIT changes to master grimoire by Elisamuel Resto <ryuji AT sourcemage.org>:

mail/postfix/BUILD | 11 ++++++++++-
mail/postfix/DEPENDS | 6 +++++-
mail/postfix/HISTORY | 3 +++
3 files changed, 18 insertions(+), 2 deletions(-)

New commits:
commit 7ee537cd9da38cdc631bcc6c2050cc182c4d17e5
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

mail/postfix: added dovecot dependency for dovecot's SASL authentication
mechanism

diff --git a/mail/postfix/BUILD b/mail/postfix/BUILD
index 8bb84d1..c8a30fa 100755
--- a/mail/postfix/BUILD
+++ b/mail/postfix/BUILD
@@ -23,9 +23,18 @@ if is_depends_enabled $SPELL linux-pam; then
message "${MESSAGE_COLOR}Linux-PAM requested: Using
Linux-PAM${DEFAULT_COLOR}"
fi &&

+if is_depends_enabled $SPELL dovecot || is_depends_enabled $SPELL
cyrus-sasl; then
+ CCARGS="$CCARGS -DUSE_SASL_AUTH"
+fi &&
+
+if is_depends_enabled $SPELL dovecot; then
+ CCARGS="$CCARGS -DDEF_SERVER_SASL_TYPE=\\\"dovecot\\\"" &&
+ message "${MESSAGE_COLOR}Dovecot SASL requested: Using Dovecot
SASL${DEFAULT_COLOR}"
+fi &&
+
if is_depends_enabled $SPELL cyrus-sasl; then
AUXLIBS="$AUXLIBS -lsasl2" &&
- CCARGS="$CCARGS -DUSE_SASL_AUTH -DUSE_CYRUS_SASL
-I$INSTALL_ROOT/usr/include/sasl" &&
+ CCARGS="$CCARGS -DUSE_CYRUS_SASL -I$INSTALL_ROOT/usr/include/sasl" &&
message "${MESSAGE_COLOR}Cyrus-SASL requested: Using
Cyrus-SASL${DEFAULT_COLOR}"
fi &&

diff --git a/mail/postfix/DEPENDS b/mail/postfix/DEPENDS
index fcbbc0c..674267c 100755
--- a/mail/postfix/DEPENDS
+++ b/mail/postfix/DEPENDS
@@ -25,6 +25,10 @@ optional_depends openssl \
"" "" \
"for SSL/TLS support" &&

+optional_depends dovecot \
+ "" "" \
+ "for SASL authentication via Dovecot" &&
+
optional_depends cyrus-sasl \
"" "" \
- "for SASL authentication mechanisms"
+ "for SASL authentication via the Cyrus libraries"
diff --git a/mail/postfix/HISTORY b/mail/postfix/HISTORY
index 9060b08..303ff2e 100644
--- a/mail/postfix/HISTORY
+++ b/mail/postfix/HISTORY
@@ -1,3 +1,6 @@
+2009-06-02 Elisamuel Resto <ryuji AT sourcemage.org>
+ * BUILD, DEPENDS: added dovecot dependency; auth smtp users against
dovecot userdb
+
2009-06-01 Elisamuel Resto <ryuji AT sourcemage.org>
* DETAILS: updated stabled to 2.6.1; experimental to 2.7-20090528
* PREPARE: change the experimental query text



  • [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (7ee537cd9da38cdc631bcc6c2050cc182c4d17e5), Elisamuel Resto, 06/05/2009

Archive powered by MHonArc 2.6.24.

Top of Page