svn commit: r456043 - head/security/vuxml

Tijl Coosemans tijl at FreeBSD.org
Mon Dec 11 14:53:33 UTC 2017


Author: tijl
Date: Mon Dec 11 14:53:31 2017
New Revision: 456043
URL: https://svnweb.freebsd.org/changeset/ports/456043

Log:
  Fix version range in latest curl entry.

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Mon Dec 11 14:53:00 2017	(r456042)
+++ head/security/vuxml/vuln.xml	Mon Dec 11 14:53:31 2017	(r456043)
@@ -647,11 +647,11 @@ Notes:
     <affects>
       <package>
 	<name>curl</name>
-	<range><gt>7.21.0</gt><lt>7.57.0</lt></range>
+	<range><ge>7.21.0</ge><lt>7.57.0</lt></range>
       </package>
       <package>
 	<name>linux-c7-curl</name>
-	<range><gt>7.21.0</gt><lt>7.29.0_4</lt></range>
+	<range><ge>7.21.0</ge><lt>7.29.0_4</lt></range>
       </package>
     </affects>
     <description>


More information about the svn-ports-head mailing list