Subject: CVS commit: pkgsrc/devel/distcc
To: None <pkgsrc-changes@NetBSD.org>
From: Martti Kuparinen <martti@netbsd.org>
List: pkgsrc-changes
Date: 09/11/2003 06:45:53
Module Name:	pkgsrc
Committed By:	martti
Date:		Thu Sep 11 06:45:53 UTC 2003

Modified Files:
	pkgsrc/devel/distcc: Makefile PLIST distinfo

Log Message:
Updated distcc to 2.10.1

    * Fix problem in "make clean" reported by Lisa Seelye.
    * Fix issues in temporary file handling that could allow a local
      attacker to interfere with another user's distcc processes.
    * Daemon niceness is incremented by +5 by default.  (This can be
      changed by --nice.)
    * The per-user configuration directory can be set by $DISTCC_DIR.
      It defaults to the old value of ~/.distcc/.
    * For regular compile failure, don't say "with exit code 1".
    * The server now emits warnings to the log and to the client if
      its PATH is set such that it will recursively run a distcc
      client.  This check is done at run time for the requested
      compiler name.  The server's $PATH is not modified in other
      ways.  This may help reduce problems with finding the right
      remote compiler.
    * SCO/Caldera operating systems are no longer supported due to
      their recent absurd attacks against Linux and IBM.
    * TMPDIR is no longer required to start with '/', so that Cygwin
      paths starting with a drive letter may be used.  Reported by
      Heiko Elger.
    * Various man page updates.
    * Daemon now sits in the root directory while running, not the
      temporary directory.
    * Temporary directory is gone.  Working files are created directly
      under $TMPDIR.
    * Lock files and state files are stored under DISTCC_DIR, rather
      than in /tmp.
    * Test cases are more robust in choosing a daemon port number.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/devel/distcc/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/distcc/PLIST
cvs rdiff -r1.5 -r1.6 pkgsrc/devel/distcc/distinfo

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