From owner-freebsd-questions@FreeBSD.ORG Sat May 21 16:12:49 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79BBB16A4CE for ; Sat, 21 May 2005 16:12:49 +0000 (GMT) Received: from mail.goinet.com (mail.goinet.com [208.207.72.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0459C43DB0 for ; Sat, 21 May 2005 16:12:49 +0000 (GMT) (envelope-from tshadwick@goinet.com) Received: from mail.goinet.com (localhost.goinet.com [127.0.0.1]) by mail.goinet.com (8.13.1/8.13.1) with ESMTP id j4LGCWsZ056383; Sat, 21 May 2005 11:12:32 -0500 (CDT) (envelope-from tshadwick@goinet.com) Received: from localhost (tshadwick@localhost)j4LGCVGU056380; Sat, 21 May 2005 11:12:32 -0500 (CDT) (envelope-from tshadwick@goinet.com) X-Authentication-Warning: mail.goinet.com: tshadwick owned process doing -bs Date: Sat, 21 May 2005 11:12:31 -0500 (CDT) From: Tony Shadwick To: Thomas Hurst In-Reply-To: <20050521110951.GB27958@voi.aagh.net> Message-ID: <20050521111200.Q11826@mail.goinet.com> References: <20050517144200.T26182@mail.goinet.com> <3aaaa3a05052005436414e0a3@mail.gmail.com> <20050521110951.GB27958@voi.aagh.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: ClamAV version 0.85.1, clamav-milter version 0.85 on mail.goinet.com X-Virus-Status: Clean cc: Chris cc: freebsd-questions@freebsd.org Subject: Re: portaudit is being stubborn X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2005 16:12:49 -0000 I'd like to see it done, but I know just enough sh scripting to be dangerous. ;) If it were perl I'd be all over it. Any takers? :) On Sat, 21 May 2005, Thomas Hurst wrote: > * Chris (chrcoluk@gmail.com) wrote: > >> This annoys me as well, I expect portaudit to alert me when an update >> is available to fix an exploit, but wget has no update so what is the >> point of the warning, there also seems to be no way to shut it up. > > portaudit_fixed is only for OS bugs (i.e. associated with > kern.osreldate). portaudit is just a shell script; if it bothers you > that much, submit a patch to make it work for port problems too, or > send-pr :) > > Looks like a case of moving the "if (fixedre && $2 ~ fixedre) next" line > outside the "$1 ~ /^FreeBSD[<=>!]/ {" section around line 140, or > something to that effect. > > -- > Thomas 'Freaky' Hurst > http://hur.st/ >