pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/postfix Apply the SASL2 cure to smtp and lmtp to....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7c550c3daf27
branches:  trunk
changeset: 466570:7c550c3daf27
user:      martin <martin%pkgsrc.org@localhost>
date:      Tue Jan 20 19:37:45 2004 +0000

description:
Apply the SASL2 cure to smtp and lmtp to. This makes outgoing authenticated
mail work.

diffstat:

 mail/postfix/distinfo         |   6 +++---
 mail/postfix/patches/patch-ab |  23 +++++++++++++++++++++++
 mail/postfix/patches/patch-ac |  23 +++++++++++++++++++++++
 3 files changed, 49 insertions(+), 3 deletions(-)

diffs (71 lines):

diff -r 06771a5f0570 -r 7c550c3daf27 mail/postfix/distinfo
--- a/mail/postfix/distinfo     Tue Jan 20 19:31:42 2004 +0000
+++ b/mail/postfix/distinfo     Tue Jan 20 19:37:45 2004 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.48 2003/10/03 15:04:52 christos Exp $
+$NetBSD: distinfo,v 1.49 2004/01/20 19:37:45 martin Exp $
 
 SHA1 (postfix/postfix-2.0.16.tar.gz) = 6272be8b87df1142a467f2a4e13c4e27d00bf952
 Size (postfix/postfix-2.0.16.tar.gz) = 1353520 bytes
-SHA1 (postfix/tls+ipv6-1.18a-pf-2.0.16.patch.gz) = c974934914aac2ec4fae1c20ad937713fac1ccc7
-Size (postfix/tls+ipv6-1.18a-pf-2.0.16.patch.gz) = 253429 bytes
 SHA1 (patch-aa) = 39a89a28cec3fd264dbda97633e34695eaad01e9
+SHA1 (patch-ab) = ac4c75fb7a36491edf03b54915c7a47461748b4d
+SHA1 (patch-ac) = b0d26742fe8496b2fd4729a41fecadc275e71cf2
 SHA1 (patch-ad) = 2f83cc6108eea4a1c401fe9e549d93430166f7fa
 SHA1 (patch-ae) = daa160ef54d725ca156f29322d45efcf4af6c02a
 SHA1 (patch-af) = 4d3a6c21d284dce1c75dcd4fc537af17a28a5e66
diff -r 06771a5f0570 -r 7c550c3daf27 mail/postfix/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/postfix/patches/patch-ab     Tue Jan 20 19:37:45 2004 +0000
@@ -0,0 +1,23 @@
+$NetBSD: patch-ab,v 1.8 2004/01/20 19:37:45 martin Exp $
+
+--- src/lmtp/lmtp.h.orig       2003-09-10 02:48:03.000000000 +0200
++++ src/lmtp/lmtp.h    2004-01-20 20:30:12.000000000 +0100
+@@ -11,10 +11,18 @@
+  /*
+   * SASL library.
+   */
++#ifdef USE_SASL2_AUTH
++#ifndef USE_SASL_AUTH
++#define USE_SASL_AUTH
++#endif
++#include <sasl/sasl.h>
++#include <sasl/saslutil.h>
++#else
+ #ifdef USE_SASL_AUTH
+ #include <sasl.h>
+ #include <saslutil.h>
+ #endif
++#endif
+ 
+  /*
+   * Utility library.
diff -r 06771a5f0570 -r 7c550c3daf27 mail/postfix/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/postfix/patches/patch-ac     Tue Jan 20 19:37:45 2004 +0000
@@ -0,0 +1,23 @@
+$NetBSD: patch-ac,v 1.6 2004/01/20 19:37:45 martin Exp $
+
+--- src/smtp/smtp.h.orig       2002-05-23 21:18:02.000000000 +0200
++++ src/smtp/smtp.h    2004-01-20 20:29:21.000000000 +0100
+@@ -11,10 +11,18 @@
+  /*
+   * SASL library.
+   */
++#ifdef USE_SASL2_AUTH
++#ifndef USE_SASL_AUTH
++#define USE_SASL_AUTH
++#endif
++#include <sasl/sasl.h>
++#include <sasl/saslutil.h>
++#else
+ #ifdef USE_SASL_AUTH
+ #include <sasl.h>
+ #include <saslutil.h>
+ #endif
++#endif
+ 
+  /*
+   * Utility library.



Home | Main Index | Thread Index | Old Index