Merge pull request #10558 from Chocimier/checksec
checksec: update to 1.11.1.
This commit is contained in:
commit
5ba02d0f8c
2 changed files with 3 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'checksec'
|
||||
pkgname=checksec
|
||||
version=1.9.0
|
||||
version=1.11.1
|
||||
revision=1
|
||||
wrksrc="checksec.sh-${version}"
|
||||
archs=noarch
|
||||
wrksrc="checksec.sh-${version}"
|
||||
depends="binutils"
|
||||
short_desc="Check for protections like RELRO, NoExec, Stack protection, ASLR, PIE"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="http://www.trapkit.de/tools/checksec.html"
|
||||
distfiles="https://github.com/slimm609/checksec.sh/archive/${version}.tar.gz"
|
||||
checksum=1ae5da9c629f5daf8b887b477886da9ad8d3b68a8ac8a5ca1a9a99da9c6875ac
|
||||
checksum=dd09a3f44b992459fbdcae9de0ea4ccf3372a1e0680cb2dc7077ad481b5a50ba
|
||||
|
||||
do_install() {
|
||||
vbin checksec
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
pattern='latest version \K[\d.]+'
|
Loading…
Reference in a new issue