diff options
author | Leo Famulari <leo@famulari.name> | 2016-02-19 17:50:50 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-02-19 18:04:15 -0500 |
commit | 4e58a402ff9f28686501ab390be93a6866d382f6 (patch) | |
tree | f53b903be11d7e3b04b5e7fe173bbaa0c445b43d /gnu-system.am | |
parent | 6399941555b8ddac3a928626f91659282eba41b2 (diff) | |
download | guix-4e58a402ff9f28686501ab390be93a6866d382f6.tar guix-4e58a402ff9f28686501ab390be93a6866d382f6.tar.gz |
gnu: cpio: Add fix for CVE-2016-2037.
* gnu/packages/patches/cpio-CVE-2016-2037.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/cpio.scm (cpio)[source]: Add patch.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index d6ee89e164..33032e9070 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -437,6 +437,7 @@ dist_patch_DATA = \ gnu/packages/patches/clucene-pkgconfig.patch \ gnu/packages/patches/cmake-fix-tests.patch \ gnu/packages/patches/cpio-gets-undeclared.patch \ + gnu/packages/patches/cpio-CVE-2016-2037.patch \ gnu/packages/patches/cpufrequtils-fix-aclocal.patch \ gnu/packages/patches/crda-optional-gcrypt.patch \ gnu/packages/patches/crossmap-allow-system-pysam.patch \ |