svn commit: r309984 - head/security/vuxml

Eygene Ryabinkin rea at FreeBSD.org
Sun Jan 6 13:24:40 UTC 2013


Author: rea
Date: Sun Jan  6 13:24:39 2013
New Revision: 309984
URL: http://svnweb.freebsd.org/changeset/ports/309984

Log:
  VuXML: fix r309982
  
  Use proper tags for CVE identifiers.  I should run 'make validate'
  _every_ time before committing.
  Pointyhat to:	rea

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sun Jan  6 13:14:05 2013	(r309983)
+++ head/security/vuxml/vuln.xml	Sun Jan  6 13:24:39 2013	(r309984)
@@ -105,9 +105,9 @@ Note:  Please add new entries to the beg
       </body>
     </description>
     <references>
-      <cve>CVE-2012-6081</cve>
-      <cve>CVE-2012-6080</cve>
-      <cve>CVE-2012-6082</cve>
+      <cvename>CVE-2012-6081</cvename>
+      <cvename>CVE-2012-6080</cvename>
+      <cvename>CVE-2012-6082</cvename>
       <url>http://hg.moinmo.in/moin/1.9/raw-file/1.9.6/docs/CHANGES</url>
       <url>http://www.debian.org/security/2012/dsa-2593</url>
     </references>


More information about the svn-ports-all mailing list