diff options
author | Mark H Weaver <mhw@netris.org> | 2015-10-08 10:59:39 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-10-08 10:59:39 -0400 |
commit | b81378251c629615aff0d62ca686bb53a10367de (patch) | |
tree | 4c15f2be58d665cf0eed1e00c84f70764890c3b8 /gnu/packages/zip.scm | |
parent | 319fe79dd01e03c4ef61311c336bcd77e1133f02 (diff) | |
parent | b5881775ac2db345bf5826d6351366346ff03275 (diff) | |
download | guix-b81378251c629615aff0d62ca686bb53a10367de.tar guix-b81378251c629615aff0d62ca686bb53a10367de.tar.gz |
Merge branch 'master' into core-updates
Diffstat (limited to 'gnu/packages/zip.scm')
-rw-r--r-- | gnu/packages/zip.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/zip.scm b/gnu/packages/zip.scm index f0f27ddfe2..83c452778c 100644 --- a/gnu/packages/zip.scm +++ b/gnu/packages/zip.scm @@ -86,9 +86,12 @@ Compression ratios of 2:1 to 3:1 are common for text files.") "unzip-CVE-2014-8141.patch" "unzip-CVE-2014-9636.patch" "unzip-allow-greater-hostver-values.patch" - "unzip-increase-size-of-cfactorstr.patch" "unzip-initialize-symlink-flag.patch" - "unzip-remove-build-date.patch"))))) + "unzip-remove-build-date.patch" + "unzip-attribs-overflow.patch" + "unzip-fix-overflows-and-infloop.patch" + "unzip-format-secure.patch" + "unzip-overflow-long-fsize.patch"))))) (build-system gnu-build-system) ;; no inputs; bzip2 is not supported, since not compiled with BZ_NO_STDIO (arguments |