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.
This commit is contained in:
Tobias Kortkamp 2019-07-26 11:04:27 +00:00
parent 8fe51f5210
commit ec4f0ebd5f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=507351

View file

@ -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>