~alpine/devel

/main/lxc - version bump to 1.01 v1 PROPOSED

Stuart Cardall: 1
 /main/lxc - version bump to 1.01

 1 files changed, 5 insertions(+), 5 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/798/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] /main/lxc - version bump to 1.01 Export this patch

Version bump to LXC 1.01:

LXC 1.0.1 release announcement
6th of March 2014

This is the first bugfix release for the LXC 1.0 series.

Changes

core: Detect the use of rshared / and properly work around it. This fixes LXC on systemd systems where the mount table would be duplicated in the container and lxc-attach wouldn't attach to the container's rootfs.
core: Don't crash on invalid lxc.id_map
core: Fix attaching when extra cgroups were setup after the container started
core: Fix crash when rebooting container with phys interfaces
core: Better detect and report permission problems
core: Use common code for any unprivileged action, using newuidmap/newgidmap if available and only falling back to straight writes to uid_map/gid_map if they're not and the user is root
core: Fix btrfs snapshot restore
core: Fix race in the cloning code potentially leading to data loss
core: Don't double-map the root uid/gid
core: Fix snapshot restore for overlayfs
core: Put logging variables in TLS
apparmor: Stop using on-exec for profile changes as it's been proven unreliable on overlayfs at least
bash completion: Remove wrong shebang
cgmanager: Don't keep an active connection after container start
cgmanager: Fix to work with threads
doc: Update README
lua: Respect --prefix
lxc-create: Fix the dir backend to actually respect --dir
lxc-device: Properly support wlan devices
lxc-ls: Fix --nesting function to work with unprivileged containers
lxc-start-ephemeral: Set the tmpfs as 0755 instead of 0777
python3: Export missing get_global_config_item function
seccomp: Catch violations by init
systemd: Fix unit file location
templates: Detect system containers inside unprivileged containers (lxc-download)
tests: Fix potential hang in lxc-test-concurent
upstart: Don't forward requests for LXC_DOMAIN (dnsmasq)
---
 main/lxc/APKBUILD | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/main/lxc/APKBUILD b/main/lxc/APKBUILD
index c7896db..a868048 100644
--- a/main/lxc/APKBUILD
+++ b/main/lxc/APKBUILD
@@ -1,9 +1,9 @@
# Contributor: William Pitcock <nenolod@dereferenced.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=lxc
pkgver=1.0.0
pkgver=1.0.1
_mypkgver=${pkgver/_rc/.rc}
pkgrel=3
pkgrel=4
pkgdesc="linux containers - tools"
url="http://lxc.sourceforge.net/"
arch="all"
@@ -84,12 +84,12 @@ dev() {
		"$pkgdir"/usr/bin/ || return 1
}

md5sums="65676ae30e6eb7e6b20ee51e6f54df06  lxc-1.0.0.tar.gz
md5sums="5aa5752fa1b7a1d2b0c91e9e5571fb89  lxc-1.0.1.tar.gz
79e90616b5049a472ccdcb5b1dcdd8b1  version.patch
1268d4b3e6ed004a47216b8714d09bfd  lxc.initd"
sha256sums="21c5da23825c502a00f127abbdc5ee42366db6d876cbd7500765b57a5a4767b7  lxc-1.0.0.tar.gz
sha256sums="3b67b05ef71ddd3fa54c7aa666e18054a6b5533d3180f1148f76e8b059fcd291  lxc-1.0.1.tar.gz
b6d85fb23940d2511b3951de56b2532843c0e03ec1613548366361cc0c1a46b9  version.patch
bc108a722dc359a24c48837ef7012c776b1d20a533ae0e2231f75081dad4e2f5  lxc.initd"
sha512sums="6a6ed2bd995cededadb35eac007ea2eb14ff4cb6d10c99bf0466a0f16fa33172393f275b53337f9f00b419b0fa9b6dbbba5d0fe132044a0677fcab33d668974e  lxc-1.0.0.tar.gz
sha512sums="d0198782ff81b44cf36d97dfa6cac2e136f5e1466267173f6a72417933b3aab52d0e965fa45d410d56db3408ca7ba986cb8617b1dfaafdc66dbf3145baed0624  lxc-1.0.1.tar.gz
e2ffcbf55447291a8434a4f37255c3a6a119bc4116c75d205006aa2b070bf6be28535cf6107bead14bbf64bf9fa415346ab544bd1c15e1add7d1c6380e6b2def  version.patch
6618ceb59f1927bb82ad1a0fe0a7d4c452ced7855d8f0953556fce9154f30a4c5afbd7a2ab07fb26e6e793b07d4c8f906f8dc27c1defe0580dcf1545c80d1d60  lxc.initd"
-- 
1.8.5.4



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---