Bug 75718 - Maintainer Update: devel/distcc
Summary: Maintainer Update: devel/distcc
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-02 12:40 UTC by Dominic Marks
Modified: 2005-01-12 04:31 UTC (History)
0 users

See Also:


Attachments
file.diff (2.75 KB, patch)
2005-01-02 12:40 UTC, Dominic Marks
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dominic Marks 2005-01-02 12:40:27 UTC
 devel/distcc 2.16 -> 2.18.3
  http://distcc.samba.org/ftp/distcc/distcc-2.18.3.NEWS
 
  Consists mostly of bug fixes. Only one change in the
  way distcc works. You must specify a network on which
  connections are allowed, connections from all networks
  will still be admitted but connections outside the
  specified network will be logged and dropped.

  The 127.0.0.0/8 network is the default for the port.
  All existing users and all new users will need to
  update/add a distccd_flags variable in /etc/rc.conf, a
  template for which can be found in the rc.d script.

  Perhaps a new variable, which simply contained the
  trusted network address would be better, like

   distccd_network="192.168.10.2/24"

  Comments?

How-To-Repeat:  NA.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2005-01-12 04:31:37 UTC
State Changed
From-To: open->closed

Committed, thanks!