Bug 9371 - openssl: download failes with "Only allow downloads from primary download site" + local server
Summary: openssl: download failes with "Only allow downloads from primary download sit...
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2016.08
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: Arnout Vandecappelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-20 09:49 UTC by johanderycke
Modified: 2016-10-23 12:55 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description johanderycke 2016-10-20 09:49:29 UTC
We have " Only allow downloads from primary download site" enabled and have a local webserver with all needed packages on it.
For openssl some patches are added to "OPENSSL_PATCH" (eg. https://gitweb.gentoo.org/repo/gentoo.git/plain/dev-libs/openssl/files/openssl-1.0.2d-parallel-build.patch?id=c8abcbe8de5d3b6cdd68c162f398c011ff6e2d9d)

Our server has this file available but wget fails because of the "?" in the name.

Any suggestions on a working workaround?

Best regards,

Johan
Comment 1 Arnout Vandecappelle 2016-10-21 20:30:14 UTC
Fixed by http://patchwork.ozlabs.org/patch/685264/
Comment 2 Thomas Petazzoni 2016-10-23 12:55:03 UTC
Fixed by https://git.buildroot.org/buildroot/commit/?id=8740f321fcd2b245e3585b319e2a87aa361656cd. Thanks Johan for the bug report, thanks Arnout for the patch!