svn commit: r406172 - head/security/vuxml

Sunpoet Po-Chuan Hsieh sunpoet at freebsd.org
Fri Jan 15 18:00:46 UTC 2016


On Sat, Jan 16, 2016 at 1:47 AM, Bryan Drewery <bdrewery at freebsd.org> wrote:

> Author: bdrewery
> Date: Fri Jan 15 17:47:33 2016
> New Revision: 406172
> URL: https://svnweb.freebsd.org/changeset/ports/406172
>
> Log:
>   Fix OpenSSH version ranges.
>
>   Reported by:  sunpoet
>
> Modified:
>   head/security/vuxml/vuln.xml
>
> Modified: head/security/vuxml/vuln.xml
>
> ==============================================================================
> --- head/security/vuxml/vuln.xml        Fri Jan 15 17:41:22 2016
> (r406171)
> +++ head/security/vuxml/vuln.xml        Fri Jan 15 17:47:33 2016
> (r406172)
> @@ -91,8 +91,8 @@ Notes:
>        <package>
>         <name>openssh-portable</name>
>         <range>
> -         <gt>5.4p0,1</gt>
> -         <lt>7.1p2,1</lt>
> +         <gt>5.4.p0,1</gt>
> +         <lt>7.1.p2,1</lt>
>         </range>
>        </package>
>      </affects>
> @@ -114,6 +114,7 @@ Notes:
>      <dates>
>        <discovery>2016-01-14</discovery>
>        <entry>2016-01-14</entry>
> +      <modified>2016-01-15</modified>
>      </dates>
>    </vuln>
>
> @@ -8848,7 +8849,7 @@ Notes:
>      <affects>
>        <package>
>         <name>openssh-portable</name>
> -       <range><lt>7.0p1,1</lt></range>
> +       <range><lt>7.0.p1,1</lt></range>
>        </package>
>      </affects>
>      <description>
> @@ -8872,6 +8873,7 @@ Notes:
>      <dates>
>        <discovery>2015-08-11</discovery>
>        <entry>2015-08-21</entry>
> +      <modified>2016-01-15</modified>
>      </dates>
>    </vuln>
>
> _______________________________________________
> svn-ports-all at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-ports-all
> To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
>

Thanks!


More information about the svn-ports-all mailing list