diff options
author | Leo Famulari <leo@famulari.name> | 2018-08-08 11:50:00 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-08-08 11:51:54 -0400 |
commit | b5b610af5d6e5bd72381f79f526fa38d411686e0 (patch) | |
tree | 65c65e96902884afef863a274aec524ec645befc /gnu/local.mk | |
parent | 66d35d04e862892ae8dab4390b734d6ad047c61d (diff) | |
download | guix-b5b610af5d6e5bd72381f79f526fa38d411686e0.tar guix-b5b610af5d6e5bd72381f79f526fa38d411686e0.tar.gz |
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.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index ef28cf032c..c54a297209 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -924,6 +924,7 @@ dist_patch_DATA = \ %D%/packages/patches/luit-posix.patch \ %D%/packages/patches/luminance-hdr-qt-printer.patch \ %D%/packages/patches/lvm2-static-link.patch \ + %D%/packages/patches/lxc-CVE-2018-6556.patch \ %D%/packages/patches/lxsession-use-gapplication.patch \ %D%/packages/patches/lyx-2.2.3-fix-test.patch \ %D%/packages/patches/mailutils-uninitialized-memory.patch \ |