5
0
mirror of git://git.proxmox.com/git/lxc.git synced 2025-03-21 02:50:31 +03:00

161 Commits

Author SHA1 Message Date
Wolfgang Bumiller
7502ffe9e8 d/control: add missing build-dependencies
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-11-08 10:01:39 +01:00
Wolfgang Bumiller
2c4104dacd d/control: set Source package to lxc-pve
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-11-08 09:42:05 +01:00
Wolfgang Bumiller
4d672101f1 d/control: bump compat to 10
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-11-08 09:42:05 +01:00
Wolfgang Bumiller
c63c177de1 buildsys: split deb target into deb and src
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-11-08 09:42:05 +01:00
Wolfgang Bumiller
dddc7ab89d bump version to 3.0.2+pve1-3
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-10-11 11:52:30 +02:00
Wolfgang Bumiller
f62d31fd51 fixup patch names namespace separation patch
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-10-11 11:49:40 +02:00
Rhonda D'Vine
58777a9bf1 Add debian/SOURCE to docs to install
The lxc packages were missing the SOURCE file in the docs.

Signed-off-by: Rhonda D'Vine <rhonda@proxmox.com>
2018-09-06 09:28:59 +02:00
Wolfgang Bumiller
c9671e63ae remove some non-default lxc.cap.drop entries
This really shouldn't be that much distro specific...

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-09-04 15:00:18 +02:00
Wolfgang Bumiller
3d34e0e56c bump version to 3.0.2+pve1-2
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-09-04 14:51:22 +02:00
Wolfgang Bumiller
ea36bf978f remove .gitignore as it contains only 1 entry
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-08-27 11:49:29 +02:00
Wolfgang Bumiller
dec9e503ef buildsys: remove update-template-configs target
Most of them aren't needed and we want to try to get rid of
these distro-specific configuration files in the long run.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-08-27 11:48:09 +02:00
Thomas Lamprecht
612ec1f054 config: opensuse.common: unset lxc.tty.dir key
not needed for *suse containers and results in cases where we get two
agetty processes when using xterm.js/noVNC (e.g., one on /dev/tty1
and one on /dev/lxc/tty1)

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2018-08-27 11:47:31 +02:00
Wolfgang Bumiller
f46e8fbf9b bump version to 3.0.2+pve1-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-08-20 11:51:46 +02:00
Fabian Grünbichler
289d480ec8 bump version to 3.0.1+pve2-1 2018-08-07 11:41:59 +02:00
Fabian Grünbichler
3aee60181b cherry-pick CVE-2018-6556 fix
from upstream's stable-3.0 branch
2018-08-07 11:39:50 +02:00
Wolfgang Bumiller
2d8021b3bf bump version to 3.0.1+pve1-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-07-26 14:46:33 +02:00
Wolfgang Bumiller
41a800cdc2 bump version to 3.0.0-3
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-05-02 10:50:37 +02:00
Wolfgang Bumiller
99be5c8cba merge upstream bugfixes:
* fix some memory leaks
  * fix temp file creation
  * fix rootfs pinning with NFS
  * drop supplementary groups on attach
  * fix gid=5 mount option on /dev/pts

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-05-02 10:43:05 +02:00
Wolfgang Bumiller
5c8b444abd bump version to 3.0.0-2
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-03-30 10:20:02 +02:00
Wolfgang Bumiller
9cd5bbf7b9 install lxc-template configs again
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-03-30 10:19:28 +02:00
Wolfgang Bumiller
f49c89aca7 update configs from lxc-templates
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-03-30 10:17:10 +02:00
Wolfgang Bumiller
e15af1ab9c buildsys: GITVERSION fixup
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-03-30 09:50:10 +02:00
Wolfgang Bumiller
1513a0b50a bump version to 3.0.0-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2018-03-28 14:05:46 +02:00
Fabian Grünbichler
dc45ad08e4 bump version to 2.1.1-3
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-03-05 14:45:13 +01:00
Fabian Grünbichler
39840a317e replace AA's feature-set with custom one
Debian's apparmor package introduced feature-set pinning in Debian
Stretch 9.4 to prevent problems with AA profiles packaged in Debian
Stretch which target Debian Stretch's 4.9 based kernel.

Since our LXC profiles rely on features not included in this feature
set, we need to replace the pinned feature-set with our own.

The features file is not a conf-file, so it is possible to just
dpkg-divert it on installation/upgrades.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-03-05 14:45:13 +01:00
Fabian Grünbichler
7bdcb5215d add AA feature set for 4.13.13-6-pve
copied from /etc/apparmor.d/cache/.features with disabled
feature-pinning to obtain kernel feature set

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2018-03-05 14:45:13 +01:00
Wolfgang Bumiller
ace8b8211d bump version to 2.1.1-2
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2017-11-24 13:48:07 +01:00
Wolfgang Bumiller
c44ec9cece merge lxc-console improvements from stable branch
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2017-11-24 13:47:29 +01:00
Wolfgang Bumiller
949a6e9fa8 buildsys: cleanup & dbgsym package switch
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2017-11-20 14:26:19 +01:00
Wolfgang Bumiller
bc7e56ac99 bump version to 2.1.1-1
And switch to using submodules.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2017-11-20 11:27:18 +01:00
Wolfgang Bumiller
a80b7b9414 remove old README
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2017-11-20 11:27:18 +01:00
Fabian Grünbichler
1adbcaec86 build: reformat debian/control
using wrap-and-sort -abt
2017-10-04 11:05:33 +02:00
Wolfgang Bumiller
cb60da33cd bump version to 2.1.0-2 2017-09-19 10:06:43 +02:00
Wolfgang Bumiller
f81e43ae79 update cgroup namespace separation patches 2017-09-19 10:06:03 +02:00
Wolfgang Bumiller
10490c1476 bump version to 2.1.0-1 2017-09-06 11:56:33 +02:00
Wolfgang Bumiller
f39a178ac4 update to lxc-2.1.0 2017-09-06 11:56:32 +02:00
Wolfgang Bumiller
78b723632b bump version to 2.0.8-3 2017-06-30 11:02:08 +02:00
Wolfgang Bumiller
cf815adf2d fix a segfault in lxc-attach 2017-06-30 11:01:14 +02:00
Wolfgang Bumiller
c8c3e739bc bump version to 2.0.8-2 2017-05-31 14:00:17 +02:00
Wolfgang Bumiller
ccdf81b558 merge resource limits and additional fixes 2017-05-31 14:00:13 +02:00
Wolfgang Bumiller
7395ab25d1 bump version to 2.0.8-1 2017-05-12 15:03:55 +02:00
Wolfgang Bumiller
6047286ba4 update clean target 2017-03-10 14:33:54 +01:00
Wolfgang Bumiller
0e1943c7d8 bump version to 2.0.7-500 for stretch 2017-03-10 14:33:08 +01:00
Wolfgang Bumiller
55448f2e9e bump version to 2.0.7-4 2017-03-10 09:28:55 +01:00
Wolfgang Bumiller
3c2b20b3b9 merge: CVE-2017-5985: Ensure target netns is caller-owned 2017-03-10 09:10:53 +01:00
Fabian Grünbichler
9bf17fcbee fix whitespace error 2017-02-14 13:37:00 +01:00
Wolfgang Bumiller
26539edc7e we're replacing with liblxc1 2017-02-10 15:14:09 +01:00
Wolfgang Bumiller
1ffb259fa0 buildsys: rules: use build architecture 2017-02-10 15:13:57 +01:00
Wolfgang Bumiller
a2238c1344 bump version to 2.0.7-3 2017-02-10 12:07:25 +01:00
Wolfgang Bumiller
ade16ee611 switch to git-patch workflow; add lxc-monitord.service 2017-02-10 12:01:55 +01:00