gnu: lxc: Fix CVE-2018-6556.

* gnu/packages/patches/lxc-CVE-2018-6556.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/virtualization.scm (lxc)[source]: Use it.
This commit is contained in:
Leo Famulari 2018-08-08 11:50:00 -04:00
parent 66d35d04e8
commit b5b610af5d
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08
3 changed files with 118 additions and 0 deletions

View file

@ -347,6 +347,7 @@ all common programming languages. Vala bindings are also provided.")
(uri (string-append
"https://linuxcontainers.org/downloads/lxc/lxc-"
version ".tar.gz"))
(patches (search-patches "lxc-CVE-2018-6556.patch"))
(sha256
(base32
"1nyml98k28sc5sda0260cmby4irkpnhpwgmx4yhqy10wpr4nr625"))))