mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
checksec: update to 2.7.1.
This commit is contained in:
parent
2a272d9544
commit
fb3d3fc1da
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'checksec'
|
# Template file for 'checksec'
|
||||||
pkgname=checksec
|
pkgname=checksec
|
||||||
version=2.7.0
|
version=2.7.1
|
||||||
revision=1
|
revision=1
|
||||||
depends="binutils"
|
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"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/slimm609/checksec.sh"
|
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=0f8b37741bec40756da6801cf243405f4adfc5534242c9d0f3095b566b6b176a
|
checksum=94b7cd8f9b1fb63341abf166d66d1264aa5136f6fc0f72d28ff9f8af1fcf3c0b
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin checksec
|
vbin checksec
|
||||||
|
|
Loading…
Add table
Reference in a new issue