Skip to content

deps: upgrade zip.js #480

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

mistydemeo
Copy link
Contributor

@mistydemeo mistydemeo commented May 13, 2025

This fixes the directory permission bug that broke ZIP files on Mac/Linux. Dumper Companion needs to use either 2.7.61+ or 2.7.56 and lower.

Replacement for #479 now that a fixed release is out.

This fixes the directory permission bug that broke ZIP files on
Mac/Linux. Dumper Companion needs to use either 2.7.61+ or
2.7.56 and lower.
@lephilousophe
Copy link
Member

I took some time to investigate the problem yesterday and the new zip.js version is still not correct as it now misses the directory bit in the permission mask.
In addition, the mask misses the DOS attributes which makes it incompatible with older Zip decompressors.
I have another fix in mind: forcing the creation of msdos compatible archives.
I also plan to propose a proper patch to zip.js.
This will have to wait the end of week.

@mistydemeo
Copy link
Contributor Author

In the meantime, I'll reopen the other PR so we can at least revert to the old version and have dumper companion working in the interim.

@lephilousophe
Copy link
Member

I issued the PR gildas-lormeau/zip.js#569 to fix the bug.
So I will wait before upgrading.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants