Commit graph

18 commits

Author SHA1 Message Date
Fredrik Pettai
588246e39e added pkg/38983 fix 2008-12-01 00:16:21 +00:00
Jukka Salmi
551f4fcb49 Update to 1.0.1. Quoting the announcement message:
This is a bugfix release, repairing a problem with "nofws"
canonicalization on large input lines and adding required (but previously
missing) support code for OpenSSL locking requirements.

The formal release notes entry:

1.0.1           2008/09/04
        Set up required callbacks for OpenSSL thread-safety.  Code copied
                from dkim-milter.
        LIBDK: Fix bug in relaxed canonicalization mode when dealing with
                very large input lines with cached blank lines.
                Problem reported by Mark Martinec.
2008-10-04 09:19:14 +00:00
Jukka Salmi
e6b259f9fa Update to 1.0.0. Quoting the announcement mail:
This is a new release of the DomainKeys Filter implementation. This
release contains a number of bug fixes and several other improvements,
many ported from the DKIM Filter project.

This is the first stable release since the publication of DomainKeys as
its own RFC, so the version number is now 1.0.0.

Thanks to S. Moonesamy of Eland Systems for his extensive contributions of
code and testing time.

The formal release notes entry:

1.0.0		2008/03/13
	Use the current Authentication-Results: format (the -13 draft).
		Patch from S. Moonesamy of Eland Systems.
	Add improved mlfi_negotiate() function code, copied from dkim-milter,
		which does things like symbol requesting and more intelligent
		option negotiation.  Patch from S. Moonesamy of Eland Systems.
	Add hash buffering, copied from libdkim.  Patch from S. Moonesamy
		of Eland Systems.
	Fix bug #SF1736559: in_addr_t is not universal.  Problem reported
		by Terry White.
	Fix bug #SF1763715: Fix string management in mlfi_eoh() with respect
		to mctx_domain, which could be left pointing to garbage when
		using domain wildcarding.  Problem noted by Ronald Huizer.
	Activate _FFR_MULTIPLE_KEYS.
	LIBDK: Copy the library options structure from libdkim.
	LIBDK: Add dk_close().
	LIBDK: Feature request #SF1872270: Rename parameters called "new"
		in dk.h so that C++ compilers don't complain.  Requested
		by Paul Macintosh.
	LIBAR: Eliminate a possible race condition in ar_dispatcher().
	LIBAR: Timeouts passed to select() can't be bigger than 10^8.
		Problem noted by S. Moonesamy of Eland Systems.
	LIBAR: Fix bug #SF1852618: Handle default case of no "nameserver"
		lines in /etc/resolv.conf.  Problem noted by Mike Markley
		of Bank of America.
	LIBAR: Plug descriptor and memory leaks in ar_shutdown().
	BUILD: Copy the unit test structure from libdkim and add a few basic
		unit tests.
2008-03-16 12:47:30 +00:00
Jukka Salmi
dea781c024 add DESTDIR support 2008-03-08 14:40:08 +00:00
Tobias Nygren
d2ab3469b0 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 04:30:10 +00:00
Jukka Salmi
2eeb52b402 Change LICENSE from `no-profit' to the recently committed
`sendmail-open-source-license'. Thanks to Greg Troxel.
2007-08-12 06:32:18 +00:00
Jukka Salmi
64a9f7e610 install libdk documentation 2007-08-09 14:37:44 +00:00
Jukka Salmi
e1c89300f5 Add an option to use libar (the asynchronous DNS resolver library
shipping with dk-milter) instead of libresolv, enabled by default.
2007-08-06 19:47:29 +00:00
Jukka Salmi
66808ceec1 Rework configure stage. Previously this worked (and in pkgsrc it still
does work) by chance if it did...
2007-08-06 11:17:39 +00:00
Jukka Salmi
5641312b14 prefer libresolv over libbind 2007-08-06 11:00:58 +00:00
Jukka Salmi
cd7d61702a sync comment with wip/dkim-milter 2007-08-04 18:50:26 +00:00
Jukka Salmi
245a9cd48f maybe we should run as non-root by default 2007-08-03 08:46:33 +00:00
Jukka Salmi
952147a0b0 merge 2007-08-02 23:33:11 +00:00
Jukka Salmi
427dab8b7b Re-import dk-milter and dkim-milter. Old versions of these packages
are already in pkgsrc, but since they changed quite a bit I think it's
less invasive to test them first in pkgsrc-wip. The main reason for
this is that dkim-milter requires OpenSSL >=0.9.8 to obey RFC 4871,
but that's not yet available in pkgsrc. I'll import an updated OpenSSL
package to pkgsrc-wip shortly...
2007-08-02 22:29:11 +00:00
Todd Vierling
643199e0f8 dk-milter is now in main pkgsrc. 2005-07-20 19:44:17 +00:00
Roland Illig
0fc4c4d136 Converted USE_GNU_TOOLS to USE_TOOLS. 2005-05-24 10:44:35 +00:00
Todd Vierling
5f60a41bb5 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:09:34 +00:00
Adrian Portelli
2794f5cc30 The dk-milter package is an open source implementation of the DomainKeys
sender authentication system proposed by Yahoo!, Inc.  It consists of a
library that implements the DomainKeys service, and a milter-based filter
application that can plug in to the sendmail MTA to provide that service
to sufficiently recent sendmail MTAs.

An optional asynchronous resolver library is also provided to work around
limitations of the basic BIND resolver which comes installed on most
systems.
2005-02-24 13:05:46 +00:00