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

New upload 1.8.1+ds 5 of lib3mf #2

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

Conversation

knielsen
Copy link
Contributor

The recent libzip upload to debian unstable now makes lib3mf unable to read files. I found this because my new openscad builds now fail lib3mf testcases.

The upload fixes this by backporting the fix from lib3mf v2. I also imported the 64-bit time-t NMU to make the git repo up-to-date.

Lukas Märdian and others added 2 commits October 24, 2024 22:14
Latest upload of libzip 1.11.1 introduces an incompatibility with lib3mf,
all attempts to open a file fail with ZIP_ER_OPNOTSUPP. This is because
lib3mf does not implement the ZIP_SOURCE_FREE command in its callback; this
was not enforced previously.

Fix by back-porting a patch from lib3fm v2 that adds support for the missing
command.

Signed-off-by: Kristian Nielsen <[email protected]>
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.

1 participant