diff options
author | Leo Famulari <leo@famulari.name> | 2019-02-11 15:07:29 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2019-02-12 12:53:12 -0500 |
commit | ce4593ec4c5ee14efad5eca84694c0f796403446 (patch) | |
tree | 2752c32fe91e9ef104509fb6ae1d58e8f384605f /gnu/local.mk | |
parent | 571a01d8faded5098916d8d35544b323846d4080 (diff) | |
download | guix-ce4593ec4c5ee14efad5eca84694c0f796403446.tar guix-ce4593ec4c5ee14efad5eca84694c0f796403446.tar.gz |
gnu: runc: Update to 1.0.0-rc6 [fixes CVE-2019-5736].
* gnu/packages/virtualization.scm (runc): Update to 1.0.0-rc6.
[source]: Use a descriptive file-name. Add 'runc-CVE-2019-5736.patch'
* gnu/packages/patches/runc-CVE-2019-5736.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add 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 9fe34cb1dc..16bb704933 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1207,6 +1207,7 @@ dist_patch_DATA = \ %D%/packages/patches/ruby-concurrent-test-arm.patch \ %D%/packages/patches/ruby-rack-ignore-failing-test.patch \ %D%/packages/patches/ruby-tzinfo-data-ignore-broken-test.patch\ + %D%/packages/patches/runc-CVE-2019-5736.patch \ %D%/packages/patches/rust-1.19-mrustc.patch \ %D%/packages/patches/rust-1.25-accept-more-detailed-gdb-lines.patch \ %D%/packages/patches/rust-bootstrap-stage0-test.patch \ |