aboutsummaryrefslogtreecommitdiff
path: root/utils/apk/Makefile
Commit message (Collapse)AuthorAge
* apk: move package to corePaul Spooren2024-04-29
| | | | | | This will become part of openwrt.git and used within the build system. Signed-off-by: Paul Spooren <mail@aparcar.org>
* apk: Update to 2.14.0Tianling Shen2023-05-17
| | | | | | | * Fixed build issue with musl 1.2.4. * Refreshed patches. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* apk: Update to 2.12.11Tianling Shen2023-04-15
| | | | | | Refreshed patches. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* apk: update to 2.12.4Paul Spooren2021-03-28
| | | | | | | | | | | | | | | Ariadne Conill (1): database: do not chroot(".") unless actually necessary Martin Vahlensieck (1): Use correct port when redirected Timo Teräs (5): db: fix control character check to use uint8_t libfetch: send Proxy-Authorization also for https connect del: report correctly package's provides names Signed-off-by: Paul Spooren <mail@aparcar.org>
* apk: update to 2.12.2Rosen Penev2021-02-14
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* apk: add packagePaul Spooren2021-01-26
The Alpine Package Keeper is the default package manager for Alpine Linux. They manage their own repositoriy with thousends of packages and as musl is used for compilation, their binaries can directly run on OpenWrt. Signed-off-by: Paul Spooren <mail@aparcar.org>