Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Feb 2004 08:51:29 -0600
From:      "Jacques A. Vidrine" <nectar@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: ports/security/vxquery Makefile distinfo pkg-descr pkg-plist ports/security/vxquery/files pkg_check.sh
Message-ID:  <20040212145129.GC20647@madman.celabo.org>
In-Reply-To: <200402121424.i1CEO1m8092633@repoman.freebsd.org>
References:  <200402121424.i1CEO1m8092633@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040212145129.GC20647>