aboutsummaryrefslogtreecommitdiffstats
path: root/main/lxc
Commit message (Collapse)AuthorAgeFilesLines
* main/lxc: upgrade to 4.0.2Milan P. Stanić2020-04-191-3/+3
|
* main/lxc: upgrade to 4.0.1Milan P. Stanić2020-04-081-2/+2
|
* main/lxc: upgrade to 4.0.0Milan P. Stanić2020-04-083-130/+2
| | | | remove patches, they are not needed with upgraded version
* main/lxc: modernizeLeo2020-04-051-3/+2
|
* main/lxc: drop dependency on standalone xz for download utilityLeo2019-11-271-8/+3
| | | | Busybox now provides their own xz applet which we can use instead
* main/lxc: add init.lxc.staticMilan P. Stanić2019-09-261-1/+2
| | | | | | this is needed for lxc-execute to work add libcap-static to makedepends fixes #10821
* main/lxc: upgrade to 3.2.1Natanael Copa2019-07-306-564/+134
| | | | also backport a couple of regression fixes
* main/lxc: fixes for issue introduced with CVE-2019-5736Francesco Colista2019-06-142-2/+152
| | | | Bug described in https://github.com/lxc/lxc/pull/2846
* orphan all of my packagesWilliam Pitcock2019-03-261-1/+1
|
* main/lxc: patch needs autotoolsCarlo Landmeter2019-02-121-0/+4
|
* main/lxc: fix CVE-2019-5736Carlo Landmeter2019-02-122-2/+406
|
* main/lxc: upgrade to 3.1Carlo Landmeter2019-01-027-302/+54
| | | | | | | | | | | Lots of changes in the way LXC handles creations of containers. https://discuss.linuxcontainers.org/t/lxc-3-0-0-has-been-released/1449 - fixed building of man docs - bundled pam module - lua module is now a seperate pkg - python module now a seperate pkg
* main/lxc: make dropping setpcap optionalKaarle Ritvanen2018-09-292-1/+27
|
* main/lxc: fix CVE-2018-6556Jakub Jirutka2018-08-062-2/+129
|
* main/lxc: add support for s390x in lxc-alpine templateNatanael Copa2018-05-312-1/+15
|
* main/lxc: set umask for rootfsKaarle Ritvanen2018-04-302-2/+46
|
* main/lxc: fix initd to figure correctly container rootfs pathFrancesco Colista2018-04-262-3/+3
|
* main/lxc: fix runscript for openrc 0.35 - need cgroupsJakub Jirutka2018-04-232-3/+3
| | | | | The cgroups mounting logic has been moved from the sysfs service to the cgroups service in OpenRC 0.35
* main/lxc: make $logdir in init script configurableStuart Cardall2018-02-083-5/+8
|
* main/lxc: move lxc-update-config where is should be. Fixes #8302Francesco Colista2017-12-151-1/+2
|
* main/lxc: move bash-completion data to subpackageValery Kartel2017-11-301-3/+10
|
* main/lxc: build Lua module for lua5.3 instead of lua5.2Jakub Jirutka2017-11-261-6/+6
|
* main/lxc: remove unused patchesJakub Jirutka2017-11-262-77/+0
|
* main/lxc: fix running systemd based containers under OpenRCStuart Cardall2017-11-263-3/+46
| | | | | | | | | | | * systemd based containers require the /sys/fs/cgroup/systemd cgroup for lxc-console and services inside the containers to work * systemd_ctr() based on recommendations from lxc: https://github.com/lxc/lxc/issues/1704#issuecomment-330935480 Committer note: I did few minor modifications.
* main/lxc: update initd for 2.1 configStuart Cardall2017-11-262-5/+5
| | | | * use: lxc.uts.name & lxc.rootfs.path
* main/lxc: upgrade to 2.1.1Jakub Jirutka2017-10-311-3/+3
|
* main/lxc: avoid restart containers when restarting dnsmasq.lxcbr0Natanael Copa2017-10-251-4/+2
|
* main/lxc: upgrade to 2.1.0Francesco Colista2017-09-142-25/+28
|
* main/lxc: backport ppc64le supportNatanael Copa2017-07-062-2/+44
|
* main/lxc: upgrade to 2.0.8Natanael Copa2017-06-122-64/+3
|
* main/lxc: wget should go to makedepends tooFrancesco Colista2017-06-011-1/+1
|
* main/lxc: add wget as dependency of lxc-downloads. Fixes #7338Francesco Colista2017-06-011-2/+2
|
* main/lxc: fix lxc-bridge configNatanael Copa2017-05-231-5/+5
|
* main/lxc: add lxc-bridge subpackageNatanael Copa2017-05-231-3/+31
| | | | | | | add a subpackage with a default lxcbr0 bridge interface with dnsmasq This makes it very convenient to set up a private network for lxc containers with a config that works out of the box.
* main/lxc: backport upstream patches for alpine templateJakub Jirutka2017-03-143-12/+102
|
* main/lxc: fix hard-coded python versionJakub Jirutka2017-02-191-1/+1
|
* main/lxc: rebuild against new version of python3Łukasz Jendrysik2017-02-181-1/+1
|
* main/lxc: upgrade to 2.0.7Natanael Copa2017-01-271-5/+5
|
* main/lxc: added python3 bindingsFrancesco Colista2016-12-061-3/+12
|
* main/lxc: upgrade to 2.0.6Carlo Landmeter2016-11-273-64/+8
|
* main/lxc: add initd dependency on sysfsTimo Teräs2016-11-232-5/+5
| | | | ref #6484
* main/[various]: set proper archTimo Teräs2016-11-011-2/+2
| | | | fixes commit "main/[various]: dont set arch in split function"
* main/[various]: dont set arch in split functionNatanael Copa2016-10-261-3/+0
|
* main/lxc: do not drop setfcap in alpine templateJakub Jirutka2016-10-182-4/+32
|
* main/lxc: upgrade to 2.0.5Carlo Landmeter2016-10-132-78/+6
|
* main/lxc: mount /dev/shm as tmpfs in the alpine templateJakub Jirutka2016-10-122-4/+32
|
* main/lxc: add missing patchCarlo Landmeter2016-09-121-0/+69
|
* main/lxc: add more arch and seccomp supportCarlo Landmeter2016-09-121-9/+14
|
* main/lxc: upgrade to 2.0.4Jakub Jirutka2016-08-221-5/+5
|
* main/lxc: move download template to separate subpackageJakub Jirutka2016-07-251-7/+18
|