- Oct 12, 2023
-
-
Natanael Copa authored
Apply upstream fix for error messages from FreeBSD: https://cgit.freebsd.org/src/commit/lib/libfetch?id=631b82aca0fd41c8e0d48eebdb9c4e38b7306472
-
- Sep 22, 2023
-
-
Timo Teräs authored
fixes #10859
-
- Sep 18, 2023
-
-
Timo Teräs authored
fixes #10907
-
Timo Teräs authored
fixes #10905
-
Timo Teräs authored
Print proper analysis instead of "exited with error 0" fixes #10895
-
Timo Teräs authored
fixes #10883
-
- Sep 16, 2023
-
-
Timo Teräs authored
This adjusts the schema num_fiels on arrays be the initial stack allocation size, but will expand the array to heap on appending array items. apk_wo_free() is introduced and needs to be used when writing array objects. fixes #10855
-
- 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 alpine/apk-tools#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
- 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
-