pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/opendmarc 1.3.0 2014/07/31



details:   https://anonhg.NetBSD.org/pkgsrc/rev/83d77046c9c4
branches:  trunk
changeset: 639847:83d77046c9c4
user:      pettai <pettai%pkgsrc.org@localhost>
date:      Sat Sep 27 19:30:12 2014 +0000

description:
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.
        Fix bug #72: Don't crash when From fields are absent.
        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.
        Fix bug #76: Repair damage with respect to Authentication-Results
                header field selection.
        Fix bug #77: Request quarantine from the MTA during option
                negotiation.
        Fix bug #78: Add missing newline in forensic report header.
        Fix bug #90: Make "--with-sql-backend" without any value do the
                right thing.
        Fix bug #93: Honor size limits in URIs.
        Make "smime" and "rrvs" legal Authentication-Results methods.
        Provide better logging when pclose() for a forensic report returns
                non-zero.
        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.
        REPORTS: Feature request #80: Generate aggregate reports on UTC
                day boundaries.
        REPORTS: Feature request #84: Optionally expire old data from
                lower-growth tables.
        REPORTS: Fix bug #70: Fix date range generation in reports.
        REPORTS: Fix bug #82: Fix recording of report timestamp to avoid lost
                records.
        REPORTS: Fix bug #83: When expiring data, truncate the signatures table
                if all messages were expired..
        REPORTS: Fix bug #85: Report subdomain policy.
        LIBOPENDMARC: Fix bug #71: Fix "rua" extraction from DMARC records.
        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.

diffstat:

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

diffs (52 lines):

diff -r b4fe7132395b -r 83d77046c9c4 mail/opendmarc/Makefile
--- a/mail/opendmarc/Makefile   Sat Sep 27 12:27:39 2014 +0000
+++ b/mail/opendmarc/Makefile   Sat Sep 27 19:30:12 2014 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2014/09/25 13:58:23 jperkin Exp $
+# $NetBSD: Makefile,v 1.8 2014/09/27 19:30:12 pettai Exp $
 
-DISTNAME=      opendmarc-1.2.0
-PKGREVISION=   1
+DISTNAME=      opendmarc-1.3.0
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=opendmarc/}
 
diff -r b4fe7132395b -r 83d77046c9c4 mail/opendmarc/PLIST
--- a/mail/opendmarc/PLIST      Sat Sep 27 12:27:39 2014 +0000
+++ b/mail/opendmarc/PLIST      Sat Sep 27 19:30:12 2014 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2014/04/02 21:33:41 pettai Exp $
+@comment $NetBSD: PLIST,v 1.4 2014/09/27 19:30:12 pettai Exp $
 include/opendmarc/dmarc.h
 lib/libopendmarc.la
 man/man5/opendmarc.conf.5
@@ -23,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-02.txt
+share/doc/opendmarc/draft-dmarc-base-03.txt
 share/doc/opendmarc/index.html
 share/doc/opendmarc/mkdb.mysql
 share/doc/opendmarc/mkdmarc
@@ -59,6 +59,7 @@
 share/doc/opendmarc/opendmarc_policy_store_from_domain.html
 share/doc/opendmarc/opendmarc_policy_store_spf.html
 share/doc/opendmarc/opendmarc_policy_to_buf.html
+share/doc/opendmarc/opendmarc_spf_test.html
 share/doc/opendmarc/opendmarc_status_t.html
 share/doc/opendmarc/opendmarc_tld_read_file.html
 share/doc/opendmarc/opendmarc_tld_shutdown.html
diff -r b4fe7132395b -r 83d77046c9c4 mail/opendmarc/distinfo
--- a/mail/opendmarc/distinfo   Sat Sep 27 12:27:39 2014 +0000
+++ b/mail/opendmarc/distinfo   Sat Sep 27 19:30:12 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2014/04/02 21:33:41 pettai Exp $
+$NetBSD: distinfo,v 1.3 2014/09/27 19:30:12 pettai Exp $
 
-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
+SHA1 (opendmarc-1.3.0.tar.gz) = 7d50e8319934b96ba67ae038f6dfc78eacbc0072
+RMD160 (opendmarc-1.3.0.tar.gz) = f33cd5de045e800fcdb44cd9ab6199bef5d34baf
+Size (opendmarc-1.3.0.tar.gz) = 640017 bytes



Home | Main Index | Thread Index | Old Index