svn commit: r503510 - head/security/vuxml

Jochen Neumeister joneum at FreeBSD.org
Sat Jun 8 08:19:02 UTC 2019


On 05.06.19 17:08, Koop Mast wrote:
> Author: kwm
> Date: Wed Jun  5 15:08:31 2019
> New Revision: 503510
> URL: https://svnweb.freebsd.org/changeset/ports/503510
>
> Log:
>    Fix modification date, the future isn't quite here yet.
>    
>    Reported by:	Daniel Ebdrup
>
> Modified:
>    head/security/vuxml/vuln.xml
>
> Modified: head/security/vuxml/vuln.xml
> ==============================================================================
> --- head/security/vuxml/vuln.xml	Wed Jun  5 14:49:57 2019	(r503509)
> +++ head/security/vuxml/vuln.xml	Wed Jun  5 15:08:31 2019	(r503510)
> @@ -263,7 +263,7 @@ Notes:
>       <dates>
>         <discovery>2019-03-07</discovery>
>         <entry>2019-05-30</entry>
> -      <modified>2019-07-04</modified>
> +      <modified>2019-05-04</modified>

You mean 2019-06-05?
Now "modified" is younger than "entry"

It's good to check something like that with "make validate":

Error: dates are insane : 183d700e-ec70-487e-a9c4-632324afa934
*** Error code 1

Stop.

>       </dates>
>     </vuln>
>   
>


More information about the svn-ports-head mailing list