- 29 Dec, 2020 1 commit
-
-
Alex Denes authored
-
- 11 Nov, 2020 1 commit
-
-
Alex Denes authored
-
- 10 Nov, 2020 1 commit
-
-
Alex Denes authored
-
- 09 Oct, 2020 1 commit
-
-
Timo Teräs authored
-
- 07 Oct, 2020 1 commit
-
-
Timo Teräs authored
-
- 06 Oct, 2020 4 commits
-
-
Timo Teräs authored
-
Timo Teräs authored
Document the version when changed. And print error with similar note if the given repositories-file cannot be read.
-
Timo Teräs authored
fixes #10688
-
Paul Spooren authored
On some systems the `/var/` dir is mounted in a tmpfs which is reseted after each reboot. For that reason no post-install script can handle the creation of the cache dir at `/var/cache/apk`. Check on database opnening if the folder is available, if not create it. Fixes #10715 Signed-off-by:
Paul Spooren <mail@aparcar.org>
-
- 05 Oct, 2020 2 commits
-
-
Timo Teräs authored
It used to be relative to the --root specified root, but that causes issues with relative command line filenames and is unintuitive. Update documentation accordingly. Fixes #10702.
-
Timo Teräs authored
fixes #10710
-
- 03 Oct, 2020 1 commit
-
-
Timo Teräs authored
fixes #10703
-
- 01 Oct, 2020 1 commit
-
-
Timo Teräs authored
-
- 28 Sep, 2020 1 commit
-
-
Timo Teräs authored
-
- 29 Aug, 2020 2 commits
-
-
Ariadne Conill authored
Closes #10708.
-
Ariadne Conill authored
-
- 26 Aug, 2020 1 commit
-
-
Timo Teräs authored
unintentional regression from commit edb45ae4 fixes #10707
-
- 25 Aug, 2020 2 commits
-
-
Timo Teräs authored
-
Timo Teräs authored
-
- 24 Aug, 2020 3 commits
-
-
Timo Teräs authored
-
Oliver Smith authored
-
Timo Teräs authored
This uses some macro trickery to make sure that there's one-to-one mapping with the option index enum and the descriptor. The down side is that enum's are generated via #define's and editors might not pick them up for auto completion, but the benefits are more: it's no longer possible have mismatching enum value and descriptor index, and the amount of source code lines is less.
-
- 30 Jul, 2020 2 commits
-
-
Ariadne Conill authored
-
Ariadne Conill authored
Fixes #10667 and #10700
-
- 29 May, 2020 1 commit
-
-
Ariadne Conill authored
If getservbyname() fails, libfetch will attempt to connect to port 0.
-
- 28 May, 2020 1 commit
-
-
Ariadne Conill authored
-
- 27 May, 2020 1 commit
-
-
Ariadne Conill authored
Some triggers and maintainer scripts depend on /dev/random, /dev/urandom, /dev/zero and /dev/console.
-
- 19 May, 2020 3 commits
-
-
Fredrik Gustafsson authored
fixes 12fdf6fc "allow building without help..."
-
Timo Teräs authored
This greatly helps with memory management on applications that may want to daemonize and open/close database several times. Also the lifetime and "owner" of memory for all data is now explicitly bound to owning struct apk_database, which might be helpful when writing language bindings. As side effect, the interned "atoms" are unique only within what apk_database, so comparing packages from different apk_database may not work as expected. Fixes #10697
-
Timo Teräs authored
fixes #10696
-
- 17 May, 2020 2 commits
-
-
Timo Teräs authored
define APK_DEFAULT_ARCH for riscv32 and riscv64 targets See merge request alpine/apk-tools!26
-
Ariadne Conill authored
-
- 07 May, 2020 3 commits
-
-
Timo Teräs authored
Fixes #10686 to not use uninitialized value in the error paths.
-
TBK authored
-
TBK authored
-
- 06 May, 2020 4 commits
-
-
Fredrik Gustafsson authored
When creating an index apk warns if a dependency is missing a provider. However when using a multi-arch repository, it's not an error that a certain architecture is missing a dependency because that dependency could be in an other architecture. Since apk index doesn't know about this, add an argument to disable that warning. Maintainer note: rebased for new option handling, and minor stylistic adjustments. Signed-off-by:
Fredrik Gustafsson <fredrigu@axis.com>
-
Timo Teräs authored
This reduces the number of relocations on PIE binaries, and also reduces the executable size. Parsing of the options is slightly sped up as only the exact matching option group parser is called.
-
Timo Teräs authored
Also few minor fixups added.
-
Timo Teräs authored
This creates main help like: -- usage: apk [<OPTIONS>...] COMMAND [<ARGUMENTS>...] Package installation and removal: add Add packages to WORLD and commit changes del Remove packages from WORLD and commit changes System maintenance: fix Check WORLD against the system and ensure consistency update Update repository indexes upgrade Install upgrades available from repositories cache Commands related to the management of an offline package cache Querying package information: info Give detailed information about packages or repositories list List packages matching a pattern or other criteria dot Generate graphviz graphs policy Show repository policy for packages Repository maintenance: index Create repository index file from packages fetch Download packages from global repositories to a local directory manifest Show checksums of package contents verify Verify pac...
-
- 28 Apr, 2020 1 commit
-
-
Fredrik Gustafsson authored
If apk is run as a non-root user, it's not possible to chown files. Maintainers note: minor wording changes on commit log and man page. Signed-off-by:
Fredrik Gustafsson <fredrigu@axis.com>
-