6b7f62ff93
Update for draft-kucherawy-sender-auth-header-14. Add "subject" to "should_signhdrs" per RFC4871 section 5.5. Fix bug #SF1911328: Restore proper behaviour of SignHeaders and OmitHeaders, broken in the prior release's configuration overhaul. Problem reported by Jason Molzen. Fix bug #SF1912332: Fix parameters passed to db->open(). Problem reported by Tony Earnshaw. Fix bug #SF1912569: Initialize mutexes before entering test mode. Patch from Kaspar Brand. LIBDKIM: More boundary checking fixes in dkim_canon_selecthdrs(). Problem noted by Warren Horvath. LIBDKIM: Fix bug #SF1820084: Return DKIM_STAT_MULTIDNSREPLY if a DNS query returns multiple records. 2.5.2 2008/03/28 Preserve the sender's domain name outside of mlfi_eoh() as it's now needed in mlfi_eom(). Problem noted by Andy Fiddaman. Fix bug #SF1921873: Pass "-K" command line switch into the new configuration handling code. Problem noted by Al Smith. TOOLS: Fix flags portion of the TXT record output by dkim-genkey. Problem noted by Michael Carland. BUILD: Fix bug #SF1922422: Fix linker problems when POPAUTH is defined.
13 lines
347 B
Text
13 lines
347 B
Text
$NetBSD: patch-ab,v 1.3 2008/04/06 12:59:11 adrianp Exp $
|
|
|
|
--- libar/Makefile.m4.orig 2007-05-26 17:06:20.000000000 +0100
|
|
+++ libar/Makefile.m4
|
|
@@ -14,7 +14,7 @@ define(`bldSOURCES', `ar.c manual.c ')
|
|
bldPRODUCT_END
|
|
|
|
bldPRODUCT_START(`manpage', `ar')
|
|
-define(`bldSOURCES', `ar.3')
|
|
+dnl define(`bldSOURCES', `ar.3')
|
|
bldPRODUCT_END
|
|
|
|
bldFINISH
|