svn commit: r416215 - head/security/vuxml
Bernard Spil
brnrd at FreeBSD.org
Tue May 31 20:00:30 UTC 2016
Author: brnrd
Date: Tue May 31 20:00:29 2016
New Revision: 416215
URL: https://svnweb.freebsd.org/changeset/ports/416215
Log:
security/vuxml: Modify libressl < 2.3.4 range
- Change existing range to >2.3.0 and <2.3.4
- Add <2.2.7 range
- Update modified date
This addresses pkg audit showing LibreSSL 2.2.7 as vulnerable
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Tue May 31 19:31:11 2016 (r416214)
+++ head/security/vuxml/vuln.xml Tue May 31 20:00:29 2016 (r416215)
@@ -990,7 +990,8 @@ Notes:
</package>
<package>
<name>libressl</name>
- <range><lt>2.3.4</lt></range>
+ <range><ge>2.3.0</ge><lt>2.3.4</lt></range>
+ <range><lt>2.2.7</lt></range>
</package>
<package>
<name>libressl-devel</name>
@@ -1023,7 +1024,7 @@ Notes:
<dates>
<discovery>2016-05-03</discovery>
<entry>2016-05-03</entry>
- <modified>2016-05-03</modified>
+ <modified>2016-05-31</modified>
</dates>
</vuln>
More information about the svn-ports-all
mailing list