- Oct 08, 2014
-
-
Timo Teräs authored
-
- Oct 07, 2014
-
-
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
-
- Oct 06, 2014
-
-
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
-
Timo Teräs authored
Allows one arch index files to refer to other arch packages. Mostly useful with noarch packages, but could be used e.g. to ship build with some of packages optimized for specific cpu generation and share most packages with the standard build.
-
Timo Teräs authored
busybox trigger creates symlinks to itself. This helps user to see where these come from.
-
Timo Teräs authored
It's real only if there's a package with actual dependency (conflicts and install_if dependencies do not count).
-
- May 20, 2014
-
- May 19, 2014
-
-
Timo Teräs authored
allow packages in the cache's installed to be selected for installation by the solver. add test case for the issue.
-
Timo Teräs authored
-
Timo Teräs authored
this happens e.g. after tmpfs boot when not all packages where available: the dependency is in world, but not installed.
-
- May 12, 2014
-
-
Timo Teräs authored
the dynamic applet registration never worked with PIE, and as a temporary hack -nopie was added to default link flags in 2008. this commit reworks the applet registration mechanism to something that is compatible with PIE, and removes the hack. finally!
-
- Apr 25, 2014
-
-
Timo Teräs authored
basically this makes packager's life simpler as there is no need to list the subpkg names in replaces. this was also very error prone and tedious job to do properly.
-
- Apr 14, 2014
-
- Apr 10, 2014
-
-
Timo Teräs authored
most notable in error report from 'del' applet
-
Timo Teräs authored
-
Timo Teräs authored
-
Timo Teräs authored
-
- Apr 04, 2014
-
-
Timo Teräs authored
noticeable fixes upgrading of packages which get pulled in only by install_if rule. this also simplifies the inheritance calculation for packages, as well as the place where it is done for install_if triggered packages.
-
Timo Teräs authored
'available' really means 'available in one or more configured repository'. Cache is not a repository we track, so those are only available for installation, but not available as preferred to be installed from repository. fixes #2831.
- Mar 12, 2014
-
-
Timo Teräs authored
fixes #2113
-
Timo Teräs authored
-
Timo Teräs authored
This implements a new protected path flag '!' to include always matching entries in the backup mode (overlay). This is also turned on for etc/apk to include everything there in overlay, because the full list of repositories and signing keys need to be in overlay - just getting them from a package is not enough during bootstrap.
- Mar 11, 2014
-
-
Timo Teräs authored
-
- Mar 07, 2014
-
-
Timo Teräs authored
-
- Feb 03, 2014
-
-
Natanael Copa authored
-
Timo Teräs authored
-
- Jan 06, 2014
-
-
Natanael Copa authored
This reverts commit a99bedba.
-
Natanael Copa authored
Simply print the default arch and exit. This is so scripts don't need to parse the output of -V.
-
- Dec 10, 2013
-
-
Natanael Copa authored
Prevent the progressbar and status messages to mess up stdout.
-
- Dec 05, 2013
-
-
Natanael Copa authored
Makes it more useful whith pipes.
-
- Oct 11, 2013
-
-
Timo Teräs authored
stdout is the proper place for it. this also fixes the progress bar in musl, which seems to not support using line buffering for stderr.
-
- Oct 02, 2013
-
-
Timo Teräs authored
-
- Oct 01, 2013
-
-
Timo Teräs authored
http://ewontfix.com/11/