Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Alejandro del Castillo <alejandro.delcastillo@ni.com>,
	openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] package_ipk: Clean up Source entry in ipk packages
Date: Fri, 16 Jun 2017 23:11:05 +0100	[thread overview]
Message-ID: <1497651065.24449.25.camel@linuxfoundation.org> (raw)
In-Reply-To: <3a189ae0-064c-299c-84ad-55f9c1ce1331@ni.com>

On Fri, 2017-06-16 at 13:43 -0500, Alejandro del Castillo wrote:
> 
> On 06/16/2017 03:46 AM, Richard Purdie wrote:
> > 
> > There is the potential for sensitive information to leak through
> > the urls
> > there and removing it brings this into the behavior of the other
> > package
> > backends since filtering it is likely error prone.
> > 
> > Since ipks don't appear to be generated at all if we don't set
> > this, set
> > the field to the recipe name used (basename only, no paths). This
> > avoids
> > information leaking. We may want to drop the field if opkg can
> > allow that
> > at a future point but the recipe name is a suitable identifier for
> > now.
> Looking at opkg-build, opkg requires:
> 
> 	Package, Version, Architecture, Maintainer, Section, Priority,
> Source
> 
> while deb requires:
> 
> 	Package, Version, Maintainer, Description
> 
> It does makes sense to require Architecture, but doesn't make sense
> to me to make Section, Priority and Source mandatory. Opkg does
> process packages that lack those fields.
> 
> This should be a trivial change to opkg-build, which I can submit
> into opkg-utils. Including that patch in the opkg-utils recipe may
> simplify things here.

I agree, I think that may be a worthwhile change. I was a little
surprised it didn't do that already and appears to silently fail if
Source: isn't set (or we fail to check the exit code).

I also have found out some people are using this Source: data to find
recipe information so we likely do need some way to map it back to the
recipe, I'm hoping the filename is good enough for that purpose...

Cheers,

Richard


  reply	other threads:[~2017-06-16 22:11 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-16  8:46 [PATCH] package_ipk: Clean up Source entry in ipk packages Richard Purdie
2017-06-16  9:01 ` ✗ patchtest: failure for " Patchwork
2017-06-16  9:22 ` [PATCH] " Richard Purdie
2017-06-16 15:24   ` Denys Dmytriyenko
2017-06-16 18:43 ` Alejandro del Castillo
2017-06-16 22:11   ` Richard Purdie [this message]
2017-06-19 20:55     ` Alejandro del Castillo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1497651065.24449.25.camel@linuxfoundation.org \
    --to=richard.purdie@linuxfoundation.org \
    --cc=alejandro.delcastillo@ni.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox