diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2018-04-26 00:53:01 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2018-04-26 00:53:01 +0000 |
commit | 200e5f9ce065346ad158c62ffcf3726c110562ec (patch) | |
tree | da7adbd94efa986284ea6439ed407d8164661588 /mail | |
parent | 7b82ef5da2fae20e546f08466040790a1ac106f8 (diff) | |
download | ports-200e5f9ce065346ad158c62ffcf3726c110562ec.tar.gz ports-200e5f9ce065346ad158c62ffcf3726c110562ec.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/opensmtpd-devel/Makefile | 2 | ||||
-rw-r--r-- | mail/opensmtpd-devel/files/patch-src_mda.c | 11 | ||||
-rw-r--r-- | mail/opensmtpd/Makefile | 2 | ||||
-rw-r--r-- | mail/opensmtpd/files/patch-src_mda.c | 11 |
4 files changed, 24 insertions, 2 deletions
diff --git a/mail/opensmtpd-devel/Makefile b/mail/opensmtpd-devel/Makefile index 7ff292530b63..40548d0e465e 100644 --- a/mail/opensmtpd-devel/Makefile +++ b/mail/opensmtpd-devel/Makefile @@ -4,7 +4,7 @@ PORTNAME= opensmtpd PORTVERSION= 201606220754 DISTVERSIONSUFFIX= p1 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= http://www.opensmtpd.org/archives/ \ diff --git a/mail/opensmtpd-devel/files/patch-src_mda.c b/mail/opensmtpd-devel/files/patch-src_mda.c new file mode 100644 index 000000000000..3f4e0b1bf9ef --- /dev/null +++ b/mail/opensmtpd-devel/files/patch-src_mda.c @@ -0,0 +1,11 @@ +--- smtpd/mda.c.orig 2016-05-13 02:56:04.000000000 +1000 ++++ smtpd/mda.c 2018-04-26 10:28:45.373358000 +1000 +@@ -274,7 +274,7 @@ + * if any + */ + n = iobuf_fqueue(&s->iobuf, +- "Return-Path: %s\n" ++ "Return-Path: <%s>\n" + "Delivered-To: %s\n", + e->sender, + e->rcpt ? e->rcpt : e->dest); diff --git a/mail/opensmtpd/Makefile b/mail/opensmtpd/Makefile index ee452b76d3d1..d426d05cb70e 100644 --- a/mail/opensmtpd/Makefile +++ b/mail/opensmtpd/Makefile @@ -4,7 +4,7 @@ PORTNAME= opensmtpd PORTVERSION= 5.9.2p1 PORTEPOCH= 1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail MASTER_SITES= http://www.opensmtpd.org/archives/ \ http://distfiles.pirateparty.in/ashish/ diff --git a/mail/opensmtpd/files/patch-src_mda.c b/mail/opensmtpd/files/patch-src_mda.c new file mode 100644 index 000000000000..3f4e0b1bf9ef --- /dev/null +++ b/mail/opensmtpd/files/patch-src_mda.c @@ -0,0 +1,11 @@ +--- smtpd/mda.c.orig 2016-05-13 02:56:04.000000000 +1000 ++++ smtpd/mda.c 2018-04-26 10:28:45.373358000 +1000 +@@ -274,7 +274,7 @@ + * if any + */ + n = iobuf_fqueue(&s->iobuf, +- "Return-Path: %s\n" ++ "Return-Path: <%s>\n" + "Delivered-To: %s\n", + e->sender, + e->rcpt ? e->rcpt : e->dest); |