aboutsummaryrefslogtreecommitdiffstats
path: root/community/lxcfs
Commit message (Collapse)AuthorAgeFilesLines
* community/lxcfs: upgrade to 3.0.3Roberto Oliveira2018-12-261-3/+3
|
* community/lxcfs: Modprobe modules instead of failing when absentAin2018-08-302-11/+3
| | | | | | | | Previously, lxcfs failed when the kernel modules were not listed the lsmod output. Built-in kernel modules never show up in lsmod, thus the service could not be properly started on such systems. Fixes #9214.
* community/lxcfs: upgrade to 3.0.1Roberto Oliveira2018-06-211-2/+2
|
* community/lxcfs: upgrade to 3.0.0, updated APKBUILDFrancesco Colista2018-04-252-24/+19
|
* [various]: unify names of licenses according to SPDXJakub Jirutka2017-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates $license variable in all APKBUILDs to comply with short names specified by SPDX version 3.0 [1] where possible. It was done using find-and-replace method on substrings inside $license variables. Only license names were updated, not "expressions" specifying relation between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or exceptions (e.g. "X with exceptions"). Many licenses have a version or multiple variants, e.g. MPL-2.0, BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not contain license version or variant. Since there's no way how to infer this information just from abuild, it were left without the variant suffix or version, i.e. non SPDX compliant. GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later (formerly e.g. GPL-2.0+). We did not systematically noted distinguish between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g. GPL2+) were left without the variant suffix, i.e. non SPDX compliant. Note: This commit just fixes format of the license names, no verification has been done if the specified license information is actually correct! [1]: https://spdx.org/licenses/
* community/lxcfs: upgrade to 2.0.7 and modernize APKBUILDRoberto Oliveira2017-07-141-19/+9
|
* community/lxcfs: upgrade to 2.0.5Francesco Colista2016-12-051-5/+5
|
* community/lxcfs: replace chownmap with uidmapshiftStuart Cardall2016-09-173-61/+8
| | | | uidmapshift is a lua script that is much faster remapping larger containers.
* testing/lxcfs: fix build & move to communityStuart Cardall2016-09-156-0/+312
this enables unprivileged lxc containers on the vanilla kernel full instructions in README.alpine