mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
checksec: update to 2.0.0.
This commit is contained in:
parent
b065a0db6f
commit
fbbb157a2d
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'checksec'
|
# Template file for 'checksec'
|
||||||
pkgname=checksec
|
pkgname=checksec
|
||||||
version=1.11.1
|
version=2.0.0
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="checksec.sh-${version}"
|
wrksrc="checksec.sh-${version}"
|
||||||
|
@ -8,9 +8,9 @@ depends="binutils"
|
||||||
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="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="http://www.trapkit.de/tools/checksec.html"
|
homepage="https://github.com/slimm609/checksec.sh"
|
||||||
distfiles="https://github.com/slimm609/checksec.sh/archive/${version}.tar.gz"
|
distfiles="https://github.com/slimm609/checksec.sh/archive/${version}.tar.gz"
|
||||||
checksum=dd09a3f44b992459fbdcae9de0ea4ccf3372a1e0680cb2dc7077ad481b5a50ba
|
checksum=af3ae5fafd9c703af7bfc2791e9aeef0684f307fb20493c94a056a6aed92eb12
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin checksec
|
vbin checksec
|
||||||
|
|
Loading…
Add table
Reference in a new issue