svn commit: r321558 - head/security/vuxml

Brendan Fabeny bf at FreeBSD.org
Sat Jun 22 09:36:10 UTC 2013


Author: bf
Date: Sat Jun 22 09:36:10 2013
New Revision: 321558
URL: http://svnweb.freebsd.org/changeset/ports/321558

Log:
  Correct the CVE-2013-0131 entry, so that the most recent revision of
  x11/nvidia-driver-304 is not mistakenly flagged as vulnerable

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sat Jun 22 09:00:50 2013	(r321557)
+++ head/security/vuxml/vuln.xml	Sat Jun 22 09:36:10 2013	(r321558)
@@ -1962,7 +1962,7 @@ Note:  Please add new entries to the beg
     <affects>
       <package>
 	<name>nvidia-driver</name>
-	<range><gt>304.88</gt><lt>310.44</lt></range>
+	<range><ge>310.14</ge><lt>310.44</lt></range>
 	<range><ge>195.22</ge><lt>304.88</lt></range>
       </package>
     </affects>


More information about the svn-ports-all mailing list