From owner-freebsd-stable@FreeBSD.ORG Tue Mar 6 03:55:21 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CA38616A400 for ; Tue, 6 Mar 2007 03:55:21 +0000 (UTC) (envelope-from serg@tmn.ru) Received: from sbtx.tmn.ru (sbtx.tmn.ru [212.76.160.49]) by mx1.freebsd.org (Postfix) with ESMTP id 3C2B613C428 for ; Tue, 6 Mar 2007 03:55:20 +0000 (UTC) (envelope-from serg@tmn.ru) Received: from sv.tech.sibitex.tmn.ru (sv.tech.sibitex.tmn.ru [10.76.160.59]) by sbtx.tmn.ru (8.13.6/8.13.6) with ESMTP id l263tE4G008385; Tue, 6 Mar 2007 08:55:18 +0500 (YEKT) (envelope-from serg@tmn.ru) Received: from sv.tech.sibitex.tmn.ru (localhost.tech.sibitex.tmn.ru [127.0.0.1]) by sv.tech.sibitex.tmn.ru (8.13.8/8.13.8) with ESMTP id l263tEi4098017; Tue, 6 Mar 2007 08:55:14 +0500 (YEKT) (envelope-from serg@sv.tech.sibitex.tmn.ru) Received: (from serg@localhost) by sv.tech.sibitex.tmn.ru (8.13.8/8.13.8/Submit) id l263tED1098016; Tue, 6 Mar 2007 08:55:14 +0500 (YEKT) (envelope-from serg) Date: Tue, 6 Mar 2007 08:55:14 +0500 From: "Sergey N. Voronkov" To: Stephane Thomas Message-ID: <20070306035514.GA97974@tmn.ru> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i X-Virus-Scanned: ClamAV version 0.90, clamav-milter version devel-120207 on sbtx.tmn.ru X-Virus-Status: Clean Cc: freebsd-stable@freebsd.org Subject: Re: Portaudit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Mar 2007 03:55:21 -0000 On Mon, Mar 05, 2007 at 01:55:50PM +0100, Stephane Thomas wrote: > Hello, > > I just installed portaudit and now I cannot build mozilla anymore because of > three vulnerabilities. Is there a way to force building of a port even if > there are knows vulnerabilities ? I guess I can add some portaudit_fixed= > lines in /usr/local/etc/portaudit.conf but as the vulnerabilities aren't > really fixed I'm not sure this is the right thing to do. > > I read portaudit's man and freebsd handbook but I can't figure out the good > method. Thx in advance. Try to build seamonkey - it is mozilla replacement... Serg.