From 75ff2f61df242787f797f893453c8a939e4ef649 Mon Sep 17 00:00:00 2001 From: martti Date: Thu, 11 Sep 2003 06:45:52 +0000 Subject: 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. --- devel/distcc/Makefile | 6 +++--- devel/distcc/PLIST | 9 ++++++--- devel/distcc/distinfo | 6 +++--- 3 files changed, 12 insertions(+), 9 deletions(-) (limited to 'devel/distcc') diff --git a/devel/distcc/Makefile b/devel/distcc/Makefile index baba6eebc1e..26d0061ea8a 100644 --- a/devel/distcc/Makefile +++ b/devel/distcc/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.6 2003/07/21 12:41:15 martti Exp $ +# $NetBSD: Makefile,v 1.7 2003/09/11 06:45:52 martti Exp $ -DISTNAME= distcc-2.9 +DISTNAME= distcc-2.10.1 CATEGORIES= devel MASTER_SITES= http://distcc.samba.org/ftp/distcc/ EXTRACT_SUFX= .tar.bz2 -MAINTAINER= teemu@rinta-aho.org +MAINTAINER= martti@NetBSD.org HOMEPAGE= http://distcc.samba.org/ COMMENT= Tool for distributed C/C++ compiling diff --git a/devel/distcc/PLIST b/devel/distcc/PLIST index c114ebce3ae..655a6557b5c 100644 --- a/devel/distcc/PLIST +++ b/devel/distcc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2003/07/21 12:41:15 martti Exp $ +@comment $NetBSD: PLIST,v 1.5 2003/09/11 06:45:52 martti Exp $ bin/distcc bin/distccd bin/distccmon-text @@ -11,11 +11,14 @@ share/doc/distcc/INSTALL share/doc/distcc/NEWS share/doc/distcc/README share/doc/distcc/TODO -share/doc/distcc/example-init -share/doc/distcc/example.xinetd +share/doc/distcc/example/init +share/doc/distcc/example/init-suse +share/doc/distcc/example/logrotate +share/doc/distcc/example/xinetd share/doc/distcc/protocol-1.txt share/doc/distcc/protocol-2.txt share/doc/distcc/reporting-bugs.txt share/doc/distcc/status-1.txt share/doc/distcc/survey.txt +@dirrm share/doc/distcc/example @dirrm share/doc/distcc diff --git a/devel/distcc/distinfo b/devel/distcc/distinfo index ed24bf0fa03..77ad802358f 100644 --- a/devel/distcc/distinfo +++ b/devel/distcc/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2003/07/21 12:41:15 martti Exp $ +$NetBSD: distinfo,v 1.6 2003/09/11 06:45:52 martti Exp $ -SHA1 (distcc-2.9.tar.bz2) = a28296b152b5b5d38c85ed9f3d098e49e9d83a1d -Size (distcc-2.9.tar.bz2) = 237390 bytes +SHA1 (distcc-2.10.1.tar.bz2) = d0918a0d33ea79ff9a6c327413298db06559cd81 +Size (distcc-2.10.1.tar.bz2) = 239928 bytes -- cgit v1.2.3