[Buildroot] [git commit] package/python-colorzero: new package

Thomas Petazzoni thomas.petazzoni at bootlin.com
Thu Jun 18 21:18:13 UTC 2020


On Thu, 18 Jun 2020 22:25:47 +0200
Peter Seiderer <ps.report at gmx.net> wrote:

> > diff --git a/support/scripts/pkg-stats b/support/scripts/pkg-stats
> > index c1f41fc9e8..4d76ca32f9 100755
> > --- a/support/scripts/pkg-stats
> > +++ b/support/scripts/pkg-stats
> > @@ -383,6 +383,8 @@ class CVE:
> >                      if not hasattr(cve_affected_version, "version"):
> >                          print("Cannot parse CVE affected version '%s'" % v["version_value"])
> >                          continue
> > +                    print(pkg_version)
> > +                    print(cve_affected_version)
> >                      return pkg_version <= cve_affected_version
> >                  else:
> >                      print("version_affected: %s" % v['version_affected'])  
> 
> Seems there leaked some unrelated code change in?

Crap, yes :-/ Thanks for noticing. "git commit -a" should not be
allowed on my machine, it seems.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


More information about the buildroot mailing list