checksec: tweak.

This commit is contained in:
Leah Neukirchen 2017-07-11 20:07:58 +02:00
parent 1d9539e7f2
commit 41b4162041

View file

@ -1,13 +1,13 @@
# Template file for 'checksec' # Template file for 'checksec'
pkgname=checksec pkgname=checksec
version=1.5 version=1.5
revision=4 revision=5
noarch=yes noarch=yes
build_style=fetch build_style=fetch
depends="binutils" depends="binutils"
hostmakedepends="dos2unix" hostmakedepends="dos2unix"
short_desc="Check for protections like RELRO, NoExec, Stack protection, ASLR, PIE" 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" license="3-clause-BSD"
homepage="http://www.trapkit.de/tools/checksec.html" homepage="http://www.trapkit.de/tools/checksec.html"
distfiles="http://www.trapkit.de/tools/checksec.sh>checksec" distfiles="http://www.trapkit.de/tools/checksec.sh>checksec"
@ -16,4 +16,5 @@ checksum=05822cd8668589038d20650faa0e56f740911d8ad06f7005b3d12a5c76591b90
do_install() { do_install() {
dos2unix checksec dos2unix checksec
vbin checksec vbin checksec
# vlicense in script
} }