Bug #347
GNU wget breaks apk upgrade to NPTL
| Status: | Closed | Start date: | 05/05/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 100% |
|
| Category: | - | |||
| Target version: | - |
Description
Having GNU wget installed breaks upgrade to NPTL from http repository.
Actually it's GNU wget which get's temporarily broken due to:
- uclibc has different soname, and is ABI incompatible
- wget depends on openssl
- wget and and openssl are upgraded non-atomically
Since apk-tools dependency to wget is not tracked, and wget is invoked between upgrades of wget and openssl, things break.
Need to hard code usage of busybox wget (which is not linked against openssl), include copy of non-openssl linked GNU wget with apk-tools, or make apk-tools use directly libcurl or some other library to do the http fetching.
Associated revisions
url: use always busybox wget
I think there used to be problems with using http_proxy on bb wget,
but those have been fixed for quite some time. This fixes #347.
We should probably use libcurl or similar library eventually, but
I'm not entirely sure if/when we want that.
url: use always busybox wget
I think there used to be problems with using http_proxy on bb wget,
but those have been fixed for quite some time. This fixes #347.
We should probably use libcurl or similar library eventually, but
I'm not entirely sure if/when we want that.
(cherry picked from commit aae0a563edc21030c08fd47e30e78eda22183027)
History
Updated by Timo Teräs about 1 year ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset aae0a563edc21030c08fd47e30e78eda22183027.
Updated by Timo Teräs about 1 year ago
Applied in changeset 3dfc9d3303a2fe35ebd6e7fd41e61726d209b671.
Updated by Natanael Copa 11 months ago
- Status changed from Resolved to Closed