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

Use file(1) for detecting ALZ archives #174

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

Conversation

parona-source
Copy link
Contributor

@parona-source parona-source commented Dec 11, 2024

libmagic 5.40 added support for detecting it, no unique mime though.

debian buster has 5.34 and debian bullseye has 5.39, so merging would break tests for them.

$ file --brief tests/data/t.alz
ALZ archive data
$ file --mime tests/data/t.alz
tests/data/t.alz: application/octet-stream; charset=binary

libmagic 5.40 added support for detecting it, no unique mime though.

Signed-off-by: Alfred Wingate <[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