gnu: unzip: Add various fixes.
authorMark H Weaver <mhw@netris.org>
Thu, 8 Oct 2015 14:01:02 +0000 (10:01 -0400)
committerMark H Weaver <mhw@netris.org>
Thu, 8 Oct 2015 14:07:44 +0000 (10:07 -0400)
commit48e4a9f32f93c404b6fb4472164d8e00d12b2937
tree8057d803846a751ff0a2beef9f66b45d8f9a0765
parente91e28d60c66362b7114d7a3ed7809609f2c1b4b
gnu: unzip: Add various fixes.

* gnu/packages/patches/unzip-increase-size-of-cfactorstr.patch: Delete
  file.  Replace with ...
* gnu/packages/patches/unzip-overflow-long-fsize.patch: ... this new file.
* gnu/packages/patches/unzip-attribs-overflow.patch,
  gnu/packages/patches/unzip-fix-overflows-and-infloop.patch,
  gnu/packages/patches/unzip-format-secure.patch: New files.
* gnu/packages/patches/unzip-CVE-2014-9636.patch: Replace contents with
  fixed patch from Fedora.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
* gnu/packages/zip.scm (unzip)[source]: Adjust list of patches.
gnu-system.am
gnu/packages/patches/unzip-CVE-2014-9636.patch
gnu/packages/patches/unzip-attribs-overflow.patch [new file with mode: 0644]
gnu/packages/patches/unzip-fix-overflows-and-infloop.patch [new file with mode: 0644]
gnu/packages/patches/unzip-format-secure.patch [new file with mode: 0644]
gnu/packages/patches/unzip-increase-size-of-cfactorstr.patch [deleted file]
gnu/packages/patches/unzip-overflow-long-fsize.patch [new file with mode: 0644]
gnu/packages/zip.scm