New package: checksec-1.5
This commit is contained in:
parent
569457013a
commit
719b356a8b
|
@ -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…
Reference in New Issue