[Lunar-commits] r17639 - moonbase/trunk/mail/postfix

Florin Braescu florin at lunar-linux.org
Mon Dec 12 17:35:31 UTC 2005


Author: florin
Date: 2005-12-12 17:35:31 +0000 (Mon, 12 Dec 2005)
New Revision: 17639

Modified:
   moonbase/trunk/mail/postfix/BUILD
   moonbase/trunk/mail/postfix/DETAILS
Log:
apply Sirocco's patch.

Modified: moonbase/trunk/mail/postfix/BUILD
===================================================================
--- moonbase/trunk/mail/postfix/BUILD	2005-12-12 17:32:46 UTC (rev 17638)
+++ moonbase/trunk/mail/postfix/BUILD	2005-12-12 17:35:31 UTC (rev 17639)
@@ -31,7 +31,7 @@
 
   if module_installed cyrus-sasl ; then
     AUXLIBS=$AUXLIBS" -lsasl2 -lssl -lcrypto"
-    CCARGS=$CCARGS" -DUSE_SASL_AUTH -I/usr/include/sasl -DHAS_SSL -I/usr/include/openssl"
+    CCARGS=$CCARGS" -DUSE_SASL_AUTH -I/usr/include/sasl -DUSE_TLS -I/usr/include/openssl"
   fi  &&
 
   AUXLIBS=$AUXLIBS" -lpthread"

Modified: moonbase/trunk/mail/postfix/DETAILS
===================================================================
--- moonbase/trunk/mail/postfix/DETAILS	2005-12-12 17:32:46 UTC (rev 17638)
+++ moonbase/trunk/mail/postfix/DETAILS	2005-12-12 17:35:31 UTC (rev 17639)
@@ -5,12 +5,12 @@
       SOURCE_VFY=sha1:8219707bd1a0fa2ea02fd43f5ffd897e36e6fcb5
         WEB_SITE=http://www.postfix.org
          ENTERED=20020125
-         UPDATED=20051210
+         UPDATED=20051212
            SHORT="postfix is an MTA"
 
 cat << EOF
-Postfix provides an alternative to the widely-used
-Sendmail program. Postfix attempts to be fast, easy to administer, and 
-hopefully secure, while at the same time being sendmail compatible enough 
-to not upset your users.
+Postfix provides an alternative to the widely-used Sendmail program. 
+Postfix attempts to be fast, easy to administer, and hopefully secure, 
+while at the same time being sendmail compatible enough to not upset 
+your users.
 EOF



More information about the Lunar-commits mailing list