All of lore.kernel.org
 help / color / mirror / Atom feed
From: Olof Johansson <olof.johansson@axis.com>
To: bitbake-devel@lists.openembedded.org
Subject: Re: [PATCH] fetch2: BB_ALLOWED_NETWORKS should not care about port numbers
Date: Fri, 1 Apr 2016 17:02:56 +0200	[thread overview]
Message-ID: <20160401150255.GU4238@axis.com> (raw)
In-Reply-To: <1459522188-4421-1-git-send-email-olof.johansson@axis.com>

On 16-04-01 16:49 +0200, Olof Johansson wrote:
> Bitbake would fail to classify the following URL as belonging to a
> allowed network, because of the port number in the url.
> 
>  BB_ALLOWED_NETWORKS = "*.example.com"
>  SRC_URI = "http://git.example.com:8080/foo.tar.gz"
> 
> Since protocols aren't specified in the BB_ALLOWED_NETWORKS variable,
> it's reasonable to believe that this should work regardless of protocol
> being used.

I noticed that this area actually has test coverage, so I resent
an updated patch series with updates to the unit tests as well.

-- 
olofjn


      reply	other threads:[~2016-04-01 15:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-01 14:49 [PATCH] fetch2: BB_ALLOWED_NETWORKS should not care about port numbers Olof Johansson
2016-04-01 15:02 ` Olof Johansson [this message]

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=20160401150255.GU4238@axis.com \
    --to=olof.johansson@axis.com \
    --cc=bitbake-devel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.