From 41b41620414766667cb210bdb6e19eaef145bcec Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 11 Jul 2017 20:07:58 +0200 Subject: [PATCH] checksec: tweak. --- srcpkgs/checksec/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/checksec/template b/srcpkgs/checksec/template index f3193baf699..e9721a7ad1f 100644 --- a/srcpkgs/checksec/template +++ b/srcpkgs/checksec/template @@ -1,13 +1,13 @@ # Template file for 'checksec' pkgname=checksec version=1.5 -revision=4 +revision=5 noarch=yes build_style=fetch depends="binutils" hostmakedepends="dos2unix" short_desc="Check for protections like RELRO, NoExec, Stack protection, ASLR, PIE" -maintainer="Christian Neukirchen " +maintainer="Leah Neukirchen " license="3-clause-BSD" homepage="http://www.trapkit.de/tools/checksec.html" distfiles="http://www.trapkit.de/tools/checksec.sh>checksec" @@ -16,4 +16,5 @@ checksum=05822cd8668589038d20650faa0e56f740911d8ad06f7005b3d12a5c76591b90 do_install() { dos2unix checksec vbin checksec + # vlicense in script }