svn commit: r460325 - head/security/vuxml

Niclas Zeising zeising at FreeBSD.org
Mon Jan 29 19:17:50 UTC 2018


Author: zeising
Date: Mon Jan 29 19:17:49 2018
New Revision: 460325
URL: https://svnweb.freebsd.org/changeset/ports/460325

Log:
  FIx range for dovecot
  
  2.2.33.2_2 is vulnerable.

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Mon Jan 29 19:16:12 2018	(r460324)
+++ head/security/vuxml/vuln.xml	Mon Jan 29 19:17:49 2018	(r460325)
@@ -93,7 +93,7 @@ Notes:
     <affects>
       <package>
 	<name>dovecot</name>
-	<range><gt>2.0</gt><lt>2.2.33</lt></range>
+	<range><gt>2.0</gt><le>2.2.33.2_2</le></range>
 	<range><ge>2.3</ge><le>2.3.0</le></range>
       </package>
     </affects>


More information about the svn-ports-all mailing list