diff options
author | Mark H Weaver <mhw@netris.org> | 2014-12-30 14:46:21 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-12-30 14:48:13 -0500 |
commit | e5da2f38c3ca8d4626c1b87e045d00d28c1bf4d0 (patch) | |
tree | e033809b82b840dc259b7d1a430cf32edb17b02a /gnu-system.am | |
parent | c7bdc7ece5650be75314dc302f3cdcf02806857b (diff) | |
download | guix-e5da2f38c3ca8d4626c1b87e045d00d28c1bf4d0.tar guix-e5da2f38c3ca8d4626c1b87e045d00d28c1bf4d0.tar.gz |
gnu: unzip: Add fixes for CVE-2014-{8139,8140,8141}.
* gnu/packages/patches/unzip-CVE-2014-8139.patch,
gnu/packages/patches/unzip-CVE-2014-8140.patch,
gnu/packages/patches/unzip-CVE-2014-8141.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/zip.scm (unzip): Add patches.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index a91915051a..3d145b1387 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -461,6 +461,9 @@ dist_patch_DATA = \ gnu/packages/patches/texi2html-document-encoding.patch \ gnu/packages/patches/texi2html-i18n.patch \ gnu/packages/patches/udev-gir-libtool.patch \ + gnu/packages/patches/unzip-CVE-2014-8139.patch \ + gnu/packages/patches/unzip-CVE-2014-8140.patch \ + gnu/packages/patches/unzip-CVE-2014-8141.patch \ gnu/packages/patches/util-linux-perl.patch \ gnu/packages/patches/vpnc-script.patch \ gnu/packages/patches/vtk-mesa-10.patch \ |