Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jan 2021 00:22:44 +0000 (UTC)
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r562266 - head/security/vuxml
Message-ID:  <202101220022.10M0MiHf078483@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Fri Jan 22 00:22:44 2021
New Revision: 562266
URL: https://svnweb.freebsd.org/changeset/ports/562266

Log:
  Made clear how to test now entries against the newly formatted file.

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Jan 22 00:13:42 2021	(r562265)
+++ head/security/vuxml/vuln.xml	Fri Jan 22 00:22:44 2021	(r562266)
@@ -60,8 +60,9 @@ QUICK GUIDE TO ADDING A NEW ENTRY
 6. profit!
 
 Additional tests can be done this way:
- $ pkg audit -f ./vuln.xml py26-django-1.6
- $ pkg audit -f ./vuln.xml py27-django-1.6.1
+ $ make vuln-flat.xml
+ $ pkg audit -f ./vuln-flat.xml py26-django-1.6
+ $ pkg audit -f ./vuln-flat.xml py27-django-1.6.1
 
 Extensive documentation of the format and help with writing and verifying
 a new entry is available in The Porter's Handbook at:



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