- Mar 24, 2025
-
-
Fixes 8037e3ec pkg: reorder struct apk_package fields for size
-
Otherwise replaces and replaces_priority doesn't work when packages have the same origin. Fixes aports#16924
-
The bug has been fixed in abuild and no package in alpine edge is affected by this anymore. Ref abuild!145
-
Fixes false errors after a package failed to be parsed.
-
ADB_ERROR isn't the expected type here and will result in the error message being "No error information" The error message is still incorrectly showing "Unexpected end of input" though.
-
For example the dependency list of the linux-firmware packages is large enought to trigger this bug: valgrind --leak-check=full apk mkndx -o Packages.adb linux-firmware-20250211-r0.apk
-
Only use the default one when alg is NONE and level is 0.
-
This can cause a segfault due to out of bounds memory read.
-
- Mar 20, 2025
- 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
- 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
-