mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/hardening-wrapper: v8 updates
This commit is contained in:
parent
d238471db0
commit
25a62a6c2c
2 changed files with 9 additions and 1 deletions
|
@ -15,13 +15,15 @@ depends=(bash)
|
|||
backup=(etc/hardening-wrapper.conf)
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/thestinger/hardening-wrapper/archive/$pkgver.tar.gz"
|
||||
path.sh hardening-wrapper-i686.conf hardening-wrapper-x86_64.conf
|
||||
hardening-wrapper-arm{,v6h,v7h}.conf)
|
||||
hardening-wrapper-arm{,v6h,v7h}.conf
|
||||
hardening-wrapper-aarch64.conf)
|
||||
sha1sums=('c71a3ea32759c71b779e532c6911d93dba301271'
|
||||
'1e5f6d9931f01b26bb4b6fbb839e21d34d534cdc'
|
||||
'4d7a8f4818c531ce7002e860e0654b42b6147037'
|
||||
'50db33c08439393b673c23d542e274beef44fbdd'
|
||||
'50db33c08439393b673c23d542e274beef44fbdd'
|
||||
'50db33c08439393b673c23d542e274beef44fbdd'
|
||||
'50db33c08439393b673c23d542e274beef44fbdd'
|
||||
'50db33c08439393b673c23d542e274beef44fbdd')
|
||||
|
||||
package() {
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
HARDENING_BINDNOW=0
|
||||
HARDENING_PIE=1
|
||||
HARDENING_FORTIFY=2
|
||||
HARDENING_RELRO=1
|
||||
HARDENING_STACK_CHECK=0
|
||||
HARDENING_STACK_PROTECTOR=2
|
Loading…
Reference in a new issue