Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Mar 2015 12:18:06 +0000 (UTC)
From:      Erwin Lansing <erwin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r380979 - head/mail/opendmarc
Message-ID:  <201503111218.t2BCI6Nk071532@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: erwin
Date: Wed Mar 11 12:18:05 2015
New Revision: 380979
URL: https://svnweb.freebsd.org/changeset/ports/380979
QAT: https://qat.redports.org/buildarchive/r380979/

Log:
  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)

Modified:
  head/mail/opendmarc/Makefile
  head/mail/opendmarc/distinfo
  head/mail/opendmarc/pkg-plist

Modified: head/mail/opendmarc/Makefile
==============================================================================
--- head/mail/opendmarc/Makefile	Wed Mar 11 11:59:50 2015	(r380978)
+++ head/mail/opendmarc/Makefile	Wed Mar 11 12:18:05 2015	(r380979)
@@ -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

Modified: head/mail/opendmarc/distinfo
==============================================================================
--- head/mail/opendmarc/distinfo	Wed Mar 11 11:59:50 2015	(r380978)
+++ head/mail/opendmarc/distinfo	Wed Mar 11 12:18:05 2015	(r380979)
@@ -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

Modified: head/mail/opendmarc/pkg-plist
==============================================================================
--- head/mail/opendmarc/pkg-plist	Wed Mar 11 11:59:50 2015	(r380978)
+++ head/mail/opendmarc/pkg-plist	Wed Mar 11 12:18:05 2015	(r380979)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503111218.t2BCI6Nk071532>