Search Criteria
Package Details: checksec-rs 0.0.9-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/checksec-rs.git (read-only, click to copy) |
---|---|
Package Base: | checksec-rs |
Description: | Fast multi-platform (ELF/PE/MachO) binary checksec written in Rust |
Upstream URL: | https://github.com/etke/checksec.rs |
Licenses: | Apache |
Conflicts: | checksec |
Submitter: | k4yt3x |
Maintainer: | k4yt3x |
Last Packager: | k4yt3x |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-04-25 23:55 (UTC) |
Last Updated: | 2024-04-25 23:55 (UTC) |
Dependencies (3)
- binutils (make)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- fakeroot (fakeroot-gitAUR, fakeroot-tcpAUR) (make)
Latest Comments
kseistrup commented on 2024-04-26 14:05 (UTC)
Thank you for packaging this.
The package has a few problems:
“Apache” is not a valid SPDX License Identifier, it should be “Apache-2.0”.
The package contains
/usr/.crates2.json
and/usr/.crates.toml
that shouldn't be there.The package should have
provides=('checksec')
andconflicts=('checksec')
unless the binary is renamed.