svn commit: r426892 - head/security/vuxml

Tijl Coosemans tijl at FreeBSD.org
Wed Nov 23 11:05:06 UTC 2016


Author: tijl
Date: Wed Nov 23 11:05:05 2016
New Revision: 426892
URL: https://svnweb.freebsd.org/changeset/ports/426892

Log:
  Fix linux-*-nss range for CVE-2016-2834.
  
  PR:		214755
  Security:	https://access.redhat.com/errata/RHSA-2016:2779

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Nov 23 10:50:41 2016	(r426891)
+++ head/security/vuxml/vuln.xml	Wed Nov 23 11:05:05 2016	(r426892)
@@ -9259,8 +9259,12 @@ and CVE-2013-0155.</p>
     <affects>
       <package>
 	<name>nss</name>
+	<range><lt>3.23</lt></range>
+      </package>
+      <package>
 	<name>linux-c6-nss</name>
-	<range><ge>3.22</ge><lt>3.23</lt></range>
+	<name>linux-c7-nss</name>
+	<range><lt>3.21.3</lt></range>
       </package>
       <package>
 	<name>linux-seamonkey</name>
@@ -9289,7 +9293,7 @@ and CVE-2013-0155.</p>
     <dates>
       <discovery>2016-06-07</discovery>
       <entry>2016-06-07</entry>
-      <modified>2016-06-10</modified>
+      <modified>2016-11-23</modified>
     </dates>
   </vuln>
 


More information about the svn-ports-all mailing list