- Jun 16, 2023
-
-
nina authored
Fixed missing endian swaps in several places both in package creation and package reading. Also made sure that the digest used for signature checking always comes out the same regardless of host byte order (previously the signature would only be compatible with the byte order it was created on and fail anywhere else). Ref #10900
-
- 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 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
-
- Apr 24, 2023
-
-
Timo Teräs authored
-
Timo Teräs authored
fixes #10776
-
- Apr 17, 2023
-
-
Timo Teräs authored
implement it also for connecting to hosts fixes #10869
-
Timo Teräs authored
fixes #10889
-
Timo Teräs authored
-
- Apr 12, 2023
-
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
fixes #10886
-
Timo Teräs authored
-
- Apr 11, 2023
-
-
Timo Teräs authored
-
- Apr 10, 2023
-
-
Timo Teräs authored
fixes commit 6ded6978 "io: make apk_blob_from_* return error"
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
Ignore any link that has the busybox binary as target. These links are created by a trigger script and not managed by apk.
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
Do not attempt to get xattrs from symlinks. Their extraction is not supported either. Do not use alloca.
-
Timo Teräs authored
-
- Apr 04, 2023
-
-
nina authored
At least in kernel packages for aarch64 we were running into the 8000 file hard limit in linux-devel. Increase it until we have a better solution in place.
-
Fixes alpine/apk-tools#10826 Fixes alpine/apk-tools#10884 [TT: Remove ADBI_PKG_PASSWD for now.]
-
- Apr 02, 2023
-
-
There will be additional metadata in the package structure that is user settable. Allow setting them via --info also.
-
- Mar 23, 2023
-
-
Timo Teräs authored
Allow omitting loading of system installed database and system repositories for the commands that operate on package indexes only.
-
- Mar 21, 2023
-
-
Timo Teräs authored
Handle file: URLs correctly, and don't do linkat() syscall if it is a remote repository. Also account the file size to progress always.
-
Timo Teräs authored
ref #10873
-
- Mar 06, 2023
-
-
Timo Teräs authored
-
Timo Teräs authored
fixes #10871
-
Timo Teräs authored
This will also fix "search" to display one match from each principal pkgname group. "search -e vim" will now show both vim and gvim. fixes #10864 fixes #10777
-
Timo Teräs authored
To make the search output and experience more consistent.
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
-
- Mar 03, 2023
-
-
This change adds two manpages: apk-v2(5) and apk-v3(5). These pages describe the v2 and v3 file formats respectively, as I currently understand them.
-
- Feb 28, 2023
-
-
Timo Teräs authored
Only the leading zeroes should be ignored. Handle properly if the version component is actually zero. fixes #10880
-