svn commit: r404357 - head/security/vuxml
Kubilay Kocak
koobs at FreeBSD.org
Thu Dec 24 14:26:49 UTC 2015
On 25/12/2015 12:17 AM, Sunpoet Po-Chuan Hsieh wrote:
> Author: sunpoet
> Date: Thu Dec 24 13:17:42 2015
> New Revision: 404357
> URL: https://svnweb.freebsd.org/changeset/ports/404357
>
> Log:
> - Fix r404311: incomplete version range leads to false positive
>
> Modified:
> head/security/vuxml/vuln.xml
>
> Modified: head/security/vuxml/vuln.xml
> ==============================================================================
> --- head/security/vuxml/vuln.xml Thu Dec 24 13:03:52 2015 (r404356)
> +++ head/security/vuxml/vuln.xml Thu Dec 24 13:17:42 2015 (r404357)
> @@ -63,9 +63,9 @@ Notes:
> <affects>
> <package>
> <name>ruby</name>
> - <range><lt>2.0.0.648,1</lt></range>
> - <range><lt>2.1.8,1</lt></range>
> - <range><lt>2.2.4,1</lt></range>
> + <range><ge>2.0.0,1</ge><lt>2.0.0.648,1</lt></range>
> + <range><ge>2.1.0,1</ge><lt>2.1.8,1</lt></range>
> + <range><ge>2.2.0,1</ge><lt>2.2.4,1</lt></range>
> </package>
> </affects>
> <description>
>
I believe this was for issue 203227 [1]
[1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203227
More information about the svn-ports-all
mailing list