svn commit: r557415 - head/security/vuxml

Yasuhiro KIMURA yasu at utahime.org
Thu Dec 10 09:42:29 UTC 2020


Hello Philip,

From: Philip Paeps <philip at FreeBSD.org>
Subject: svn commit: r557415 - head/security/vuxml
Date: Thu, 10 Dec 2020 06:02:22 +0000 (UTC)

> Author: philip
> Date: Thu Dec 10 06:02:22 2020
> New Revision: 557415
> URL: https://svnweb.freebsd.org/changeset/ports/557415
> 
> Log:
>   security/vuxml: add FreeBSD SA to OpenSSL entry
>   
>   Reference FreeBSD-SA-20:33.openssl and note the fixed patch releases in
>   the recent OpenSSL entry.
> 
> Modified:
>   head/security/vuxml/vuln.xml
> 
> Modified: head/security/vuxml/vuln.xml
> ==============================================================================
> --- head/security/vuxml/vuln.xml	Thu Dec 10 05:52:39 2020	(r557414)
> +++ head/security/vuxml/vuln.xml	Thu Dec 10 06:02:22 2020	(r557415)
> @@ -95,6 +95,11 @@ Notes:
>  	<name>openssl</name>
>  	<range><ge>1.0.2,1</ge><lt>1.1.1i,1</lt></range>
>        </package>
> +      <package>
> +	<name>FreeBSD</name>
> +	<range><ge>12.2</ge><lt>12.2_2</lt></range>
> +	<range><ge>12.1</ge><lt>12.1_12</lt></range>
> +      </package>
>      </affects>

Accoding to the security advisory of FreeBSD-SA-20:33.openssl, this
vulnerability affects all supported FreeBSD versions. So should
11.4-RELEASE also be added to range?

---
Yasuhiro KIMURA


More information about the svn-ports-all mailing list