pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/opendmarc 1.2.0 2014/03/14



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f85edc6b4f4d
branches:  trunk
changeset: 632659:f85edc6b4f4d
user:      pettai <pettai%pkgsrc.org@localhost>
date:      Wed Apr 02 21:33:41 2014 +0000

description:
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.

diffstat:

 mail/opendmarc/Makefile |  5 ++---
 mail/opendmarc/PLIST    |  6 ++++--
 mail/opendmarc/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 9 deletions(-)

diffs (59 lines):

diff -r a4ba02a17b1c -r f85edc6b4f4d mail/opendmarc/Makefile
--- a/mail/opendmarc/Makefile   Wed Apr 02 21:26:39 2014 +0000
+++ b/mail/opendmarc/Makefile   Wed Apr 02 21:33:41 2014 +0000
@@ -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 -r a4ba02a17b1c -r f85edc6b4f4d mail/opendmarc/PLIST
--- a/mail/opendmarc/PLIST      Wed Apr 02 21:26:39 2014 +0000
+++ b/mail/opendmarc/PLIST      Wed Apr 02 21:33:41 2014 +0000
@@ -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.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_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 -r a4ba02a17b1c -r f85edc6b4f4d mail/opendmarc/distinfo
--- a/mail/opendmarc/distinfo   Wed Apr 02 21:26:39 2014 +0000
+++ b/mail/opendmarc/distinfo   Wed Apr 02 21:33:41 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index