svn commit: r507351 - head/security/vuxml
Tobias Kortkamp
tobik at FreeBSD.org
Fri Jul 26 11:04:28 UTC 2019
Author: tobik
Date: Fri Jul 26 11:04:27 2019
New Revision: 507351
URL: https://svnweb.freebsd.org/changeset/ports/507351
Log:
Fix version range of exim entry
It currently does not account for PORTREVISION, i.e., it excludes
4.92_1, 4.92_2, 4.92_3, 4.92_4 which are affected by CVE-2019-13917
too.
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Fri Jul 26 10:58:23 2019 (r507350)
+++ head/security/vuxml/vuln.xml Fri Jul 26 11:04:27 2019 (r507351)
@@ -63,7 +63,7 @@ Notes:
<affects>
<package>
<name>exim</name>
- <range><ge>4.85</ge><le>4.92</le></range>
+ <range><ge>4.85</ge><lt>4.92.1</lt></range>
</package>
</affects>
<description>
@@ -94,6 +94,7 @@ expansion re-evaluates its items.
<dates>
<discovery>2019-07-18</discovery>
<entry>2019-07-25</entry>
+ <modified>2019-07-26</modified>
</dates>
</vuln>
More information about the svn-ports-all
mailing list