Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: pkgsrc-changes
Date: 11/15/2004 17:03:32
Module Name:	pkgsrc
Committed By:	xtraeme
Date:		Mon Nov 15 17:03:32 UTC 2004

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

Log Message:
Update devel/distcc to 2.18.2.

distcc-2.18.2  "Bees and lavender"  2004-11-12

  BUG FIXES:

    * Fix problem in checking errno after connect().  Fix by Jean
      Delvare and Dan Kegel.

  PORTABILITY:

    * Fix prototype problem causing build failure on amd64.  Patch
      from Andreas Jochens.  (Debian #280399, #280644).

distcc-2.18.1  "Reality-based computing"  2004-11-03

  BUG FIXES:

    * Fix run-time warnings about gtk_tree_model_row_changed() when
      built with recent versions of GTK+.
    * gcc option -specs= must be run locally so that it can read the
      local spec file.  Reported by Chris Yeoh.

  PORTABILITY:

    * Fix Solaris build problem reported by Dimitri Papadopoulos.
    * Fix problem with reading hosts files in DOS CRLF format.
      Reported by Sebastien Perochon.

distcc-2.18  "Billionaires on stilts"  2004-10-12

  BUG FIXES:

    * Fix longjmp() bug that can cause distcc to crash when a timeout
      elapses.
    * Fix compile-time problem with dcc_trace when configured with
      --enable-rfc2553.  Reported by Greg Earle.
    * Fix warning about warn_unused_result for older versions of gcc.
    * No timeout on local preprocessing or on compilation.  No
      timeouts on DNS lookups other than whatever is built in to the
      DNS resolver.  There are timeouts on network transmission and on
      opening connections.
    * Remove mmap() for receive of uncompressed data, to avoid various
      problems.

  CHANGES:

    * The --allow option is now mandatory for daemon mode.  As a
      security feature, distccd will refuse to run without an IP
      access control list.
    * conftest.* built by autoconf is always done locally, to make
      configure tests faster and safer.

  DOCUMENTATION:

    * Better description of use with ccache.

  PORTABILITY:

    * Fix various warnings reported by Dimitri Papadopoulos.
    * Fix Tru64 build problem reported by Gary V. Vaughan.

distcc-2.17  "Divers Alarums"  2004-07-31

  FEATURES:

    * Performance improvements for distccmon-gnome.
    * Added timeous for connection to servers, transmission of jobs
      and remote compilation.  If the timeout expires, the job is run
      locally.  This should make distcc cope better if some or all of
      the servers are unreachable or failing.
    * Also add timeouts in server to kick out stalled or disconnected
      clients.

  BUG FIXES:

    * If remote compilation fails because of a signal in a later phase
      of the compilation causing an exit with code >=128, retry
      compilation locally.  Patch from Jakub Stachowski.

  DOCUMENTATION:

    * Manpage fix from Jean Delvare.

  PORTABILITY:

    * Cygwin portability fix for WCOREDUMP, reported by Eric Frias.

distcc-2.16  "Salt"  2004-07-08

  SECURITY:

    * Fix bug that might cause IP-based access control rules not to be
      interpreted correctly on 64-bit platforms.  (CAN-2004-0601)

  BUG FIXES:

    * Fix small memory leaks in distccmon-gnome and distccmon-text.

  FEATURES:

    * Use a GNOME status bar with a grab handle for distccmon-gnome.
      Patch from Nathan Fredrickson.

  PORTABILITY:

    * Better detection of systems with a popt library installed but
      no popt.h.  Reported by Sean Kelly.
    * Fix bug in reporting crashed daemon children that showed up on
      systems without strsignal, such as Mac OS 10.2.  Reported by
      Benjamin Reed.
    * Update testdistcc.py to work on ia64 linux.

  INTERNAL:

    * Simplify dcc_log_child_exited.
    * Include copyright and licence in --version output, as suggested
      by GNU programs.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 pkgsrc/devel/distcc/Makefile
cvs rdiff -r1.13 -r1.14 pkgsrc/devel/distcc/distinfo
cvs rdiff -r1.8 -r1.9 pkgsrc/devel/distcc/patches/patch-aa
cvs rdiff -r1.7869 -r1.7870 pkgsrc/doc/CHANGES
cvs rdiff -r1.2371 -r1.2372 pkgsrc/doc/TODO

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