From owner-cvs-all@FreeBSD.ORG Wed Jan 12 04:31:33 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42D3E16A4CE; Wed, 12 Jan 2005 04:31:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B58E43D45; Wed, 12 Jan 2005 04:31:33 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j0C4VXQV032782; Wed, 12 Jan 2005 04:31:33 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j0C4VX4s032781; Wed, 12 Jan 2005 04:31:33 GMT (envelope-from edwin) Message-Id: <200501120431.j0C4VX4s032781@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 12 Jan 2005 04:31:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/distcc Makefile distinfo pkg-message ports/devel/distcc/files distccd.sh.sample X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jan 2005 04:31:33 -0000 edwin 2005-01-12 04:31:33 UTC FreeBSD ports repository Modified files: devel/distcc Makefile distinfo pkg-message devel/distcc/files distccd.sh.sample Log: Maintainer Update: devel/distcc 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" PR: ports/75718 Submitted by: Dominic Marks Revision Changes Path 1.44 +1 -1 ports/devel/distcc/Makefile 1.31 +2 -2 ports/devel/distcc/distinfo 1.4 +2 -2 ports/devel/distcc/files/distccd.sh.sample 1.3 +19 -1 ports/devel/distcc/pkg-message