svn commit: r407535 - head/security/vuxml

Bernard Spil brnrd at FreeBSD.org
Sat Jan 30 16:53:29 UTC 2016


Author: brnrd
Date: Sat Jan 30 16:53:28 2016
New Revision: 407535
URL: https://svnweb.freebsd.org/changeset/ports/407535

Log:
  ftp/curl: Fix vuxml version check
  
  Reviewed by:	Erandir, miwi (ports-secteam)
  Approved by:	miwi (ports-secteam)

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sat Jan 30 16:50:02 2016	(r407534)
+++ head/security/vuxml/vuln.xml	Sat Jan 30 16:53:28 2016	(r407535)
@@ -608,8 +608,7 @@ Notes:
     <affects>
       <package>
 	<name>curl</name>
-	<range><ge>7.10.0</ge></range>
-	<range><lt>7.47.0</lt></range>
+	<range><ge>7.10.0</ge><lt>7.47.0</lt></range>
       </package>
     </affects>
     <description>
@@ -630,6 +629,7 @@ Notes:
     <dates>
       <discovery>2016-01-27</discovery>
       <entry>2016-01-27</entry>
+      <modified>2016-01-30</modified>
     </dates>
   </vuln>
 


More information about the svn-ports-all mailing list