-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
Package request: unblob #217836
Comments
I had a jefferson package definition laying around, so I created a PR #217843 |
arpy looked simple so I took a stab at it |
@vlaci, I believe |
We need to find a way to move forward with the |
@qkaiser the PR is merged |
@vlaci Is there anything else missing to package unblob now that sasquatch is merged ? |
This is a dependency for Unblob (NixOS#217836)
Resolves: NixOS#217836
Project description
I am a maintainer of unblob, an accurate, fast, and easy-to-use extraction suite. It parses unknown binary blobs for more than 30 different archive, compression, and file-system formats, extracts their content recursively, and carves out unknown chunks that have not been accounted for.
Metadata
I'd like to add this package to nixpkgs. We already set-up a flake for this package that can build it with all of its dependencies. These dependencies that need to be added as well:
sasquatch
*: squashfs-tools with support for non-standard image formatsThere is already a derivation in nixpkgs from a fork of its original repository courtesy of @cole-h. Differences from upstream include:
sasquatch: 4.4 -> 4.5.1-1 #219169
pyperscan
*: a hyperscan binding for Python, which supports vectorscan: an alternative binding for aarch64 supportpython310Packages.pyperscan: init at 0.2.2 #232314
vectorscan
: as a dependency for pyperscanpython310Packages.pyperscan: init at 0.2.2 #232314
arpy
: an ar format parser Python librarypython3Packages.arpy: init at 2.3.0 #217903
jefferson
*: a JFFS2 filesystem extraction tool written in Pythonjefferson: init at 0.4.2 #217843
cstruct
: a Python library to parse data using C style struct definitions. (Dependency of jefferson)jefferson: init at 0.4.2 #217843
ubi-reader
: a tool for reading UBI/UBIFS images written in Pythonubi_reader: init at 0.8.5 #217917
I am a maintainer of packages marked by
*
, but I am willing to package and submit PRs for all of the above dependencies as well.The one outstanding question is how to handle
sasquatch
. Can we unify our efforts, or shall we have different forks?The text was updated successfully, but these errors were encountered: