- Mar 11, 2024
-
-
Casey authored
Signed-off-by:
Caleb Connolly <caleb@postmarketos.org>
-
Casey authored
When using apk to initialise a new rootfs, it is actually what creates /lib. Adjust apk_db_create() to use a merged /usr layout and create /lib as a symlink. FIXME: this should probably be controlled by a flag? Signed-off-by:
Caleb Connolly <caleb@postmarketos.org>
-
- Mar 10, 2024
-
-
Casey authored
Alpine does not currently follow the /usr merge standard, however it is possible to create a merged /usr Alpine system by adjusting apk to correctly rewrite symlinks and avoid installing symlinks where the link source and target end up in the same path on a /usr merged system. Implement special handling when unpacking packages to skip these now redundant symlinks, and adjust others to point to the correct paths.
-
- Mar 09, 2024
-
-
Casey authored
Should be APK_BLOB_STRUCT here to avoid doing sizeof(*a). Signed-off-by:
Caleb Connolly <caleb.connolly@linaro.org>
-
- Mar 08, 2024
-
-
Timo Teräs authored
Specifically "version -c" should not skip empty arguments. fixes commit b56eeb2c "apk: remove empty arguments" (cherry picked from commit fd8c485f)
-
Sertonix authored
[tt: backport only the minimal change]
-
Natanael Copa authored
make `apk list --quiet` only print the pkgname without version. This is similar to what apk search --quiet does. [tt: minor stylistic edit] (cherry picked from commit fd8b2b15)
-
Valery Ushakov authored
(cherry picked from commit cdfb8ba0)
-
Valery Ushakov authored
See apk_static_cache_dir in src/database.c (cherry picked from commit 522d0d62)
-
Natanael Copa authored
upstream: https://cgit.freebsd.org/src/commit/lib/libfetch?id=ce700f78f7fb28a252978382a1d0a66d08b6469a (cherry picked from commit c1e0368e)
-
Natanael Copa authored
Apply upstream fix for error messages from FreeBSD: https://cgit.freebsd.org/src/commit/lib/libfetch?id=631b82aca0fd41c8e0d48eebdb9c4e38b7306472 (cherry picked from commit b037a924)
-
Timo Teräs authored
fixes #10907 (cherry picked from commit 99a264f9)
-
Timo Teräs authored
Print proper analysis instead of "exited with error 0" fixes #10895 (cherry picked from commit 48d91f48)
-
Timo Teräs authored
-
Timo Teräs authored
fixes #10883
-
Ariadne Conill authored
Macros used have been taken from Loongson's work-in-progress GCC 12 port.
-
- Jan 14, 2024
-
-
Timo Teräs authored
Similar to the package installation path, invalidate the sorted packages cache on package uninstallation. fixes commit "db, info: sort installed package based data by package name" fixes #10970
-
- Nov 15, 2023
-
-
Timo Teräs authored
Instead of a package just providing the name
-
- May 10, 2023
-
-
Timo Teräs authored
fixes commit "del: fix --rdepends" to not delete provided names if not using --rdepends
-
Timo Teräs authored
fixes #10898
-
- May 09, 2023
-
- May 03, 2023
-
-
Timo Teräs authored
Fixes commit d5ff6c96 "support --from=FROMSPEC". The condition to generate the reverse dependencies changed causing it not to be always generated. Fix this by unconditionally generating it. fixes #10896
-
- May 02, 2023
-
-
Timo Teräs authored
Seems originally it was indeed -L, but was inadvertently changed to -l in 2.12_rc1 in options refactoring commit 1d7123d8. Since already the 2.12-stable uses -l, update just documentation. fixes #10894
-
Timo Teräs authored
fixes #10776
-
Timo Teräs authored
implement it also for connecting to hosts fixes #10869
-
- Apr 26, 2023
-
-
Timo Teräs authored
This is a fixup to the backport commit 67f5a753: db, apps: sort display results based on package names This makes apk_db_foreach_matching_name() act consistently on between 2.14-stable and master. And updates the call sites where differing behaviour is needed, and fixes dot and other call sites to work again. fixes #10893
-
- Apr 17, 2023
-
-
Timo Teräs authored
fixes #10889
-
Timo Teräs authored
-
- Apr 12, 2023
-
-
Timo Teräs authored
-
Timo Teräs authored
-
Ariadne Conill authored
the stat64 family of functions were provided as transitional functions, but when building on glibc with _GNU_SOURCE, or any other supported system, the stat functions are equivalent to their stat64 counterparts
-
Timo Teräs authored
-
Timo Teräs authored
fixes #10886
-
Timo Teräs authored
-
Timo Teräs authored