View | Details | Raw Unified | Return to bug 202668
Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=		opendkim
4
PORTNAME=		opendkim
5
PORTVERSION=		2.10.3
5
PORTVERSION=		2.10.3
6
PORTREVISION=		1
6
CATEGORIES=		mail security
7
CATEGORIES=		mail security
7
MASTER_SITES=		SF/${PORTNAME} \
8
MASTER_SITES=		SF/${PORTNAME} \
8
			SF/${PORTNAME}/Previous%20Releases \
9
			SF/${PORTNAME}/Previous%20Releases \
(-)files/patch-libopendkim_dkim-canon.c (+11 lines)
Line 0 Link Here
1
--- libopendkim/dkim-canon.c.orig	2015-08-26 08:37:01 UTC
2
+++ libopendkim/dkim-canon.c
3
@@ -388,7 +388,7 @@ dkim_canon_header_string(struct dkim_dst
4
 		}
5
 
6
 		/* skip all spaces before first word */
7
-		while (*p != '\0' && DKIM_ISWSP(*p))
8
+		while (*p != '\0' && DKIM_ISLWSP(*p))
9
 			p++;
10
 
11
 		space = FALSE;				/* just saw a space */
(-)pkg-descr (-2 / +1 lines)
Lines 1-8 Link Here
1
OpenDKIM is an open source implementation of the DKIM (Domain Keys Identified
1
OpenDKIM is an open source implementation of the DKIM (Domain Keys Identified
2
Mail) sender authentication system proposed by the E-mail Signing Technology
2
Mail) sender authentication system proposed by the E-mail Signing Technology
3
Group (ESTG), now standardized by the IETF (RFC4871). It also includes
3
Group (ESTG), now standardized by the IETF (RFC4871). It also includes
4
implementations of the Author Domain Signing Practises (ADSP, RFC5617) and
4
an implementations of the Vouch By Reference (VBR, RFC5518) proposed standard.
5
Vouch By Reference (VBR, RFC5518) proposed standards.
6
5
7
The OpenDKIM package consists of a library that implements the DKIM service
6
The OpenDKIM package consists of a library that implements the DKIM service
8
and a milter-based filter application that can plug in to any milter-aware
7
and a milter-based filter application that can plug in to any milter-aware

Return to bug 202668