checksec: tweak.
This commit is contained in:
parent
1d9539e7f2
commit
41b4162041
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'checksec'
|
||||
pkgname=checksec
|
||||
version=1.5
|
||||
revision=4
|
||||
revision=5
|
||||
noarch=yes
|
||||
build_style=fetch
|
||||
depends="binutils"
|
||||
hostmakedepends="dos2unix"
|
||||
short_desc="Check for protections like RELRO, NoExec, Stack protection, ASLR, PIE"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="3-clause-BSD"
|
||||
homepage="http://www.trapkit.de/tools/checksec.html"
|
||||
distfiles="http://www.trapkit.de/tools/checksec.sh>checksec"
|
||||
|
@ -16,4 +16,5 @@ checksum=05822cd8668589038d20650faa0e56f740911d8ad06f7005b3d12a5c76591b90
|
|||
do_install() {
|
||||
dos2unix checksec
|
||||
vbin checksec
|
||||
# vlicense in script
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue