diff options
author | Alex Vong <alexvong1995@gmail.com> | 2016-12-31 00:05:49 +0800 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-01-01 20:19:36 -0500 |
commit | 20be64dcf7d4d08e75eb56c34890420bea7882ec (patch) | |
tree | b7513f16357459b762afdf6f0c6ce4b68d542246 /gnu/local.mk | |
parent | 89ccb1d88132be14180ca3068df57d685dacdb08 (diff) | |
download | guix-20be64dcf7d4d08e75eb56c34890420bea7882ec.tar.gz guix-20be64dcf7d4d08e75eb56c34890420bea7882ec.zip |
gnu: tar: Fix CVE-2016-6321.
* gnu/packages/patches/tar-CVE-2016-6321.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/base.scm (tar)[source]: Use it.
Signed-off-by: Leo Famulari <leo@famulari.name>
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 79d6b14a2b..00f47e3165 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -857,6 +857,7 @@ dist_patch_DATA = \ %D%/packages/patches/t1lib-CVE-2010-2642.patch \ %D%/packages/patches/t1lib-CVE-2011-0764.patch \ %D%/packages/patches/t1lib-CVE-2011-1552+CVE-2011-1553+CVE-2011-1554.patch \ + %D%/packages/patches/tar-CVE-2016-6321.patch \ %D%/packages/patches/tar-skip-unreliable-tests.patch \ %D%/packages/patches/tcl-mkindex-deterministic.patch \ %D%/packages/patches/tclxml-3.2-install.patch \ |