Subject: CVS commit: pkgsrc/devel/distcc
To: None <pkgsrc-changes@NetBSD.org>
From: Martti Kuparinen <martti@netbsd.org>
List: pkgsrc-changes
Date: 07/07/2004 11:43:58
Module Name:	pkgsrc
Committed By:	martti
Date:		Wed Jul  7 11:43:58 UTC 2004

Modified Files:
	pkgsrc/devel/distcc: Makefile distinfo
	pkgsrc/devel/distcc/patches: patch-aa

Log Message:
Updated distcc to 2.15

* Fix crash bug in receiving LZO compressed data into a mmapped file.
* Remove redundant temporary file cleanup in non-forking mode.
* Client calculates and can display the overall throughput in preprocessed
  bytes per second for remote jobs.
* The deprecated fork-after-exec mode controlled by the --no-prefork option
  has been removed.
* mmap is no longer used for compressed data to simplify the code.
* Daemon now chdirs to $TMPDIR at startup rather than /. This allows dumping
  core, among other things.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 pkgsrc/devel/distcc/Makefile
cvs rdiff -r1.12 -r1.13 pkgsrc/devel/distcc/distinfo
cvs rdiff -r1.7 -r1.8 pkgsrc/devel/distcc/patches/patch-aa

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