Bug 202668 - [PATCH] mail/opendkim -- small fix for line-wrapping regression
Summary: [PATCH] mail/opendkim -- small fix for line-wrapping regression
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Matthew Seaman
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-08-26 09:00 UTC by Matthew Seaman
Modified: 2015-08-28 09:29 UTC (History)
1 user (show)

See Also:
freebsd-ports: maintainer-feedback+


Attachments
update to mail/opendkim port (1.97 KB, patch)
2015-08-26 09:00 UTC, Matthew Seaman
no flags Details | Diff
poudriere testport output (205.74 KB, text/plain)
2015-08-26 09:01 UTC, Matthew Seaman
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!