svn commit: r452836 - head/security/vuxml

Gavin Atkinson gavin at FreeBSD.org
Wed Oct 25 09:18:28 UTC 2017


Author: gavin (src,doc committer)
Date: Wed Oct 25 09:18:26 2017
New Revision: 452836
URL: https://svnweb.freebsd.org/changeset/ports/452836

Log:
  Revert r452818, the vuxmlweb build does not like empty CVE IDs.
  
  This should likely be tested for as part of "make validate".
  
  Hat:	clusteradm

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Oct 25 09:04:23 2017	(r452835)
+++ head/security/vuxml/vuln.xml	Wed Oct 25 09:18:26 2017	(r452836)
@@ -58,33 +58,6 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
-  <vuln vid="27229c67-b8ff-11e7-9f79-ac9e174be3af">
-    <topic>openoffice -- multiple vulnerabilities</topic>
-    <affects>
-      <package>
-	<name>apache-openoffice</name>
-	<range><lt>4.1.4</lt></range>
-      </package>
-      <package>
-	<name>apache-openoffice-devel</name>
-	<range><lt>4.2.1810071_1,4</lt></range>
-      </package>
-    </affects>
-    <description>
-      <body xmlns="http://www.w3.org/1999/xhtml">
-	<p>The Apache Openofffice project reports:</p>
-      </body>
-    </description>
-    <references>
-      <url/>
-      <cvename/>
-    </references>
-    <dates>
-      <discovery>2017-10-24</discovery>
-      <entry>2017-10-24</entry>
-    </dates>
-  </vuln>
-
   <vuln vid="143ec3d6-b7cf-11e7-ac58-b499baebfeaf">
     <topic>cURL -- out of bounds read</topic>
     <affects>


More information about the svn-ports-all mailing list