pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/distcc Updated distcc to 2.10.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/375626d4c868
branches:  trunk
changeset: 461114:375626d4c868
user:      martti <martti%pkgsrc.org@localhost>
date:      Thu Sep 11 06:45:52 2003 +0000

description:
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:

 devel/distcc/Makefile |  6 +++---
 devel/distcc/PLIST    |  9 ++++++---
 devel/distcc/distinfo |  6 +++---
 3 files changed, 12 insertions(+), 9 deletions(-)

diffs (55 lines):

diff -r f81da7630fca -r 375626d4c868 devel/distcc/Makefile
--- a/devel/distcc/Makefile     Thu Sep 11 06:45:33 2003 +0000
+++ b/devel/distcc/Makefile     Thu Sep 11 06:45:52 2003 +0000
@@ -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@localhost
+MAINTAINER=            martti%NetBSD.org@localhost
 HOMEPAGE=              http://distcc.samba.org/
 COMMENT=               Tool for distributed C/C++ compiling
 
diff -r f81da7630fca -r 375626d4c868 devel/distcc/PLIST
--- a/devel/distcc/PLIST        Thu Sep 11 06:45:33 2003 +0000
+++ b/devel/distcc/PLIST        Thu Sep 11 06:45:52 2003 +0000
@@ -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/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 -r f81da7630fca -r 375626d4c868 devel/distcc/distinfo
--- a/devel/distcc/distinfo     Thu Sep 11 06:45:33 2003 +0000
+++ b/devel/distcc/distinfo     Thu Sep 11 06:45:52 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index