Skip to content

tarball: Add support to unpack ZIP archive with implode compression

Python zipfile module does not support the unpacking of ZIP archive with legacy compression type 6 (implode).

Fallback using the unzip command in that case as it supports the unpacking of such ZIP file.

Closes #3369 (closed)


Migrated from D5850 (view on Phabricator)

Merge request reports