mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
checksec: fix dos line endings
This commit is contained in:
parent
6f5c2fdffa
commit
368e2d1b57
1 changed files with 3 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'checksec'
|
# Template file for 'checksec'
|
||||||
pkgname=checksec
|
pkgname=checksec
|
||||||
version=1.5
|
version=1.5
|
||||||
revision=3
|
revision=4
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=fetch
|
build_style=fetch
|
||||||
depends="binutils"
|
depends="binutils"
|
||||||
|
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="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
|
@ -13,5 +14,6 @@ distfiles="http://www.trapkit.de/tools/checksec.sh>checksec"
|
||||||
checksum=05822cd8668589038d20650faa0e56f740911d8ad06f7005b3d12a5c76591b90
|
checksum=05822cd8668589038d20650faa0e56f740911d8ad06f7005b3d12a5c76591b90
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
dos2unix checksec
|
||||||
vbin checksec
|
vbin checksec
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue