From owner-cvs-all@FreeBSD.ORG Thu Feb 12 06:51:31 2004 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 F205B16A4CE; Thu, 12 Feb 2004 06:51:30 -0800 (PST) Received: from gw.celabo.org (gw.celabo.org [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5C3F43D1D; Thu, 12 Feb 2004 06:51:30 -0800 (PST) (envelope-from nectar@celabo.org) Received: from madman.celabo.org (madman.celabo.org [10.0.1.111]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "madman.celabo.org", Issuer "celabo.org CA" (verified OK)) by gw.celabo.org (Postfix) with ESMTP id 6334B54883; Thu, 12 Feb 2004 08:51:30 -0600 (CST) Received: by madman.celabo.org (Postfix, from userid 1001) id EDA456D455; Thu, 12 Feb 2004 08:51:29 -0600 (CST) Date: Thu, 12 Feb 2004 08:51:29 -0600 From: "Jacques A. Vidrine" To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040212145129.GC20647@madman.celabo.org> References: <200402121424.i1CEO1m8092633@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402121424.i1CEO1m8092633@repoman.freebsd.org> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.4i-ja.1 Subject: Re: cvs commit: ports/security/vxquery Makefile distinfo pkg-descr pkg-plist ports/security/vxquery/files pkg_check.sh 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: Thu, 12 Feb 2004 14:51:31 -0000 On Thu, Feb 12, 2004 at 06:24:01AM -0800, Jacques A. Vidrine wrote: > nectar 2004/02/12 06:24:01 PST > > FreeBSD ports repository > > Added files: > security/vxquery Makefile distinfo pkg-descr pkg-plist > security/vxquery/files pkg_check.sh > Log: > Add VuXML Query Tool (vxquery) a simple utility for selecting entries > from a VuXML document by package name and version. This is just a quick-n-dirty tool to check vulnerable ports. Expect it to become more sophisticated and *gasp* documented after I catch up with the business of adding VuXML entries. Contributions or substitutions welcome, of course! Synopsis: # Create an XHTML document of installed vulnerable ports % (cd /var/db/pkg && ls) | vxquery -t xhtml -f - > report.html # Quick check for whether a few ports are vulnerable % vxquery foo-1.0 bar-2.9_3 baz-2000.12.31,1 Cheers, -- Jacques Vidrine NTT/Verio SME FreeBSD UNIX Heimdal nectar@celabo.org jvidrine@verio.net nectar@freebsd.org nectar@kth.se