Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Min Sik Kim <minskim@netbsd.org>
List: pkgsrc-changes
Date: 03/08/2004 01:56:53
Module Name:	pkgsrc
Committed By:	minskim
Date:		Mon Mar  8 01:56:53 UTC 2004

Modified Files:
	pkgsrc/doc: CHANGES
	pkgsrc/net/dgd: Makefile distinfo
	pkgsrc/net/dgd/patches: patch-aa
Removed Files:
	pkgsrc/net/dgd/patches: patch-ab

Log Message:
Update dgd to 1.2.0.4.  Patch provided by the maintainer, Scott Thompson,
in PR pkg/24698.

Changes:
 - Fixed a bug with deleting mapping elements in atomic code.
 - Allow allocation of blocks up to 1G in size.
 - Fixed a bug that could cause a crash during the atomic commit phase.
 - While restoring a callout, not all appropriate fields were zeroed.
 - Some fixes to get restarting to work.
 - Make sure that a callout handle is not truncated to 16 bits before an
   attempt is made to remove it.
 - Made sure that destructing the driver object in atomic code does not lead
   to trouble.
 - Fixed a problem with driver->recompile() in multi-level atomic code.
 - Input blocking for binary connections didn't work.

Additionally, this update changes LICENSE to the more accurate
"fee-based-commercial-use."


To generate a diff of this commit:
cvs rdiff -r1.5146 -r1.5147 pkgsrc/doc/CHANGES
cvs rdiff -r1.5 -r1.6 pkgsrc/net/dgd/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/net/dgd/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/net/dgd/patches/patch-aa
cvs rdiff -r1.1.1.1 -r0 pkgsrc/net/dgd/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.