pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/courier-mta



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon May 15 13:06:48 UTC 2017

Modified Files:
        pkgsrc/mail/courier-mta: distinfo
Added Files:
        pkgsrc/mail/courier-mta/patches:
            patch-courier_module.esmtp_esmtpclient.c

Log Message:
Add compatibility define for SOL_TCP.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/mail/courier-mta/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/mail/courier-mta/patches/patch-courier_module.esmtp_esmtpclient.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/courier-mta/distinfo
diff -u pkgsrc/mail/courier-mta/distinfo:1.20 pkgsrc/mail/courier-mta/distinfo:1.21
--- pkgsrc/mail/courier-mta/distinfo:1.20       Tue Nov  3 23:27:02 2015
+++ pkgsrc/mail/courier-mta/distinfo    Mon May 15 13:06:48 2017
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.20 2015/11/03 23:27:02 agc Exp $
+$NetBSD: distinfo,v 1.21 2017/05/15 13:06:48 jperkin Exp $
 
 SHA1 (courier-0.68.1.tar.bz2) = fbd7cd0bc88876dc12d02b9404cea95877805ebe
 RMD160 (courier-0.68.1.tar.bz2) = 3f062aae0d34a71055a5ff5ad172ca191ab3f0e4
@@ -21,4 +21,5 @@ SHA1 (patch-ay) = d4b391e76167cd27012f92
 SHA1 (patch-courier_cdfilters.C) = 1f9169de45355cd9a4ecb7e8ddac30df05d368d0
 SHA1 (patch-courier_cdmsgq.C) = 467479ded922cfff97c4e5876a5234eef3f82b50
 SHA1 (patch-courier_cmlmfetch.C) = 7426b5642271a8bcd4ed442eb6571d191a454d1f
+SHA1 (patch-courier_module.esmtp_esmtpclient.c) = 54f66d60e1d5e444725630ae31c47554ab421609
 SHA1 (patch-courier_webmlmd.H) = 3a66894c376bf84ae5a43f4c6f3dfbb687f9436e

Added files:

Index: pkgsrc/mail/courier-mta/patches/patch-courier_module.esmtp_esmtpclient.c
diff -u /dev/null pkgsrc/mail/courier-mta/patches/patch-courier_module.esmtp_esmtpclient.c:1.1
--- /dev/null   Mon May 15 13:06:48 2017
+++ pkgsrc/mail/courier-mta/patches/patch-courier_module.esmtp_esmtpclient.c    Mon May 15 13:06:48 2017
@@ -0,0 +1,16 @@
+$NetBSD: patch-courier_module.esmtp_esmtpclient.c,v 1.1 2017/05/15 13:06:48 jperkin Exp $
+
+Compat define for SOL_TCP.
+
+--- courier/module.esmtp/esmtpclient.c.orig    2012-04-23 17:11:48.000000000 +0000
++++ courier/module.esmtp/esmtpclient.c
+@@ -79,6 +79,9 @@ static time_t quit_timeout;
+ static time_t data_timeout;
+ 
+ #ifdef        TCP_CORK
++#ifndef SOL_TCP
++#define SOL_TCP       IPPROTO_TCP
++#endif
+ 
+ static int esmtp_cork;
+ static int corked;



Home | Main Index | Thread Index | Old Index