summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2016-04-03 22:24:47 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-04-04 20:03:30 -0400
commita715fe0d9f9b40067036c9ee480295c9087dc894 (patch)
treecccab772da0fa53c1c1ced2ca16734eea6af5302
parent637adee28483277aa3edc3eec6f1d99881c88c94 (diff)
downloadmeta-virtualization-a715fe0d9f9b40067036c9ee480295c9087dc894.tar.gz
lxc: uprev to latest stable 1.1.4 -> 1.1.5
This is the latest stable release and includes many important bug fixes as well as CVE fixes such as CVE-2015-1335. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-containers/lxc/lxc_1.1.5.bb (renamed from recipes-containers/lxc/lxc_1.1.4.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/lxc/lxc_1.1.4.bb b/recipes-containers/lxc/lxc_1.1.5.bb
index fe7eb34a..0f6d0b85 100644
--- a/recipes-containers/lxc/lxc_1.1.4.bb
+++ b/recipes-containers/lxc/lxc_1.1.5.bb
@@ -42,8 +42,8 @@ SRC_URI = "http://linuxcontainers.org/downloads/${BPN}-${PV}.tar.gz \
42 file://lxc-busybox-Remove-warning-for-dynamically-linked-Bu.patch \ 42 file://lxc-busybox-Remove-warning-for-dynamically-linked-Bu.patch \
43 " 43 "
44 44
45SRC_URI[md5sum] = "d33c4bd9c57755c0e2b0e2acbc3f171d" 45SRC_URI[md5sum] = "dd9684dde0a58ed13f4f49c855b79a1a"
46SRC_URI[sha256sum] = "8f072ea2001bc94389003d82a91902855edf16b609e06f0486a74e4b8973e5dc" 46SRC_URI[sha256sum] = "9588ad1b04e114ee7370f690c65131e28098b28d2521d97c73557d11897ed0be"
47 47
48S = "${WORKDIR}/${BPN}-${PV}" 48S = "${WORKDIR}/${BPN}-${PV}"
49 49