Bug 192311 - mail/opendmarc: update to 1.3.0
Summary: mail/opendmarc: update to 1.3.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Vsevolod Stakhov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-01 13:53 UTC by Jaap Akkerhuis
Modified: 2014-08-12 20:39 UTC (History)
1 user (show)

See Also:


Attachments
Patch to new release (1.44 KB, patch)
2014-08-01 13:53 UTC, Jaap Akkerhuis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jaap Akkerhuis 2014-08-01 13:53:11 UTC
Created attachment 145213 [details]
Patch to new release

Notes about this release:

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.  Suggested by Robbert Klarenbeek.
	Fix bug #72: Don't crash when From fields are absent.  Patch from
		Andreas Schulze.
	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.  Reported by
		Julian Mehnle.
	Fix bug #76: Repair damage with respect to Authentication-Results
		header field selection.  Reported by Todd Lyons.
	Fix bug #77: Request quarantine from the MTA during option
		negotiation.  Reported by Richard Platel.
	Fix bug #78: Add missing newline in forensic report header.
	Fix bug #90: Make "--with-sql-backend" without any value do the
		right thing.  Reported by Scott Kitterman.
	Fix bug #93: Honor size limits in URIs.  Patch from Tomki Camp.
	Make "smime" and "rrvs" legal Authentication-Results methods.
	Provide better logging when pclose() for a forensic report returns
		non-zero.  Problem noted by Michael Nausch.
	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.  Patch from Scott
		Kitterman.
	REPORTS: Feature request #80: Generate aggregate reports on UTC
		day boundaries.  Requested by Tomki Camp.
	REPORTS: Feature request #84: Optionally expire old data from
		lower-growth tables.  Requested by Christoph Steindl.
	REPORTS: Fix bug #70: Fix date range generation in reports.  Patch
		from Karol Augustin.
	REPORTS: Fix bug #82: Fix recording of report timestamp to avoid lost
		records.  Reported by Christoph Steindl.
	REPORTS: Fix bug #83: When expiring data, truncate the signatures table
		if all messages were expired.  Reported by Christoph Steindl.
	REPORTS: Fix bug #85: Report subdomain policy.  Patch from
		Christoph Steindl.
	LIBOPENDMARC: Fix bug #71: Fix "rua" extraction from DMARC records
		Problem noted by Karol Augustin.
	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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2014-08-01 17:43:47 UTC
A commit references this bug:

Author: pi
Date: Fri Aug  1 17:43:42 UTC 2014
New revision: 363744
URL: http://svnweb.freebsd.org/changeset/ports/363744

Log:
  mail/opendmarc: 1.2.0 -> 1.3.0

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

  PR:		192311
  Submitted by:	jaap@NLnetLabs.nl (maintainer)

Changes:
  head/mail/opendmarc/Makefile
  head/mail/opendmarc/distinfo
  head/mail/opendmarc/pkg-plist
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2014-08-01 17:44:33 UTC
Committed, thanks.
Comment 3 Kurt Jaeger freebsd_committer freebsd_triage 2014-08-01 19:19:30 UTC
I found out that mail/exim needs an portrevision bump, because
the .so changed from opendmarc 1.2.0 to 1.3.0.

Can you commit that ? Should I ?
Comment 4 commit-hook freebsd_committer freebsd_triage 2014-08-02 21:52:17 UTC
A commit references this bug:

Author: pi
Date: Sat Aug  2 21:52:13 UTC 2014
New revision: 363840
URL: http://svnweb.freebsd.org/changeset/ports/363840

Log:
  mail/exim: bump portrevision for mail/opendmarc dependency

  PR:		192311

Changes:
  head/mail/exim/Makefile