diff options
author | pettai <pettai@pkgsrc.org> | 2014-04-02 21:33:41 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2014-04-02 21:33:41 +0000 |
commit | d21e52604f6ade5b2bd9691f196cbb8944180b99 (patch) | |
tree | 9b1a2717d6fb1b3dbc81ad14426d873e1bac9b64 | |
parent | fd60fd47cd4b3f24dfe3d9fb23b1641de1fbba93 (diff) | |
download | pkgsrc-d21e52604f6ade5b2bd9691f196cbb8944180b99.tar.gz |
1.2.0 2014/03/14
Feature request #44: Allow override of the From: field on forensic
reports.
Feature request #45: Log the host portion of ignored
Authentication-Results fields at "debug" level.
Feature request #56: Add "RequiredHeaders" setting to enforce syntax
checks against a message and reject those that don't comply.
Feature request #65: Add "ForensicReportsBcc".
Fix bug #46: Charitable tweak to a couple of log messages.
Fix bug #55: The "SoftwareHeader" setting wasn't being set properly.
Fix bug #58: The "smtp.mailfrom" part of an Authentication-Results
field might contain only a domain name.
Fix bug #60: Default AuthservID to the name provided by the MTA,
not the local host name, which is consistent with what
OpenDKIM does.
Merge request #2: Validate external recipients before adding them to
report recipient lists.
Record all DKIM results to the history file, rather than only
passing results.
BUILD: Fix bug #50: Check libbsd for strlcat() and strlcpy() so we
don't make our own when we don't need to.
CONTRIB: Fix bug #52: Update path to draft RFC in contrib/spec.
CONTRIB: Fix bug #59: Allow database name, userid and password to be
specified on the command line rather than hard-coding them.
DOCS: Fix bug #48: Add a libopendmarc use overview page.
DOCS: Fix bug #53: Add man page for opendmarc-importstats.
REPORTS: Fix bug #51: Check status after every phase of SMTP when
sending reports.
REPORTS: Fix DKIM status importing.
LIBOPENDMARC: Fix bug #68: Fix strict/relaxed checking logic when
a public suffix list is available.
LIBOPENDMARC: Fixed a bug where in some instances the fetch of the
orgainizational domain could wrongly return the from domain.
LIBOPENDMARC: Fix call to missing function.
-rw-r--r-- | mail/opendmarc/Makefile | 5 | ||||
-rw-r--r-- | mail/opendmarc/PLIST | 6 | ||||
-rw-r--r-- | mail/opendmarc/distinfo | 8 |
3 files changed, 10 insertions, 9 deletions
diff --git a/mail/opendmarc/Makefile b/mail/opendmarc/Makefile index bb2e4f06bd6..9a494e7c308 100644 --- a/mail/opendmarc/Makefile +++ b/mail/opendmarc/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2014/03/13 23:56:55 pettai Exp $ +# $NetBSD: Makefile,v 1.5 2014/04/02 21:33:41 pettai Exp $ -DISTNAME= opendmarc-1.1.3 -PKGREVISION= 2 +DISTNAME= opendmarc-1.2.0 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opendmarc/} diff --git a/mail/opendmarc/PLIST b/mail/opendmarc/PLIST index 9862dc7474a..e20c3a77c81 100644 --- a/mail/opendmarc/PLIST +++ b/mail/opendmarc/PLIST @@ -1,10 +1,11 @@ -@comment $NetBSD: PLIST,v 1.2 2014/03/11 14:05:04 jperkin Exp $ +@comment $NetBSD: PLIST,v 1.3 2014/04/02 21:33:41 pettai Exp $ include/opendmarc/dmarc.h lib/libopendmarc.la man/man5/opendmarc.conf.5 man/man8/opendmarc-check.8 man/man8/opendmarc-expire.8 man/man8/opendmarc-import.8 +man/man8/opendmarc-importstats.8 man/man8/opendmarc-params.8 man/man8/opendmarc-reports.8 man/man8/opendmarc.8 @@ -22,7 +23,7 @@ share/doc/opendmarc/README.rddmarc share/doc/opendmarc/README.schema share/doc/opendmarc/dmarc_policy_t.html share/doc/opendmarc/dmarcfail.py -share/doc/opendmarc/draft-dmarc-base-00-03.txt +share/doc/opendmarc/draft-dmarc-base-02.txt share/doc/opendmarc/index.html share/doc/opendmarc/mkdb.mysql share/doc/opendmarc/mkdmarc @@ -64,6 +65,7 @@ share/doc/opendmarc/opendmarc_tld_shutdown.html share/doc/opendmarc/opendmarc_util_clearargv.html share/doc/opendmarc/opendmarc_xml.html share/doc/opendmarc/opendmarc_xml_parse.html +share/doc/opendmarc/overview.html share/doc/opendmarc/rddmarc share/doc/opendmarc/schema.mysql share/examples/opendmarc/opendmarc.conf.sample diff --git a/mail/opendmarc/distinfo b/mail/opendmarc/distinfo index 62973a99fe4..bb2e49bb9ff 100644 --- a/mail/opendmarc/distinfo +++ b/mail/opendmarc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2013/12/05 16:00:19 pettai Exp $ +$NetBSD: distinfo,v 1.2 2014/04/02 21:33:41 pettai Exp $ -SHA1 (opendmarc-1.1.3.tar.gz) = 28d90511fdf6f459cf1d16b50310f91dbb297045 -RMD160 (opendmarc-1.1.3.tar.gz) = e5018a3079fe12d2f82f91ddc598a7d59d1a2cdc -Size (opendmarc-1.1.3.tar.gz) = 586574 bytes +SHA1 (opendmarc-1.2.0.tar.gz) = 82c696d2a86b5f2e4b91ac6c6ae7f205ccfa7329 +RMD160 (opendmarc-1.2.0.tar.gz) = 105b4a3d8dfeb6515b91e2436e890e293cca0d25 +Size (opendmarc-1.2.0.tar.gz) = 616670 bytes |