svn commit: r385161 - head/security/vuxml
Xin LI
delphij at FreeBSD.org
Sat May 2 00:59:19 UTC 2015
Author: delphij
Date: Sat May 2 00:59:18 2015
New Revision: 385161
URL: https://svnweb.freebsd.org/changeset/ports/385161
Log:
Fix version range of two ancient items.
Submitted by: Chris Nehren <cnehren tenable com>
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Sat May 2 00:50:27 2015 (r385160)
+++ head/security/vuxml/vuln.xml Sat May 2 00:59:18 2015 (r385161)
@@ -87996,7 +87996,7 @@ http_access deny Gopher</pre>
<affects>
<package>
<name>ifmail</name>
- <range><le>ifmail-2.15_4</le></range>
+ <range><le>2.15_4</le></range>
</package>
</affects>
<description>
@@ -88013,6 +88013,7 @@ http_access deny Gopher</pre>
<dates>
<discovery>2004-08-23</discovery>
<entry>2004-10-19</entry>
+ <modified>2015-05-01</modified>
</dates>
</vuln>
@@ -94085,7 +94086,7 @@ http_access deny Gopher</pre>
<affects>
<package>
<name>squid</name>
- <range><lt>squid-2.5.5</lt></range>
+ <range><lt>2.5.5</lt></range>
</package>
</affects>
<description>
@@ -94106,7 +94107,7 @@ http_access deny Gopher</pre>
<dates>
<discovery>2004-02-29</discovery>
<entry>2004-03-26</entry>
- <modified>2004-03-30</modified>
+ <modified>2015-05-01</modified>
</dates>
</vuln>
More information about the svn-ports-all
mailing list