svn commit: r423793 - head/security/vuxml

Mark Felder feld at FreeBSD.org
Tue Oct 11 19:59:57 UTC 2016


Author: feld
Date: Tue Oct 11 19:59:56 2016
New Revision: 423793
URL: https://svnweb.freebsd.org/changeset/ports/423793

Log:
  Fix OpenSSL vuln version range
  
  Reported by:	mat

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue Oct 11 19:56:43 2016	(r423792)
+++ head/security/vuxml/vuln.xml	Tue Oct 11 19:59:56 2016	(r423793)
@@ -469,7 +469,7 @@ Notes:
       </package>
       <package>
 	<name>openssl</name>
-	<range><lt>1.0.2_16,1</lt></range>
+	<range><lt>1.0.2i,1</lt></range>
       </package>
       <package>
 	<name>linux-c6-openssl</name>
@@ -526,7 +526,7 @@ Notes:
     <dates>
       <discovery>2016-09-22</discovery>
       <entry>2016-09-22</entry>
-      <modified>2016-09-30</modified>
+      <modified>2016-10-11</modified>
     </dates>
   </vuln>
 


More information about the svn-ports-head mailing list