1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 20:25:28 +03:00
Commit graph

15 commits

Author SHA1 Message Date
Milan P. Stanić
34e5e79bbb community/lxcfs: upgrade to 4.0.1 2020-04-05 23:23:23 +00:00
Milan P. Stanić
49a8694553 community/lxcfs: fix checksum for lxcfs.initd 2020-02-14 13:57:24 +01:00
Milan P. Stanić
1a5e3d1a65 community/lxcfs: remove 'need cgproxy' from initd script
bump pkgrel
2020-02-14 13:56:16 +01:00
Antoine Fontaine
6f59c2eece community/lxcfs: remove outdated depends on cgmanager
fixes: #11203
2020-02-14 12:54:33 +01:00
Leonardo Arena
8aa364c23d community/lxcfs: let lxc use lxcfs if installed
fixes #11107
2020-01-13 13:41:35 +00:00
Stuart Cardall
ab42c3b93a community/lxcfs: upgrade to 3.1.2
* https://discuss.linuxcontainers.org/t/lxcfs-3-1-2-has-been-released/5321
2019-09-08 16:06:45 -03:00
Roberto Oliveira
ad1f9b93da community/lxcfs: upgrade to 3.0.3 2018-12-26 10:45:51 +00:00
Ain
c0513a03ba community/lxcfs: Modprobe modules instead of failing when absent
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.
2018-08-30 14:58:34 +00:00
Roberto Oliveira
45aca0fcfe community/lxcfs: upgrade to 3.0.1 2018-06-21 10:42:33 +00:00
Francesco Colista
b7749da512 community/lxcfs: upgrade to 3.0.0, updated APKBUILD 2018-04-25 18:30:12 +00:00
Jakub Jirutka
63f5e7d295 [various]: unify names of licenses according to SPDX
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/
2017-12-30 21:05:50 +01:00
Roberto Oliveira
bd028120e8 community/lxcfs: upgrade to 2.0.7 and modernize APKBUILD 2017-07-14 22:36:26 +02:00
Francesco Colista
bbbde72e5d community/lxcfs: upgrade to 2.0.5 2016-12-05 15:57:43 +00:00
Stuart Cardall
4778b1e699 community/lxcfs: replace chownmap with uidmapshift
uidmapshift is a lua script that is much faster remapping larger containers.
2016-09-17 13:53:23 +02:00
Stuart Cardall
f78de62584 testing/lxcfs: fix build & move to community
this enables unprivileged lxc containers on the vanilla kernel

full instructions in README.alpine
2016-09-15 20:55:44 +02:00