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.1 2015/02/23



details:   https://anonhg.NetBSD.org/pkgsrc/rev/57309484fef2
branches:  trunk
changeset: 648639:57309484fef2
user:      pettai <pettai%pkgsrc.org@localhost>
date:      Sun Mar 15 22:26:34 2015 +0000

description:
1.3.1           2015/02/23
        Fix bug #97: Add ability to change envelope sender, client IP
                address, client hostname, and HELO value used in test
                mode, via environment variables.  This can be turned
                into something more formal in a later release.
        Fix bug #102: Don't lose SPF results and output the "-1" default.
        Fix bug #103: Fix IgnoreAuthenticatedClients by requesting the
                right macro value from the MTA.
        Fix bug #113: Remove "TemporaryDirectory" (unused).
        LIBOPENDMARC: Fix bug #104: Include <sys/param.h> and <resolv.h>
                in <opendmarc/dmarc.h> so that MAXPATHLEN and MAXNS get
                defined consistently.
        LIBOPENDMARC: Fix bug #105: Get the h_errno definition from
                <netdb.h> rather than declaring it.
        LIBOPENDMARC: Fix bug #106: Clean up issues with the types passed
                to opendmarc_policy_library_dns_hook().
        DOCS: Fix bug #99: Update list of constraints on
                opendmarc_policy_fetch_alignment().
        REPORTS: Fix bug #108: Handle malformed mailto URIs in DMARC
                records (e.g., just "mailto:";).
        REPORTS: Fix bug #110: Support SQL backend selection in
                opendmarc-expire.

diffstat:

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

diffs (46 lines):

diff -r b488c52e5ed1 -r 57309484fef2 mail/opendmarc/Makefile
--- a/mail/opendmarc/Makefile   Sun Mar 15 22:26:26 2015 +0000
+++ b/mail/opendmarc/Makefile   Sun Mar 15 22:26:34 2015 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2014/12/05 16:00:23 christos Exp $
+# $NetBSD: Makefile,v 1.10 2015/03/15 22:26:34 pettai Exp $
 
-DISTNAME=      opendmarc-1.3.0
-PKGREVISION=   1
+DISTNAME=      opendmarc-1.3.1
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=opendmarc/}
 
diff -r b488c52e5ed1 -r 57309484fef2 mail/opendmarc/PLIST
--- a/mail/opendmarc/PLIST      Sun Mar 15 22:26:26 2015 +0000
+++ b/mail/opendmarc/PLIST      Sun Mar 15 22:26:34 2015 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2014/09/27 19:30:12 pettai Exp $
+@comment $NetBSD: PLIST,v 1.5 2015/03/15 22:26:34 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-03.txt
+share/doc/opendmarc/draft-dmarc-base-13.txt
 share/doc/opendmarc/index.html
 share/doc/opendmarc/mkdb.mysql
 share/doc/opendmarc/mkdmarc
diff -r b488c52e5ed1 -r 57309484fef2 mail/opendmarc/distinfo
--- a/mail/opendmarc/distinfo   Sun Mar 15 22:26:26 2015 +0000
+++ b/mail/opendmarc/distinfo   Sun Mar 15 22:26:34 2015 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2014/12/05 16:00:23 christos Exp $
+$NetBSD: distinfo,v 1.5 2015/03/15 22:26:34 pettai Exp $
 
-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
+SHA1 (opendmarc-1.3.1.tar.gz) = bdd12713888c16e77334281238f88990df225929
+RMD160 (opendmarc-1.3.1.tar.gz) = 623b51544f428ade14f0a5d6204f8bf41af8375a
+Size (opendmarc-1.3.1.tar.gz) = 640151 bytes
 SHA1 (patch-configure) = 15abea1f890249c46eb0b969133fc809507feb6a
 SHA1 (patch-configure.ac) = b7ee9ae49e04fceaf2872dac7e2f60a15d3c9aa0



Home | Main Index | Thread Index | Old Index