bug#28602: Unpack fails with no error message when using a .zip source

2022-03-23 Thread zimoun
Hi, On Tue, 04 Jan 2022 at 23:55, zimoun wrote: > On Fri, 26 Nov 2021 at 02:49, zimoun wrote: > >> This patch [1] had been submitted in 2017 and fallen in the cracks. The >> code below requires improvement and I am not convinced by the feature. >> Therefore closing? >> >>

bug#28602: Unpack fails with no error message when using a .zip source

2022-01-04 Thread zimoun
Hi, On Fri, 26 Nov 2021 at 02:49, zimoun wrote: > This patch [1] had been submitted in 2017 and fallen in the cracks. The > code below requires improvement and I am not convinced by the feature. > Therefore closing? > >

bug#28602: Unpack fails with no error message when using a .zip source

2021-07-05 Thread zimoun
Hi, Thanks for the patch and sorry for the delay. On Mon, 09 Oct 2017 at 23:00, nee wrote: > Hello here is a patch to fix this bug. It changes the gnu-build-system, > so the hashes of almost all packages will also change. I guess > core-updates is the right branch for this. > >>From 089b9741a734

bug#28602: Unpack fails with no error message when using a .zip source

2017-10-09 Thread nee
Am 04.10.2017 um 20:17 schrieb Adonay Felipe Nogueira: > Does the .zip file have a a single directory on the root? > > If not, then we can call it a zipbomb/tarbomb. These bombs are bad > because they can replace things without notice, and can be very > difficult to track what was added. Last time

bug#28602: Unpack fails with no error message when using a .zip source

2017-10-04 Thread Adonay Felipe Nogueira
Does the .zip file have a a single directory on the root? If not, then we can call it a zipbomb/tarbomb. These bombs are bad because they can replace things without notice, and can be very difficult to track what was added. Last time I checked Guix expects only a single directory in the root of th

bug#28602: Unpack fails with no error message when using a .zip source

2017-09-25 Thread nee
Hello, right now unpacking .zip sources only works when unzip is added as native input. That's all right, but there is no error message, just: starting phase `unpack' phase `unpack' failed after 0.0 seconds It should say something like: starting phase `unpack' Archive with .zip suffix failed to