View | Details | Raw Unified | Return to bug 260594 | Differences between
and this patch

Collapse All | Expand All

(-)opendmarc142/Makefile (-5 / +7 lines)
Lines 1-11 Link Here
1
# Created by: Jaap Akkerhuis <jaap@NLnetLabs.nl>
1
# Created by: Jaap Akkerhuis <jaap@NLnetLabs.nl>
2
2
3
PORTNAME=	opendmarc
3
PORTNAME=	opendmarc
4
PORTVERSION=	1.3.2
4
PORTVERSION=	1.4.2
5
PORTREVISION=	2
6
CATEGORIES=	mail security
5
CATEGORIES=	mail security
7
MASTER_SITES=	SF/${PORTNAME} \
6
MASTER_SITES=   GH
8
		SF/${PORTNAME}/Previous%20Releases
9
7
10
MAINTAINER=	freebsd@gushi.org
8
MAINTAINER=	freebsd@gushi.org
11
COMMENT=	DMARC library and milter implementation
9
COMMENT=	DMARC library and milter implementation
Lines 18-33 Link Here
18
		p5-DBD-mysql>=0:databases/p5-DBD-mysql \
16
		p5-DBD-mysql>=0:databases/p5-DBD-mysql \
19
		p5-HTTP-Message>=0:www/p5-HTTP-Message
17
		p5-HTTP-Message>=0:www/p5-HTTP-Message
20
18
19
USES=		cpe libtool perl5 shebangfix autoreconf
21
LICENSE_FILE_SENDMAIL=	${WRKSRC}/LICENSE.Sendmail
20
LICENSE_FILE_SENDMAIL=	${WRKSRC}/LICENSE.Sendmail
22
LICENSE_GROUPS_SENDMAIL=	FSF OSI
21
LICENSE_GROUPS_SENDMAIL=	FSF OSI
23
LICENSE_NAME_SENDMAIL=	Sendmail Open Source License
22
LICENSE_NAME_SENDMAIL=	Sendmail Open Source License
24
LICENSE_PERMS_SENDMAIL=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
23
LICENSE_PERMS_SENDMAIL=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
25
24
26
USES=		cpe libtool perl5 shebangfix
27
CPE_VENDOR=	trusteddomain
25
CPE_VENDOR=	trusteddomain
28
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
29
USE_RC_SUBR=	opendmarc
27
USE_RC_SUBR=	opendmarc
30
28
29
USE_GITHUB=     yes
30
GH_ACCOUNT=     trusteddomainproject
31
GH_TAGNAME=	rel-opendmarc-1-4-2
32
GH_PROJECT=     OpenDMARC
31
GNU_CONFIGURE=	yes
33
GNU_CONFIGURE=	yes
32
34
33
OPTIONS_DEFINE=		SPF DOCS
35
OPTIONS_DEFINE=		SPF DOCS
(-)opendmarc142/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1500636334
1
TIMESTAMP = 1639988466
2
SHA256 (opendmarc-1.3.2.tar.gz) = 213c4b01a9ff5dcdf331f7bd1dd6a382077abbf8ee9111852f2101ec917c2ffb
2
SHA256 (trusteddomainproject-OpenDMARC-1.4.2-rel-opendmarc-1-4-2_GH0.tar.gz) = ee1dcdd158fd5fd2b16de2b86980c4a4be60a070641ca19591a713da4e4008bb
3
SIZE (opendmarc-1.3.2.tar.gz) = 593448
3
SIZE (trusteddomainproject-OpenDMARC-1.4.2-rel-opendmarc-1-4-2_GH0.tar.gz) = 426996
(-)opendmarc142/files/patch-libopendmarc_tests_test__finddomain.c (-10 lines)
Lines 1-10 Link Here
1
--- libopendmarc/tests/test_finddomain.c.orig	2012-10-25 15:38:55 UTC
2
+++ libopendmarc/tests/test_finddomain.c
3
@@ -23,6 +23,7 @@ main(int argc, char **argv)
4
 		/* 11 */ {"(,) joe@joe.com", "joe.com"},
5
 		/* 12 */ {"\"( bob@bob.com)\" joe@joe.com", "joe.com"},
6
 		/* 12 */ {"From: Davide D'Marco <user@blah.com>", "blah.com"},
7
+		/* 13 */ {"blah.com>", "blah.com"},
8
 			 {NULL, NULL},
9
 	};
10
 	u_char dbuf[256];
(-)opendmarc142/files/patch-opendmarc_opendmarc.c (-11 lines)
Lines 1-11 Link Here
1
--- opendmarc/opendmarc.c.orig	2017-03-04 13:28:39 UTC
2
+++ opendmarc/opendmarc.c
3
@@ -2193,7 +2193,7 @@ mlfi_eom(SMFICTX *ctx)
4
 	strncpy(dfc->mctx_fromdomain, domain, sizeof dfc->mctx_fromdomain - 1);
5
 
6
 	ostatus = opendmarc_policy_store_from_domain(cc->cctx_dmarc,
7
-	                                             from->hdr_value);
8
+	                                             dfc->mctx_fromdomain);
9
 	if (ostatus != DMARC_PARSE_OKAY)
10
 	{
11
 		if (conf->conf_dolog)
(-)opendmarc142/pkg-plist (-1 / +1 lines)
Lines 3-9 Link Here
3
lib/libopendmarc.a
3
lib/libopendmarc.a
4
lib/libopendmarc.so
4
lib/libopendmarc.so
5
lib/libopendmarc.so.2
5
lib/libopendmarc.so.2
6
lib/libopendmarc.so.2.0.2
6
lib/libopendmarc.so.2.0.3
7
man/man5/opendmarc.conf.5.gz
7
man/man5/opendmarc.conf.5.gz
8
man/man8/opendmarc-check.8.gz
8
man/man8/opendmarc-check.8.gz
9
man/man8/opendmarc-expire.8.gz
9
man/man8/opendmarc-expire.8.gz

Return to bug 260594