From owner-cvs-ports@FreeBSD.ORG Fri Aug 13 00:24:50 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45C9D16A4CE; Fri, 13 Aug 2004 00:24:50 +0000 (GMT) Received: from fillmore.dyndns.org (port-212-202-50-15.dynamic.qsc.de [212.202.50.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id F272943D3F; Fri, 13 Aug 2004 00:24:49 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from dhcp-13.local ([172.16.0.13]) by fillmore.dyndns.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.41 (FreeBSD)) id 1BvPsE-000LvI-Nt; Fri, 13 Aug 2004 02:24:49 +0200 Date: Fri, 13 Aug 2004 02:26:26 +0200 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v482) To: Jacques Vidrine From: Oliver Eikemeier In-Reply-To: <200408121843.i7CIh16F037394@repoman.freebsd.org> Message-Id: <6982DFDC-ECBF-11D8-87C4-00039312D914@fillmore-labs.com> Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Aug 2004 00:24:50 -0000 Jacques Vidrine wrote: > nectar 2004-08-12 18:43:01 UTC > > FreeBSD ports repository > > Modified files: > security/vuxml vuln.xml > Log: > Correct version information syntax in a number of entries. > VuXML-using > tools are expected only to understand actual package names and version > numbers, not globs such as `foo-{bar,baz}' or `1.*'. The globs help against database bloat, and make checking faster. 1.* is no glob, as you might remember from a previous discussion. portaudit understands these just fine, and I guess it is the main client right now. Besides, it seems like this commit introduced some errors. How should we handle this? -Oliver