checksec: update to 1.8.0.

Closes: #11085 [via git-merge-pr]
This commit is contained in:
cr6git 2018-01-26 22:24:19 +01:00 committed by Jürgen Buchmüller
parent 15d956668e
commit bd512ca471

View file

@ -1,20 +1,19 @@
# Template file for 'checksec'
pkgname=checksec
version=1.5
revision=5
version=1.8.0
revision=1
wrksrc="checksec.sh-${version}"
noarch=yes
build_style=fetch
depends="binutils"
hostmakedepends="dos2unix"
short_desc="Check for protections like RELRO, NoExec, Stack protection, ASLR, PIE"
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"
checksum=05822cd8668589038d20650faa0e56f740911d8ad06f7005b3d12a5c76591b90
distfiles="https://github.com/slimm609/checksec.sh/archive/${version}.tar.gz"
checksum=021032a59dabc4ba5143f33aebdc43bd186754d4b648e0ee5bcf9c3f0549d1da
do_install() {
dos2unix checksec
vbin checksec
# vlicense in script
vlicense LICENSE.txt
vman extras/man/checksec.7
}