diff options
author | Mark H Weaver <mhw@netris.org> | 2015-10-22 17:10:41 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-10-22 17:10:41 -0400 |
commit | 2442e69e4182b592757dad473c8c7b1c48ca8284 (patch) | |
tree | 7180454106c234d84cfe2e720550db826c091f72 /gnu-system.am | |
parent | c46c931ecfe7fd4a5cbd979263d28d3f1e02bcca (diff) | |
download | gnu-guix-2442e69e4182b592757dad473c8c7b1c48ca8284.tar gnu-guix-2442e69e4182b592757dad473c8c7b1c48ca8284.tar.gz |
Revert "gnu: unzip: Reorganize security fixes for improved clarity."
This reverts commit c46c931ecfe7fd4a5cbd979263d28d3f1e02bcca.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu-system.am b/gnu-system.am index c4810661a2..e62fe18c97 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -647,11 +647,9 @@ dist_patch_DATA = \ gnu/packages/patches/unzip-CVE-2014-8140.patch \ gnu/packages/patches/unzip-CVE-2014-8141.patch \ gnu/packages/patches/unzip-CVE-2014-9636.patch \ - gnu/packages/patches/unzip-CVE-2015-7696.patch \ - gnu/packages/patches/unzip-CVE-2015-7697.patch \ gnu/packages/patches/unzip-allow-greater-hostver-values.patch \ gnu/packages/patches/unzip-attribs-overflow.patch \ - gnu/packages/patches/unzip-overflow-on-invalid-input.patch \ + gnu/packages/patches/unzip-fix-overflows-and-infloop.patch \ gnu/packages/patches/unzip-format-secure.patch \ gnu/packages/patches/unzip-initialize-symlink-flag.patch \ gnu/packages/patches/unzip-overflow-long-fsize.patch \ |