Skip to content
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

zip64: fix zip64 extended information issue #265

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

onlyxuyang
Copy link

@onlyxuyang onlyxuyang commented Nov 21, 2024

A updated version of #248 and fix crypto case issue, now it can pass CI.

Fix zip64 extended information issue to fix zip file incorrect if size larger than 4GB.

According zip format 4.5.3:
The order of the fields in the zip64 extended
information record is fixed, but the fields MUST
only appear if the corresponding Local or Central
directory record field is set to 0xFFFF or 0xFFFFFFFF.

@wolfv
Copy link

wolfv commented Dec 10, 2024

@Pr0methean can we run the testts here?

@wolfv
Copy link

wolfv commented Jan 8, 2025

@Pr0methean any chance you can look at this one?

@Pr0methean Pr0methean enabled auto-merge January 10, 2025 18:09
@wolfv
Copy link

wolfv commented Jan 21, 2025

@Pr0methean anything we could do to move this along?

@Pr0methean
Copy link
Member

Looking into the issue. Tests are failing to build on macOS, but it's not clear whether this PR is responsible. If it's not and anyone knows how to fix it, please do so in a separate PR.

@wolfv
Copy link

wolfv commented Jan 26, 2025

Looks like zstd-sys is linking against a zstd library that was built for a later macOS than the rest of zip2.

I can take a look in a separate PR but it definitely doesn't seem related to this one.

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.

3 participants