diff options
author | pettai <pettai@pkgsrc.org> | 2015-03-15 22:26:34 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2015-03-15 22:26:34 +0000 |
commit | f7909900ecad4d56816fcf02420c1f179582a9f1 (patch) | |
tree | 9ee5e3f0e98559b3a0448a4a73b1b58788d670b7 /mail | |
parent | ac93142cc7ac6b42b5259e67dfe32f5fa11e46b4 (diff) | |
download | pkgsrc-f7909900ecad4d56816fcf02420c1f179582a9f1.tar.gz |
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 (limited to 'mail')
-rw-r--r-- | mail/opendmarc/Makefile | 5 | ||||
-rw-r--r-- | mail/opendmarc/PLIST | 4 | ||||
-rw-r--r-- | mail/opendmarc/distinfo | 8 |
3 files changed, 8 insertions, 9 deletions
diff --git a/mail/opendmarc/Makefile b/mail/opendmarc/Makefile index c9e44c2e300..6fb773316a7 100644 --- a/mail/opendmarc/Makefile +++ b/mail/opendmarc/Makefile @@ -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 --git a/mail/opendmarc/PLIST b/mail/opendmarc/PLIST index 0f5e0ab5a4c..61772d01b17 100644 --- a/mail/opendmarc/PLIST +++ b/mail/opendmarc/PLIST @@ -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.rddmarc 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 --git a/mail/opendmarc/distinfo b/mail/opendmarc/distinfo index c545051d73f..71f92e079b6 100644 --- a/mail/opendmarc/distinfo +++ b/mail/opendmarc/distinfo @@ -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 |