From e5271c499132bc288b80053eea8f356e11dc4e44 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Sun, 4 Mar 2012 23:01:08 +0000 Subject: Update dma to 0.7 Also build and install the dma-mbox-create tool, which sets permissions and uid/gid on /var/mail files as needed by dma. Changes: Adds maasquerading support PR: ports/165697 Submitted by: bz --- mail/dma/files/patch-crypto.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mail/dma/files/patch-crypto.c (limited to 'mail/dma/files/patch-crypto.c') diff --git a/mail/dma/files/patch-crypto.c b/mail/dma/files/patch-crypto.c new file mode 100644 index 000000000000..b4fe877a54cd --- /dev/null +++ b/mail/dma/files/patch-crypto.c @@ -0,0 +1,11 @@ +--- ./crypto.c.orig 2012-01-03 13:54:05.000000000 +0000 ++++ ./crypto.c 2012-01-24 22:57:41.000000000 +0000 +@@ -80,7 +80,7 @@ + smtp_init_crypto(int fd, int feature) + { + SSL_CTX *ctx = NULL; +- const SSL_METHOD *meth = NULL; ++ SSL_METHOD *meth = NULL; + X509 *cert; + int error; + -- cgit v1.2.3