Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
adrianp b4b3c19dd5 Update to 2.8.1
2.8.1		2009/01/16
	LIBDKIM: Fix bug #SF2508602: Add a translation string for
		DKIM_SIGERROR_KEYREVOKED and fix dkim_eom_verify() so it
		returns DKIM_STAT_REVOKED when appropriate.  Problem noted
		by Mike Markley of Bank of America.

2.8.0		2009/01/08
	Add configuration option "EnableCoredumps" which makes an explicit
		kernel request for cores on crashes.  Currently only meaningful
		on Linux.
	Add configuration option "AuthServID" which sets the "authserv-id"
		token to use when generating Authentication-Results header
		fields.
	Report "fail" instead of "hardfail" on authentication failures,
		in compliance with the Authentication-Results: draft.
	Add _FFR_REPORT_INTERVALS, experimental support for the "ri" tag
		extension to DKIM policy and key records for specifying
		reporting intervals.
	Feature request #SF1985886: Add _FFR_MULTIPLE_SIGNATURES, allowing
		one instance of the filter to add multiple signatures.
		Suggested by Dave Crocker.
	Add "TemporaryDirectory" configuration file option for requesting that
		libdkim use an alternate directory for creating temporary
		files, and "KeepTemporaryFiles" for requesting that libdkim
		not delete those files for debugging purposes.
	Add optional support for the "unbound" asynchronous resolver
		library as it is DNSSEC-aware.  Adds four new configuration
		file items: "BogusKey", "BogusPolicy", "InsecureKey" and
		"InsecurePolicy".  Also add dkim_sig_getdnssec()
		and dkim_policy_getdnssec() to libdkim so callers can tell
		what the DNSSEC evaluation result was for each query.
		Based on a patch from John Dickinson.
	Add "BaseDirectory" configuration file option for specifying
		the desired current directory of the process.
	Make use of the key and policy "rs" tag, if present, when doing
		SMTP rejections.
	Use MTA macro "$j" as the hostname in generated reports instead of
		the output of gethostname() since on some systems the latter
		may not be fully-qualified.
	Remove ANTICIPATE_SENDMAIL_MUNGE, replacing it with a runtime check
		for the milter v2 feature which suppresses the addition of
		spaces in headers.
	Add _FFR_COMMAIZE which attempts to predict the reformatting
		the MTA will do to certain header fields to reduce verification
		failures.
	Add _FFR_DKIM_REPUTATION enabling a function used to query
		an open DKIM reputation service regarding the signing user
		and signing domain.  The service's URL is
		http://www.dkim-reputation.org. (EXPERIMENTAL)
	Fix preloading of configuration defaults.
	Fix bug #SF2236040: Quote all of the POSIX regular expression special
		characters, not just some of them.  Reported by Mark Martinec.
	When possible, log the selector and domain of the signature evaluated
		along with any errors in the libcrypto stack.
	LIBDKIM: Add "smtpbuf", "smtplen" and "interval" parameters to
		dkim_sig_getreportinfo() and dkim_policy_getreportinfo().
		Also, remove the assertion that "addr" be non-NULL.
	LIBDKIM: Add DKIM_LIBFLAGS_ACCEPTDK which enables compatibility
		with DomainKeys-formatted key records.
	LIBDKIM: Adjust signature formatting for legibility.
	LIBDKIM: Check return status from dkim_canon_getfinal() to avoid
		bad dereferences.  Problem noted by Chris Behrens of
		Concentric Network Corporation.
	LIBDKIM: Render the DKIM handle unusable in dkim_eoh_sign() if a
		required header was absent.
	Activate _FFR_REQUIRED_HEADERS.

2.7.2		2008/09/02
	Avoid memory leaks and infinite loops when releasing thread-specific
		memory.  Reported by Jeff Earickson.

2.7.1		2008/08/27
	Set up required callbacks for OpenSSL thread-safety.  Problem
		noted by Zbigniew Szalbot.
	Disallow empty "t=" and "x=" tags.
	Return DKIM_STAT_KEYFAIL for various DNS key retrieval failures
		instead of DKIM_STAT_INTERNAL.

2.7.0		2008/07/23
	Update to draft-ietf-dkim-ssp-04.  In doing so, rename "ASPDiscard"
		to "ADSPDiscard", "ASPNoSuchDomain" to "ADSPNoSuchDomain"
		and "SendASPReports" to "SendADSPReports" in the configuration
		file.
	Feature request #29738: Add "TrustSignaturesFrom" configuration
		file item allowing fine-grained control over third-party
		signature handling.
	Feature request #SF2018848: Add "LocalADSP" feature allowing
		policy assertions from domains known to have specific policies
		but which don't publish ADSP records.  Suggested by
		Bruno Kraychete da Costa.
	LIBDKIM: Fix an off-by-one overrun check in key and policy record
		decoding.  Problem noted by John Dickinson.

2.6.0		2008/06/11
	Remove "signaturemissing" as an old-style configuration action
		as it has been superseded by "ASPDiscard" and related
		functions.
	Add "SendASPReports" configuration option which generates ASP failure
		reports if requested by the sending domain.
	Update report generation for verification failures to use the
		new Abuse Reporting Format (ARF) and DKIM Reporting
		draft proposals.
	Add "MustBeSigned" configuration option, requiring signatures to
		cover specific headers if present.
	Rename "UseASPDiscard" to "ASPDiscard".
	Add "ASPNoSuchDomain" configuration option which rejects mail that
		appears to come from nonexistent domains as reported by the
		Author Signing Practises check.
	Add "ReportAddress" configuration option, used for defining the
		From: header of reports mailed out.
	Yet another compatibility fix with respect to Sleepycat DB.
	Fix processing of "LogWhy" configuration parameter.  Problem noted
		by Erik Lotspeich.
	Add "-n" command line flag which parses the command line arguments
		and configuration file(s), then exits with an appropriate
		status code.
	Report DKIM and ASP results separately via the same
		Authentication-Results header field.  Previous versions would
		alter the DKIM result based on ASP.
	Fix bug #SF1976931: Restore function of "nosignature" old-style
		action configuration, connected to "AlwaysAddARHeader".
		Problem noted by Lucas Brasilino.
	Feature request #SF1940233: Add "DontSignMailTo" configuration option,
		allowing a list of recipient patterns whose mail should not
		be signed.  Requested by Don Hughes.
	LIBDKIM: Rename dkim_reportinfo() to dkim_sig_getreportinfo(),
		and add dkim_policy_getreportinfo().
	LIBDKIM: Add several more signature error codes covering various
		key-related errors.
	LIBDKIM: Add dkim_sig_hdrsigned() utility, DKIM_OPTS_MUSTBESIGNED
		option, and DKIM_SIGERROR_MBSFAILED error code.
	LIBDKIM: Fix a bug in the computation of the result for
		dkim_canon_minbody().
	LIBDKIM: Report corrupted base64 chunks instead of quietly
		tolerating them.
	LIBDKIM: Tidy up the cleanup code in dkim-canon.c.
	LIBDKIM: Properly handle "tag=" at the end of a data set (i.e.
		the tag exists and has an empty value).
	LIBDKIM: Use larger unsigned data types in dkim_sig_future() as
		was done elsewhere.
	LIBDKIM: Always populate a DKIM_SIGINFO with domain and selector
		before there's an opportunity for other parsing
		short-circuits.
	LIBDKIM: Fix bug #SF1984685: Remove the "margin" parameter from
		dkim_getsighdr(); make it controlled by a new function,
		dkim_set_margin(), so that the signed copy and the
		user-requested copy are identical.
	Activate _FFR_AUTHSERV_JOBID.

2.5.5		2008/04/25
	Fix bug #SF1947301: Close up a logic problem in "UseASPDiscard"
		handling which could cause false rejections of mail from
		domains advertising "discardable" policies.  Problem noted
		by Doug Kingston.
	LIBDKIM: Another compatibility fix with respect to Sleepycat DB.
2009-01-19 23:24:28 +00:00
archivers - updated to 1.42 2009-01-17 00:57:39 +00:00
audio Update pulseaudio to 0.9.14. 2009-01-19 14:19:00 +00:00
benchmarks Get rid of hostname -s in pkgsrc, on Solaris it sets the hostname to "-s". 2009-01-14 12:20:57 +00:00
biology Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
bootstrap +sendmail 2009-01-19 20:34:33 +00:00
cad home page has moved, update HOMEPAGE accordingly 2008-12-27 01:16:54 +00:00
chat Add the all-important /brick command. 2009-01-19 10:20:03 +00:00
comms Sort, remove duplicate. 2009-01-18 12:00:53 +00:00
converters Update from version 1.18 to 1.19. 2009-01-18 22:52:42 +00:00
cross + cc65. 2008-10-08 19:54:24 +00:00
databases Updating from version 1.15nb1 to 1.17. 2009-01-19 22:54:24 +00:00
devel doesn't depend on monodoc anymore 2009-01-19 22:45:40 +00:00
distfiles
doc Mention mono 2.2 import 2009-01-19 22:50:52 +00:00
editors Mark BROKEN -- requires an Unicode build of wxGTK. 2009-01-18 08:45:57 +00:00
emulators Changes 1.1.0: 2009-01-18 20:07:45 +00:00
filesystems DESTDIR support also fixing bulk builds. 2008-12-18 15:25:38 +00:00
finance Update to 2.2.8: 2009-01-05 23:48:49 +00:00
fonts Now libkpathsea is provided by kpathsea, not teTeX-bin. 2009-01-14 06:16:19 +00:00
games Drop 'x11' backend (not supported by code) and fix support for xaw3d backend. 2009-01-17 22:09:39 +00:00
geography Regen for patch-aa. 2009-01-13 21:25:28 +00:00
graphics Update to mono 2.2 2009-01-19 22:39:01 +00:00
ham Move scrollkeeper/omf.mk to rarian/omf.mk. 2009-01-04 18:00:58 +00:00
inputmethod MAKE_JOBS_SAFE=no 2009-01-12 12:50:57 +00:00
lang Update to mono 2.2 2009-01-19 22:39:01 +00:00
licenses add license 2008-09-12 22:49:37 +00:00
mail Update to 2.8.1 2009-01-19 23:24:28 +00:00
math Update from version 3.1.2 to 3.2, to bring this in line with 2009-01-18 13:00:07 +00:00
mbone Add vic-devel 2008-12-16 19:36:22 +00:00
meta-pkgs Add accerciser DEPENDS. Welcome to 2.24.3. 2009-01-16 23:40:15 +00:00
misc + fbreader. 2009-01-18 17:40:21 +00:00
mk Add djbdns-cachestats option, show cache hits/misses in stats output. 2009-01-19 10:27:31 +00:00
multimedia pull in libdvdread 2009-01-14 22:36:11 +00:00
net Add djbdns-cachestats option, show cache hits/misses in stats output. 2009-01-19 10:27:31 +00:00
news Fix PLIST, user-destdir support. 2009-01-05 13:26:33 +00:00
packages
parallel Update MPICH2 to 1.0.8, maintainer update request by PR 40239. 2008-12-21 11:41:01 +00:00
pkgtools On some operating systems (Linux, FreeBSD -- see their problem report 2009-01-18 22:35:35 +00:00
print include rubyversion.mk to resolve RUBY_PKGPREFIX. 2009-01-19 04:12:55 +00:00
regress Drop maintainership 2008-04-30 13:38:14 +00:00
security Solaris's md4.h and sha1.h are not good enough for this package, 2009-01-19 12:00:03 +00:00
shells DragonFly has ncurses too. 2008-12-30 01:55:22 +00:00
sysutils Optical media handling needs block.storage_device too; add this to 2009-01-18 13:53:33 +00:00
templates audit-packages is now in pkg_install on pkgsrc HEAD and stable so update 2008-12-10 22:06:48 +00:00
textproc + liblinebreak. 2009-01-18 17:38:51 +00:00
time +p5-Time-modules 2009-01-19 18:05:34 +00:00
wm Update pekwm to 0.1.9a. 2009-01-06 12:47:17 +00:00
www Update from version 1.22 to version 1.24. 2009-01-19 22:25:32 +00:00
x11 Fix shell syntax. Has been fixed differently upstream, these patches can 2009-01-19 23:23:54 +00:00
Makefile The crosspkgtools has not worked for a long time because of changes in 2008-06-23 20:34:20 +00:00
pkglocate
README

$NetBSD: README,v 1.18 2005/05/07 22:18:28 wiz Exp $

Please see doc/pkgsrc.txt for information.