diff options
author | erwin <erwin@FreeBSD.org> | 2015-03-11 20:18:05 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2015-03-11 20:18:05 +0800 |
commit | 4dc5d37f932c5544da37d7c39a0a52c9a7b734df (patch) | |
tree | 2361f4429bd678d2007a0176e30371dcec8e6603 /mail | |
parent | f80d666ba9ad5909482dc21680610ce2bfe22fa6 (diff) | |
download | freebsd-ports-graphics-4dc5d37f932c5544da37d7c39a0a52c9a7b734df.tar.gz freebsd-ports-graphics-4dc5d37f932c5544da37d7c39a0a52c9a7b734df.tar.zst freebsd-ports-graphics-4dc5d37f932c5544da37d7c39a0a52c9a7b734df.zip |
Update to version 1.3.1, Maintainer change to Dan Mahoney <danm@prime.gushi.org>
This is mainly a bug fix release, but it does contain one important new
feature. Upgrade is recommended.
The full RELEASE_NOTES for this version, showing changes since the last
release:
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. Suggested
by Andreas Schulze.
Fix bug #102: Don't lose SPF results and output the "-1" default.
Reported by Kurt Roeckx.
Fix bug #103: Fix IgnoreAuthenticatedClients by requesting the
right macro value from the MTA.
Fix bug #113: Remove "TemporaryDirectory" (unused). Patch from
Andreas Schulze.
LIBOPENDMARC: Fix bug #104: Include <sys/param.h> and <resolv.h>
in <opendmarc/dmarc.h> so that MAXPATHLEN and MAXNS get
defined consistently. Reported by Frank J. Lhota.
LIBOPENDMARC: Fix bug #105: Get the h_errno definition from
<netdb.h> rather than declaring it. Problem noted
by Frank J. Lhota.
LIBOPENDMARC: Fix bug #106: Clean up issues with the types passed
to opendmarc_policy_library_dns_hook(). Noted by
Frank J. Lhota.
DOCS: Fix bug #99: Update list of constraints on
opendmarc_policy_fetch_alignment(). Reported by
Frank J. Lhota.
REPORTS: Fix bug #108: Handle malformed mailto URIs in DMARC
records (e.g., just "mailto:"). Reported by Andreas Schulze.
REPORTS: Fix bug #110: Support SQL backend selection in
opendmarc-expire. Reported by Mark Reidenbach.
PR: 198502
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/opendmarc/Makefile | 5 | ||||
-rw-r--r-- | mail/opendmarc/distinfo | 4 | ||||
-rw-r--r-- | mail/opendmarc/pkg-plist | 2 |
3 files changed, 5 insertions, 6 deletions
diff --git a/mail/opendmarc/Makefile b/mail/opendmarc/Makefile index 4cdce3f5820..bcad8d03c91 100644 --- a/mail/opendmarc/Makefile +++ b/mail/opendmarc/Makefile @@ -2,14 +2,13 @@ # $FreeBSD$ PORTNAME= opendmarc -PORTVERSION= 1.3.0 -PORTREVISION= 1 +PORTVERSION= 1.3.1 CATEGORIES= mail security MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME} \ ${PORTNAME}/Previous%20Releases -MAINTAINER= jaap@NLnetLabs.nl +MAINTAINER= freebsd@gushi.org COMMENT= DMARC library and milter implementation LICENSE= BSD3CLAUSE SENDMAIL diff --git a/mail/opendmarc/distinfo b/mail/opendmarc/distinfo index ae0a5ad83f5..88ca42780d9 100644 --- a/mail/opendmarc/distinfo +++ b/mail/opendmarc/distinfo @@ -1,2 +1,2 @@ -SHA256 (opendmarc-1.3.0.tar.gz) = 43547c5bcd440e1a50109063ba1d07bd5b1b9af89f7491e063fe0788a1af13e8 -SIZE (opendmarc-1.3.0.tar.gz) = 640017 +SHA256 (opendmarc-1.3.1.tar.gz) = a0c0cf74de68454cbdce16a3095b96e70fc16614325052ea230878d1ca64da6b +SIZE (opendmarc-1.3.1.tar.gz) = 640151 diff --git a/mail/opendmarc/pkg-plist b/mail/opendmarc/pkg-plist index 3793a37de4f..4d36d9bb653 100644 --- a/mail/opendmarc/pkg-plist +++ b/mail/opendmarc/pkg-plist @@ -10,7 +10,7 @@ etc/mail/opendmarc.conf.sample include/opendmarc/dmarc.h lib/libopendmarc.a lib/libopendmarc.so.2 -lib/libopendmarc.so.2.0.0 +lib/libopendmarc.so.2.0.1 lib/libopendmarc.so sbin/opendmarc sbin/opendmarc-check |