Bug 121700 - [maintainer] mail/dkim-milter several bug fixes
Summary: [maintainer] mail/dkim-milter several bug fixes
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-14 13:10 UTC by Hirohisa Yamaguchi
Modified: 2008-03-17 16:00 UTC (History)
0 users

See Also:


Attachments
file.diff (5.88 KB, patch)
2008-03-14 13:10 UTC, Hirohisa Yamaguchi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hirohisa Yamaguchi 2008-03-14 13:10:01 UTC
	There are several problems found in dkim-milter-2.5.0 port.
	 + OmitHeaders not working (sf.net #1911328)
	    https://sourceforge.net/tracker/index.php?func=detail&aid=1911328&group_id=139420&atid=744358
	 + dkim-stat error (sf.net #1912332)
	    https://sourceforge.net/tracker/index.php?func=detail&aid=1912332&group_id=139420&atid=744358
	 + Mutex not initialized properly for testing mode ("-t") (sf.net #1912569)
	    https://sourceforge.net/tracker/index.php?func=detail&aid=1912569&group_id=139420&atid=744358
	 + Update build (from 2.4.3/2.4.4) fails when WITH_SENDMAIL_PORT is set ( ports/121529 )
	    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/121529
	 + Build fails when WITH_DIFFHEADERS and WITH_SENDMAIL_STATIC_MILTER are set

Fix: The patch follows:
	  dinoex@ might have his patch for bsd.milter.mk
How-To-Repeat: 	(omitted)
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2008-03-14 19:19:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

is a part of 121701.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-03-17 15:58:01 UTC
dinoex      2008-03-17 15:57:54 UTC

  FreeBSD ports repository

  Modified files:
    mail/dkim-milter     Makefile 
    mail/dkim-milter/files site.config.m4 
  Added files:
    mail/dkim-milter/files patch-dkim-filter__dkim-db.c 
                           patch-dkim-filter__dkim-filter.c 
  Log:
  - fix OmitHeaders not working
  - fix dkim-stat error
  - fix Mutex not initialized properly for testing mode
  - fix build with WITH_SENDMAIL_PORT defined
  PR:             121700
  Submitted by:   Hirohisa Yamaguchi (maintainer)
  
  Revision  Changes    Path
  1.44      +5 -2      ports/mail/dkim-milter/Makefile
  1.1       +52 -0     ports/mail/dkim-milter/files/patch-dkim-filter__dkim-db.c (new)
  1.1       +50 -0     ports/mail/dkim-milter/files/patch-dkim-filter__dkim-filter.c (new)
  1.8       +1 -0      ports/mail/dkim-milter/files/site.config.m4
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Dirk Meyer freebsd_committer freebsd_triage 2008-03-17 16:00:41 UTC
State Changed
From-To: open->closed

committed, thanks.