- 10 Apr, 2015 1 commit
-
-
Natanael Copa authored
fixes #4040
-
- 08 Apr, 2015 6 commits
-
-
Timo Teräs authored
issue cought by fortify
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
apk in alpine 3.1 already supports this optimization, but kept the database format. now is time to start using this feature.
-
Timo Teräs authored
ref #3027
-
- 07 Apr, 2015 2 commits
-
-
Natanael Copa authored
fixes #4040
-
Natanael Copa authored
fixes #4019
-
- 11 Mar, 2015 1 commit
-
-
Timo Teräs authored
ref #3027
-
- 10 Mar, 2015 4 commits
-
-
Timo Teräs authored
-
Timo Teräs authored
ref #3027
-
Timo Teräs authored
-
Timo Teräs authored
-
- 04 Feb, 2015 2 commits
-
-
Timo Teräs authored
-
Timo Teräs authored
Package pinning was first implemented with 'p' tag. However, it was before any release renamed to 's', and 'p' was reserved for package provides support for which is used now.
-
- 30 Jan, 2015 5 commits
-
-
Timo Teräs authored
fixes #3840
-
Timo Teräs authored
this makes 'lbu diff' and aaudit diffs nice when a world dependency is added or removed. sorting also makes the ordering more deterministic as the world targets constraints are always applied in the same order. test suite updated accordingly.
-
Timo Teräs authored
using space was for backwards compatibility with apk-tools 2.2.2 and earlier (from January 2012)
-
Timo Teräs authored
the location changed in apk-tools 2.1.0 (March 2011) which was used in Alpine Linux 2.2.
-
Timo Teräs authored
when removing large sets of packets, the ordering of removal was not quaranteed to honor dependencies. this fixes the removal order to be in reverse dependency order as far as possible.
-
- 08 Dec, 2014 2 commits
-
-
Timo Teräs authored
In case all applet arguments are packages names (that is are not including wildcards), return error if they do not match to some package.
-
Timo Teräs authored
-
- 03 Nov, 2014 2 commits
-
-
Timo Teräs authored
-
Allows running apk as an unprivileged user, e.g. with fakeroot. Opening the lock file fails without the write permission.
-
- 01 Nov, 2014 3 commits
-
-
Timo Teräs authored
-
Timo Teräs authored
there are only few combinations for that triplet, and they occur multiple times reducing the struct sizes a bit. make sane defaults and prepare to not write defaults to disk to reduce on-disk installed db size.
-
Timo Teräs authored
-
- 13 Oct, 2014 1 commit
-
-
Timo Teräs authored
-
- 09 Oct, 2014 1 commit
-
-
Timo Teräs authored
-
- 08 Oct, 2014 5 commits
-
-
Timo Teräs authored
Add also a new 'commit' group that is the common options for all applets that can commit package changes.
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
-
- 07 Oct, 2014 3 commits
-
-
Timo Teräs authored
fixes #3371
-
Timo Teräs authored
-
Timo Teräs authored
Apk used to reset directory permissions always, but this is undesirable if user has modified the permissions - especially during tmpfs boot. Though, it is desirable to update the permissions when packaging has changed permissions, or a new package is installed and the merged permission mask / owner changes. Thus the new code updates the permissions only if: 1) We are booting and directory is not in apkovl 2) The directory is modified by a package install/remove/upgrade 3) The filesystem directory permission matched database Additionally "apk fix --directory-permissions" can be used to reset all directory permissions to the database defaults. Fixes #2966
-
- 06 Oct, 2014 2 commits
-
-
Timo Teräs authored
This makes sure any conflicted packages will be removed first. Useful if we know there are conflicting files, and want to avoid adding potentially harmful replaces line. Add a test case for this too.
-
Timo Teräs authored
Also if --purge is specified delete all uninstalled packages. Fixes #2889
-