diff options
author | martti <martti@pkgsrc.org> | 2003-09-11 06:45:52 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-09-11 06:45:52 +0000 |
commit | 95db0bf8ab99c92e7c870a8bc59eac208bdbd928 (patch) | |
tree | 6023762255db95094d4792fac76ce0d5d0ffce45 /devel | |
parent | faa6d17613cce10f2268086b758a75edccac190e (diff) | |
download | pkgsrc-95db0bf8ab99c92e7c870a8bc59eac208bdbd928.tar.gz |
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.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/distcc/Makefile | 6 | ||||
-rw-r--r-- | devel/distcc/PLIST | 9 | ||||
-rw-r--r-- | devel/distcc/distinfo | 6 |
3 files changed, 12 insertions, 9 deletions
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 |