Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Feb 2016 00:07:45 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408608 - head/security/vuxml
Message-ID:  <201602100007.u1A07jVD018150@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Wed Feb 10 00:07:45 2016
New Revision: 408608
URL: https://svnweb.freebsd.org/changeset/ports/408608

Log:
  Fix vuxml to pass `make validate`
  An errant newline from the last entry caused "Error 1"

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Feb 10 00:05:06 2016	(r408607)
+++ head/security/vuxml/vuln.xml	Wed Feb 10 00:07:45 2016	(r408608)
@@ -56,7 +56,6 @@ Notes:
   * Please add new entries to the beginning of this file.
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
-
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
   <vuln vid="36034227-cf81-11e5-9c2b-00262d5ed8ee">
     <topic>chromium -- multiple vulnerabilities</topic>



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