summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2014-01-21 16:46:28 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-17 14:44:30 +0000
commite8dfafda71b7340004ce5ecdc60a63d27664ceaf (patch)
treed9f7b83b4eca53c129f71be92155ec1d982931a9 /documentation/dev-manual
parentf0b1753b90ea6e2f34228d092fcef682d94dd1a0 (diff)
downloadpoky-e8dfafda71b7340004ce5ecdc60a63d27664ceaf.tar.gz
bitbake: fetch2: Don't allow '/' in user:pass, fix branch containing '@'
* currently decode_url regexp parses branch=@foo as username so it ends like this: - ('git', '', 'foo', 'git.openembedded.org/bitbake;branch=', '', {}) + ('git', 'git.openembedded.org', '/bitbake', '', '', {'branch': '@foo'}) * http://hg.python.org/cpython/file/2.7/Lib/urlparse.py also assumes that there is at least one '/' as separator between netloc and path, params, so it looks reasonable to prevent including '/' in username (Bitbake rev: 3c694e20df3b1d442603300786580e4b2f4bf5f3) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
0 files changed, 0 insertions, 0 deletions