summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorLéo Le Bouter <lle-bout@zaclys.net>2021-03-14 09:09:45 +0100
committerLéo Le Bouter <lle-bout@zaclys.net>2021-03-14 09:09:45 +0100
commit703843922aa32c833b1c0ea56ac7362230e60a3a (patch)
tree1934c2585ea34dab9899897756ef04eeed5f5c1f /gnu/local.mk
parent699a56e3a36e7fcf8f9e207e86e728b9a3aebe45 (diff)
downloadguix-patches-703843922aa32c833b1c0ea56ac7362230e60a3a.tar
guix-patches-703843922aa32c833b1c0ea56ac7362230e60a3a.tar.gz
gun: unzip/fixed: Fix tests on 32-bit systems.
* gnu/packages/patches/unzip-32bit-zipbomb-fix.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/compression.scm (unzip/fixed): Apply patch.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index 6500f5bda2..25f8a7fde8 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1760,6 +1760,7 @@ dist_patch_DATA = \
%D%/packages/patches/unzip-zipbomb-part1.patch \
%D%/packages/patches/unzip-zipbomb-part2.patch \
%D%/packages/patches/unzip-zipbomb-part3.patch \
+ %D%/packages/patches/unzip-32bit-zipbomb-fix.patch \
%D%/packages/patches/ustr-fix-build-with-gcc-5.patch \
%D%/packages/patches/util-linux-tests.patch \
%D%/packages/patches/upower-builddir.patch \