From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 20:31:11 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 278B71065670 for ; Mon, 5 Sep 2011 20:31:11 +0000 (UTC) (envelope-from moritz@barfooze.de) Received: from barfooze.de (barfooze.de [IPv6:2a01:4f8:7d:200:0:4e2e:75d4:1]) by mx1.freebsd.org (Postfix) with ESMTP id BD43F8FC1C for ; Mon, 5 Sep 2011 20:31:10 +0000 (UTC) Received: from moritz by barfooze.de with local (Exim 4.76) (envelope-from ) id 1R0foz-0006NT-Ul for freebsd-questions@freebsd.org; Mon, 05 Sep 2011 22:31:09 +0200 Date: Mon, 5 Sep 2011 22:31:09 +0200 From: Moritz Wilhelmy To: freebsd-questions@freebsd.org Message-ID: <20110905203109.GG22957@barfooze.de> References: <20110905192509.GF22957@barfooze.de> <4E652C8C.6070800@infracaninophile.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E652C8C.6070800@infracaninophile.co.uk> User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: weekly_status_pkg_enable and vulnerabilities X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2011 20:31:11 -0000 Hi, On Mon, Sep 05, 2011 at 21:09:48 +0100, Matthew Seaman wrote: > On 05/09/2011 20:25, Moritz Wilhelmy wrote: > > is there a way to show only ports where security advisories have been > > posted in the weekly output, similar to enabling > > weekly_status_pkg_enable in periodic.conf? > > Not specifically weekly. There's a *daily* security check on installed > ports if you install ports-mgmt/portaudit > > If you really want a weekly rather than a daily report, you could adapt > ${LOCALBASE}/etc/periodic/security/410.portaudit into > ${LOCALBASE}/etc/periodic/weekly/410.portaudit pretty easily. Thanks, Matthew, portaudit is what I was looking for. Moritz