Bug 202668

Summary: [PATCH] mail/opendkim -- small fix for line-wrapping regression
Product: Ports & Packages Reporter: Matthew Seaman <matthew>
Component: Individual Port(s)Assignee: Matthew Seaman <matthew>
Status: Closed FIXED    
Severity: Affects Some People CC: freebsd-ports
Priority: --- Keywords: patch
Version: LatestFlags: freebsd-ports: maintainer-feedback+
Hardware: Any   
OS: Any   
Attachments:
Description Flags
update to mail/opendkim port
none
poudriere testport output none

Description Matthew Seaman freebsd_committer freebsd_triage 2015-08-26 09:00:25 UTC
Created attachment 160367 [details]
update to mail/opendkim port

* Add a fix for where libopendkim fails to cope with a header line which is wrapped immediately after the header name.  This has been reported upstream:

http://sourceforge.net/p/opendkim/bugs/230/

* Update pkg-descr -- all of the ADSP stuff has gone from opendkim now.
Comment 1 Matthew Seaman freebsd_committer freebsd_triage 2015-08-26 09:01:07 UTC
Created attachment 160368 [details]
poudriere testport output
Comment 2 Daniel Austin 2015-08-28 06:52:50 UTC
Looks ok to me, nice simple change.
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-08-28 09:24:29 UTC
A commit references this bug:

Author: matthew
Date: Fri Aug 28 09:23:54 UTC 2015
New revision: 395454
URL: https://svnweb.freebsd.org/changeset/ports/395454

Log:
  * Add a fix for where libopendkim fails to cope with a header line
    which is wrapped immediately after the header name.  This has been
    reported upstream:

  http://sourceforge.net/p/opendkim/bugs/230/

  * Update pkg-descr -- all of the ADSP stuff has gone from opendkim
    now.

  PR:		202668
  Approved by:	freebsd-ports@dan.me.uk (maintainer)

Changes:
  head/mail/opendkim/Makefile
  head/mail/opendkim/files/patch-libopendkim_dkim-canon.c
  head/mail/opendkim/pkg-descr
Comment 4 Matthew Seaman freebsd_committer freebsd_triage 2015-08-28 09:29:09 UTC
Committed, thank!