Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Oct 2017 09:18:26 +0000 (UTC)
From:      Gavin Atkinson <gavin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r452836 - head/security/vuxml
Message-ID:  <201710250918.v9P9IQ9W061261@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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