aboutsummaryrefslogtreecommitdiffstats
path: root/main/lxc/APKBUILD
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2019-06-14 10:23:31 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2019-06-14 10:23:31 +0000
commitace7331ad9ec031cd70f2778907b58cc2afb4e07 (patch)
tree4724238f2507e928a21eaf167ee31da39a28d590 /main/lxc/APKBUILD
parentebd8ef089dfedbf10cd61204f3a62beb296f7286 (diff)
downloadaports-ace7331ad9ec031cd70f2778907b58cc2afb4e07.tar.bz2
aports-ace7331ad9ec031cd70f2778907b58cc2afb4e07.tar.xz
main/lxc: fixes for issue introduced with CVE-2019-5736
Bug described in https://github.com/lxc/lxc/pull/2846
Diffstat (limited to 'main/lxc/APKBUILD')
-rw-r--r--main/lxc/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/main/lxc/APKBUILD b/main/lxc/APKBUILD
index 8ad174519b..c418db3f9e 100644
--- a/main/lxc/APKBUILD
+++ b/main/lxc/APKBUILD
@@ -5,7 +5,7 @@
pkgname=lxc
pkgver=3.1.0
_pkgver=${pkgver/_rc/.rc}
-pkgrel=1
+pkgrel=2
pkgdesc="Userspace interface for the Linux kernel containment features"
url="https://linuxcontainers.org/lxc/"
arch="all"
@@ -45,6 +45,7 @@ source="
lxc.confd
6400238d08cdf1ca20d49bafb85f4e224348bf9d.patch
+ re-exec-of-liblxc.patch
"
builddir="$srcdir/lxc-$_pkgver"
@@ -177,4 +178,5 @@ bashcomp() {
sha512sums="706cee9bc8ac57300574b59d728437e41baa4eb16c68f8548142e53b4e13679ef6698df30a4fbf8617e4f07338f898464e9f818e80d32648fe9717370dcbbb20 lxc-3.1.0.tar.gz
b74ffe7c3e8f193265a90ffeb6e5743b1212bc1416b898e5a7e59ddd7f06fc77dc34e2dcbb3614038ac6222a95e2b9beb9f03ab734c991837203ab626b1b091f lxc.initd
91de43db5369a9e10102933514d674e9c875218a1ff2910dd882e5b9c308f9e430deacb13d1d7e0b2ed1ef682d0bb035aa6f8a6738f54fa2ca3a05acce04e467 lxc.confd
-c06f7390cc9814299bf94f2e5937b8adf1963b8c83a667d0ee189f2864cdab159ad053b3c5099c39643fb9664f2674060fa241760df017643f93353a52a65a86 6400238d08cdf1ca20d49bafb85f4e224348bf9d.patch"
+c06f7390cc9814299bf94f2e5937b8adf1963b8c83a667d0ee189f2864cdab159ad053b3c5099c39643fb9664f2674060fa241760df017643f93353a52a65a86 6400238d08cdf1ca20d49bafb85f4e224348bf9d.patch
+a561a783b2232c94a675ec0f8c9ffeb2288a5ae94ccefccde8991fd23e302771283e06c2b741a28d756da2cc1d0e856ea92b3bb5ec09d407ddb9bf54f2a6067d re-exec-of-liblxc.patch"