svn commit: r532511 - head/security/vuxml
Craig Leres
leres at FreeBSD.org
Wed Apr 22 20:02:56 UTC 2020
Author: leres
Date: Wed Apr 22 20:02:55 2020
New Revision: 532511
URL: https://svnweb.freebsd.org/changeset/ports/532511
Log:
security/vuxml: Restore openssl port version range to the 2020-04-21 entry
I tested that this passes "make validate" and correctly flags
openssl-1.1.1f,1 as vulnerable.
Approved by: gjb
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Wed Apr 22 19:54:39 2020 (r532510)
+++ head/security/vuxml/vuln.xml Wed Apr 22 20:02:55 2020 (r532511)
@@ -97,6 +97,10 @@ Notes:
<range><ge>12.1</ge><lt>12.1_4</lt></range>
<range><ge>11.3</ge><lt>11.3_8</lt></range>
</package>
+ <package>
+ <name>openssl</name>
+ <range><ge>1.1.1,1</ge><lt>1.1.1g,1</lt></range>
+ </package>
</affects>
<description>
<body xmlns="http://www.w3.org/1999/xhtml">
More information about the svn-ports-head
mailing list