svn commit: r417104 - head/security/vuxml

Bernard Spil brnrd at FreeBSD.org
Sun Jun 19 09:03:24 UTC 2016


Author: brnrd
Date: Sun Jun 19 09:03:23 2016
New Revision: 417104
URL: https://svnweb.freebsd.org/changeset/ports/417104

Log:
  Update security/libressl vulnerability for quarterly branch
  
    - Mark vulnerable from 2.3.0 up to 2.3.6
    - Mark vulnerable below 2.2.9

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sun Jun 19 08:23:53 2016	(r417103)
+++ head/security/vuxml/vuln.xml	Sun Jun 19 09:03:23 2016	(r417104)
@@ -519,7 +519,8 @@ Notes:
       </package>
       <package>
 	<name>libressl</name>
-	<range><lt>2.3.6</lt></range>
+	<range><lt>2.2.9</lt></range>
+	<range><ge>2.3.0</ge><lt>2.3.6</lt></range>
       </package>
       <package>
 	<name>libressl-devel</name>
@@ -546,7 +547,7 @@ Notes:
     <dates>
       <discovery>2016-06-09</discovery>
       <entry>2016-06-09</entry>
-      <modified>2016-06-13</modified>
+      <modified>2016-06-19</modified>
     </dates>
   </vuln>
 


More information about the svn-ports-head mailing list