aboutsummaryrefslogtreecommitdiff
path: root/mail/opendmarc
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2014-08-01 17:43:41 +0000
committerKurt Jaeger <pi@FreeBSD.org>2014-08-01 17:43:41 +0000
commitd569110e1dcc80c60862826e6827620cf0f22fab (patch)
treea1cbc736a8de4094cedf67670b14b8dcc3812863 /mail/opendmarc
parent26b91d01317b2478b5aeb1f4ea5ebccb2f0e34a3 (diff)
downloadports-d569110e1dcc80c60862826e6827620cf0f22fab.tar.gz
ports-d569110e1dcc80c60862826e6827620cf0f22fab.zip
mail/opendmarc: 1.2.0 -> 1.3.0
1.3.0 2014/07/31 Integrated SPF checking is now available through the new SPFSelfValidate and SPFIgnoreResults settings. Feature request #79: Optionally ignore clients that authenticated using SMTP AUTH. Fix bug #60, part II: Default AuthservID to the name provided by the MTA, not the local host name, which is consistent with what OpenDKIM does. Suggested by Robbert Klarenbeek. Fix bug #72: Don't crash when From fields are absent. Patch from Andreas Schulze. Fix bug #74: Change "Forensic" to "Failure" just about everywhere to match the language now being used in the base DMARC draft. Note that this also changes some names in the configuration file. Fix bug #75: Correct typo in MIME of forensic reports. Reported by Julian Mehnle. Fix bug #76: Repair damage with respect to Authentication-Results header field selection. Reported by Todd Lyons. Fix bug #77: Request quarantine from the MTA during option negotiation. Reported by Richard Platel. Fix bug #78: Add missing newline in forensic report header. Fix bug #90: Make "--with-sql-backend" without any value do the right thing. Reported by Scott Kitterman. Fix bug #93: Honor size limits in URIs. Patch from Tomki Camp. Make "smime" and "rrvs" legal Authentication-Results methods. Provide better logging when pclose() for a forensic report returns non-zero. Problem noted by Michael Nausch. Add configuration support for internal SPF checks. Includes hooks in the milter to check that SPF is configured to do so. This can use a private SPF implementation or libspf2. Fix strlcat() and strlcpy() support for Debian. Patch from Scott Kitterman. REPORTS: Feature request #80: Generate aggregate reports on UTC day boundaries. Requested by Tomki Camp. REPORTS: Feature request #84: Optionally expire old data from lower-growth tables. Requested by Christoph Steindl. REPORTS: Fix bug #70: Fix date range generation in reports. Patch from Karol Augustin. REPORTS: Fix bug #82: Fix recording of report timestamp to avoid lost records. Reported by Christoph Steindl. REPORTS: Fix bug #83: When expiring data, truncate the signatures table if all messages were expired. Reported by Christoph Steindl. REPORTS: Fix bug #85: Report subdomain policy. Patch from Christoph Steindl. LIBOPENDMARC: Fix bug #71: Fix "rua" extraction from DMARC records Problem noted by Karol Augustin. LIBOPENDMARC: Added support for milter to perform own spf checks. Three new files: opendmarc_spf.c, opendmard_spf_dns.c and test/test_spf.cl, allow integrated SPF support. Support for use of libspf2 is also provided. PR: 192311 Submitted by: jaap@NLnetLabs.nl (maintainer)
Notes
Notes: svn path=/head/; revision=363744
Diffstat (limited to 'mail/opendmarc')
-rw-r--r--mail/opendmarc/Makefile5
-rw-r--r--mail/opendmarc/distinfo4
-rw-r--r--mail/opendmarc/pkg-plist4
3 files changed, 6 insertions, 7 deletions
diff --git a/mail/opendmarc/Makefile b/mail/opendmarc/Makefile
index 7589e6df1f02..933d6cc826ab 100644
--- a/mail/opendmarc/Makefile
+++ b/mail/opendmarc/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= opendmarc
-PORTVERSION= 1.2.0
-PORTREVISION= 1
+PORTVERSION= 1.3.0
CATEGORIES= mail security
MASTER_SITES= SF
MASTER_SITE_SUBDIR= ${PORTNAME} \
@@ -37,6 +36,6 @@ post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/mail
${INSTALL_DATA} \
${WRKSRC}/opendmarc/opendmarc.conf.sample ${STAGEDIR}${PREFIX}/etc/mail
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libopendmarc.so.1
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libopendmarc.so.2
.include <bsd.port.mk>
diff --git a/mail/opendmarc/distinfo b/mail/opendmarc/distinfo
index 69053c6a6a2b..ae0a5ad83f55 100644
--- a/mail/opendmarc/distinfo
+++ b/mail/opendmarc/distinfo
@@ -1,2 +1,2 @@
-SHA256 (opendmarc-1.2.0.tar.gz) = 9cd68634a3ac5e0c9108edc8a5aa0d60f1edab62de5e03845e6fcae6109dc448
-SIZE (opendmarc-1.2.0.tar.gz) = 616670
+SHA256 (opendmarc-1.3.0.tar.gz) = 43547c5bcd440e1a50109063ba1d07bd5b1b9af89f7491e063fe0788a1af13e8
+SIZE (opendmarc-1.3.0.tar.gz) = 640017
diff --git a/mail/opendmarc/pkg-plist b/mail/opendmarc/pkg-plist
index 837189407337..fa932fea6f93 100644
--- a/mail/opendmarc/pkg-plist
+++ b/mail/opendmarc/pkg-plist
@@ -9,8 +9,8 @@ man/man8/opendmarc-importstats.8.gz
etc/mail/opendmarc.conf.sample
include/opendmarc/dmarc.h
lib/libopendmarc.a
-lib/libopendmarc.so.1
-lib/libopendmarc.so.1.0.2
+lib/libopendmarc.so.2
+lib/libopendmarc.so.2.0.0
lib/libopendmarc.so
sbin/opendmarc
sbin/opendmarc-check