svn commit: r431397 - head/security/vuxml

Nikolai Lifanov lifanov at FreeBSD.org
Fri Jan 13 15:02:31 UTC 2017


Author: lifanov
Date: Fri Jan 13 15:02:29 2017
New Revision: 431397
URL: https://svnweb.freebsd.org/changeset/ports/431397

Log:
  replace wildcard in range with a specific version
  
  Reported by:	matthew
  Reviewed by:	matthew
  Approved by:	matthew (mentor)
  Differential Revision:	https://reviews.freebsd.org/D9158

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Jan 13 14:52:40 2017	(r431396)
+++ head/security/vuxml/vuln.xml	Fri Jan 13 15:02:29 2017	(r431397)
@@ -63,7 +63,7 @@ Notes:
     <affects>
       <package>
 	<name>ansible</name>
-	<range><gt>1.9.*</gt><lt>2.2.0.0_2</lt></range>
+	<range><gt>1.9.6_1</gt><lt>2.2.0.0_2</lt></range>
       </package>
     </affects>
     <description>


More information about the svn-ports-head mailing list