Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jan 2019 00:56:50 +0800
From:      Po-Chuan Hsieh <sunpoet@freebsd.org>
To:        Glen Barber <gjb@freebsd.org>, Kubilay Kocak <koobs@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org,  svn-ports-head@freebsd.org
Subject:   Re: svn commit: r490941 - head/security/vuxml
Message-ID:  <CAMHz58SVz2SAHyyG9BParYRt2mDj9p%2B3R3s5S%2BMKGPMxQc5uLA@mail.gmail.com>
In-Reply-To: <20190122135535.GD71665@FreeBSD.org>
References:  <201901221232.x0MCWIGe082441@repo.freebsd.org> <5317a569-8501-0c9c-6b7f-af34bc09ad7b@FreeBSD.org> <20190122135535.GD71665@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jan 22, 2019 at 9:55 PM Glen Barber <gjb@freebsd.org> wrote:

> On Wed, Jan 23, 2019 at 12:35:05AM +1100, Kubilay Kocak wrote:
> > On 22/01/2019 11:32 pm, Glen Barber wrote:
> > > Author: gjb
> > > Date: Tue Jan 22 12:32:18 2019
> > > New Revision: 490941
> > > URL: https://svnweb.freebsd.org/changeset/ports/490941
> > >
> > > Log:
> > >    Attempt to fix vuxml build.
> > >    Sponsored by:    The FreeBSD Foundation
> > >
> > > Modified:
> > >    head/security/vuxml/vuln.xml
> > >
> > > Modified: head/security/vuxml/vuln.xml
> > >
> ==============================================================================
> > > --- head/security/vuxml/vuln.xml    Tue Jan 22 12:30:21 2019
> (r490940)
> > > +++ head/security/vuxml/vuln.xml    Tue Jan 22 12:32:18 2019
> (r490941)
> > > @@ -62,7 +62,7 @@ Notes:
> > >       <topic>www/py-requests -- Information disclosure
> vulnerability</topic>
> > >       <affects>
> > >         <package>
> > > -   <name>py*-requests</name>
> > > +   <name>py-requests</name>
> > >     <range><lt>2.20.0</lt></range>
> > >         </package>
> > >       </affects>
> > >
> >
> > Hi Glen,
> >
> > This now doesn't match PKGNAME's (pyXY-requests).
> >
> > What is/was the issue exactly?
> >
>
> I'm not entirely sure, but the build failed with:
>
>  /home/vuxmlbuild/vuxmlweb/dtd/vuxml-1/catalog.xml
> /home/vuxmlbuild/vuxmlweb/dtd/xhtml-modularization/catalog.xml
>  /home/vuxmlbuild/vuxmlweb/dtd/xhtml-basic/catalog.xml
>  Parsing VuXML ...Application exception:
>  bad package name for vid 50ad9a9a-1e28-11e9-98d7-0050562a4d7b:
> py*-requests @ho:220
>  *** Error code 1
>
> Removing the '*' stopped the build failure emails.
>

I suggest changing it to

<name>py27-requests</name>
<name>py35-requests</name>
<name>py36-requests</name>
<name>py37-requests</name>

At least it should work for both cases.


> > It passed make validate and passed the pkg audit tests (see below)
> mentioned
> > in the file, in order to match any python version of the port, future or
> > past. This at least means pkg audit understands the globbing pattern.
>
> 'pkg audit' does, yes, but that does not mean the XML parser does for
> this case.
>
> Glen
>
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58SVz2SAHyyG9BParYRt2mDj9p%2B3R3s5S%2BMKGPMxQc5uLA>