svn commit: r407513 - head/security/vuxml

Mark Felder feld at FreeBSD.org
Sat Jan 30 05:37:13 UTC 2016


Author: feld
Date: Sat Jan 30 05:37:11 2016
New Revision: 407513
URL: https://svnweb.freebsd.org/changeset/ports/407513

Log:
  vuxml: fix version range for nginx which has a PORTEPOCH

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sat Jan 30 05:36:08 2016	(r407512)
+++ head/security/vuxml/vuln.xml	Sat Jan 30 05:37:11 2016	(r407513)
@@ -63,7 +63,7 @@ Notes:
     <affects>
       <package>
 	<name>nginx</name>
-	<range><lt>1.8.1</lt></range>
+	<range><lt>1.8.1,2</lt></range>
       </package>
       <package>
 	<name>nginx-devel</name>


More information about the svn-ports-head mailing list