svn commit: r452260 - head/security/vuxml
Steve Wills
swills at FreeBSD.org
Tue Oct 17 02:46:47 UTC 2017
Author: swills
Date: Tue Oct 17 02:46:45 2017
New Revision: 452260
URL: https://svnweb.freebsd.org/changeset/ports/452260
Log:
Fix version on solr issue
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Tue Oct 17 02:29:24 2017 (r452259)
+++ head/security/vuxml/vuln.xml Tue Oct 17 02:46:45 2017 (r452260)
@@ -266,7 +266,7 @@ Notes:
<package>
<name>apache-solr</name>
<range><ge>5.1</ge><le>6.6.1</le></range>
- <range><ge>7.0.0</ge><le>7.0.1</le></range>
+ <range><ge>7.0.0</ge><lt>7.1</lt></range>
</package>
</affects>
<description>
@@ -286,6 +286,7 @@ Notes:
<dates>
<discovery>2017-10-13</discovery>
<entry>2017-10-13</entry>
+ <modified>2017-10-16</modified>
</dates>
</vuln>
More information about the svn-ports-head
mailing list