- Mar 17, 2025
-
-
This is needed to distinguish multiple repositories with the same url_base but different index file names.
-
- Mar 11, 2025
-
-
Sertonix authored
Fixes that thew manpage was installed as d(5) before. Ref !282 (comment 488557) Fixes 3fb50f64 Add man page for protected_paths.d
-
- Mar 04, 2025
-
-
Timo Teräs authored
-
-
- Mar 03, 2025
-
-
achill (fossdd) authored
-
- Mar 01, 2025
-
-
Christian Marangi authored
Commit fc7768c0 ("io_url_wget: log wget output using apk_process api") reworked the implementation but forgot to init the static wget_out on calling apk_io_url_init. This cause APK to SIGFAULT on apk update or apk add when actually using the WGET method to download remote packages. Fix this by setting wget_out with the passed out from apk_io_url_init. Reported-by:
John Crispin <john@phrozen.org> Fixes: fc7768c0 ("io_url_wget: log wget output using apk_process api") Signed-off-by:
Christian Marangi <ansuelsmth@gmail.com>
-
- Feb 28, 2025
-
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
fixes #11088
-
- Feb 26, 2025
-
-
Sertonix authored
This replaces the misleading "file format not supported (in this applet)" error message with the solver one which at least mentions the arch. ERROR: unable to select packages: autorandr-launcher-1.15-r0: error: uninstallable arch: all satisfies: world[autorandr-launcher><Q1gJ1+BQymF7RPL22LmCZpaugsJxI=]
-
- Feb 21, 2025
-
-
Timo Teräs authored
Now that the cache repository is gone, the index applet cannot use repository '0' anymore. Introduce and use a new mode to load the non-database/commandline index. fixes 460d62ee db: extend repositories file format with commands fixes 35a57547 db: remove APK_REPOSITORY_CACHED and use cache_repository fixes #11085
-
- Feb 12, 2025
-
-
Timo Teräs authored
The earlier fix for 32-bit arches also messed up the sign extension for error code portion. Fix this by using a struct instead of trying to be clever with the bit shifts. fixes 8d41ff40 fetch: fix fetch_err_make() for 32-bit arches fixes #11082
-
Timo Teräs authored
it is used to build the help on build host
-
Fixes cross compilation of the documentation.
-
- Feb 10, 2025
-
-
This fixes some tests when for example the --interactive flag has been set through the apk config.
-
- Feb 08, 2025
-
-
nina authored
There are gholes in the apk_digest_str array, where the field is NULL. This will result in a segfault because strcmp cannot take a NULL.
-
Timo Teräs authored
-
Timo Teräs authored
- This allows explicitly to specify an index file or repository with new or old style index name. - Allow specifying repository components: a repositories line like: https://dl-cdn.alpinelinux.org/alpine/edge main community will automatically expand to: https://dl-cdn.alpinelinux.org/alpine/edge/main https://dl-cdn.alpinelinux.org/alpine/edge/community - Support for variables fixes #10765 fixes #10787
-
Timo Teräs authored
-
- Feb 06, 2025
-
-
Timo Teräs authored
automatically generate the option with and without "no-" prefix and pass the variant in the argument
-
- Feb 04, 2025
-
-
Timo Teräs authored
RFC2616 §3.3.1 requires compliant client to accept the two obsolete formats in addition to the Internet standard format. Based on patch by John Hallam <sw@j.hallam.dk>
-
- Feb 03, 2025
-
-
Christian Marangi authored
Fix compilation error for missing stdarg.h due to va_start and va_end. Signed-off-by:
Christian Marangi <ansuelsmth@gmail.com>
-
Christian Marangi authored
Make sha global variables constant to mute compilation warning with OpenSSL version 1 or 2. OpenSSL 3 changed and require EVP_MD non-const. Signed-off-by:
Christian Marangi <ansuelsmth@gmail.com>
-
Christian Marangi authored
Correctly handle error from pipe2 and open to mute compilation warning. Signed-off-by:
Christian Marangi <ansuelsmth@gmail.com>
-
Christian Marangi authored
Fix compilation error for missing sched.h due to unshare and CLONE_NEWNS and CLONE_NEWUSER. Signed-off-by:
Christian Marangi <ansuelsmth@gmail.com>
-
Christian Marangi authored
Fix compilation error for missing limits.h due to PATH_MAX. Signed-off-by:
Christian Marangi <ansuelsmth@gmail.com>
-
Christian Marangi authored
Fix compilation error for missing inttypes.h header due to PRIu64 usage. Signed-off-by:
Christian Marangi <ansuelsmth@gmail.com>
-
Timo Teräs authored
fixes commit 48980518 ctx, trust: load public keys also from lib/apk/keys
-
Timo Teräs authored
-
Timo Teräs authored
ref #11069
-
- Feb 02, 2025
-
-
Sertonix authored
Fixes help of mkndx and fetch which printed PKGNAMESPEC_ in the help output. This also matches the behaviour of scdoc.
-