Bug 9371

Summary: openssl: download failes with "Only allow downloads from primary download site" + local server
Product: buildroot Reporter: johanderycke
Component: OtherAssignee: Arnout Vandecappelle <arnout>
Status: RESOLVED FIXED    
Severity: normal CC: buildroot
Priority: P5    
Version: 2016.08   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

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!