svn commit: r324952 - head/security/vuxml

Stanislav Sedov stas at FreeBSD.org
Mon Aug 19 08:07:03 UTC 2013


Author: stas (src committer)
Date: Mon Aug 19 08:07:02 2013
New Revision: 324952
URL: http://svnweb.freebsd.org/changeset/ports/324952

Log:
  - Correct lcms2 VuXML entry: only versions before 2.5 are vulnerable.
  
  PR:		ports/181384
  Reported by:	Derek Schrock <dereks at lifeofadishwasher.com>

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Mon Aug 19 07:59:29 2013	(r324951)
+++ head/security/vuxml/vuln.xml	Mon Aug 19 08:07:02 2013	(r324952)
@@ -124,7 +124,7 @@ Note:  Please add new entries to the beg
     <affects>
       <package>
 	<name>lcms2</name>
-	<range><gt>0</gt></range>
+	<range><lt>2.5</lt></range>
       </package>
     </affects>
     <description>
@@ -147,6 +147,7 @@ Note:  Please add new entries to the beg
     <dates>
       <discovery>2013-07-22</discovery>
       <entry>2013-08-15</entry>
+      <modified>2013-08-19</modified>
     </dates>
   </vuln>
 


More information about the svn-ports-head mailing list