mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
New package: checksec-1.5
This commit is contained in:
parent
569457013a
commit
719b356a8b
1 changed files with 17 additions and 0 deletions
17
srcpkgs/checksec/template
Normal file
17
srcpkgs/checksec/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'checksec'
|
||||||
|
pkgname=checksec
|
||||||
|
version=1.5
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
build_style=fetch
|
||||||
|
depends="binutils"
|
||||||
|
short_desc="Check for protections like RELRO, NoExec, Stack protection, ASLR, PIE"
|
||||||
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
|
license="BSD-3"
|
||||||
|
homepage="http://www.trapkit.de/tools/checksec.html"
|
||||||
|
distfiles="http://www.trapkit.de/tools/checksec.sh>checksec"
|
||||||
|
checksum=77b8a7fd9393d10def665658a41176ee745d5c7969a4a0f43cefcc8a4cd90947
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin checksec
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue