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

Collapse All | Expand All

(-)mail/opendmarc/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.1.1
5
PORTREVISION=	2
6
CATEGORIES=	mail security
5
CATEGORIES=	mail security
7
MASTER_SITES=	SF/${PORTNAME} \
8
		SF/${PORTNAME}/Previous%20Releases
9
6
10
MAINTAINER=	freebsd@gushi.org
7
MAINTAINER=	freebsd@gushi.org
11
COMMENT=	DMARC library and milter implementation
8
COMMENT=	DMARC library and milter implementation
Lines 23-31 Link Here
23
LICENSE_NAME_SENDMAIL=	Sendmail Open Source License
20
LICENSE_NAME_SENDMAIL=	Sendmail Open Source License
24
LICENSE_PERMS_SENDMAIL=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
21
LICENSE_PERMS_SENDMAIL=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
25
22
26
USES=		libtool perl5 shebangfix
23
USES=		autoreconf libtool perl5 shebangfix
27
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
28
USE_RC_SUBR=	opendmarc
25
USE_RC_SUBR=	opendmarc
26
27
USE_GITHUB=	yes
28
GH_ACCOUNT=	trusteddomainproject
29
GH_PROJECT=	OpenDMARC
30
GH_TAGNAME=	rel-${PORTNAME}-${DISTVERSION:S/./-/g}
29
31
30
GNU_CONFIGURE=	yes
32
GNU_CONFIGURE=	yes
31
33
(-)mail/opendmarc/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1500636334
1
TIMESTAMP = 1627974570
2
SHA256 (opendmarc-1.3.2.tar.gz) = 213c4b01a9ff5dcdf331f7bd1dd6a382077abbf8ee9111852f2101ec917c2ffb
2
SHA256 (trusteddomainproject-OpenDMARC-1.4.1.1-rel-opendmarc-1-4-1-1_GH0.tar.gz) = 5299adbf620c5b02961df6321f82799202842f3d47840d237e484c101407f85a
3
SIZE (opendmarc-1.3.2.tar.gz) = 593448
3
SIZE (trusteddomainproject-OpenDMARC-1.4.1.1-rel-opendmarc-1-4-1-1_GH0.tar.gz) = 426618
(-)mail/opendmarc/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)
(-)mail/opendmarc/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 257582