Skip to content

Commit

Permalink
community/hardening-wrapper: v8 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kmihelich committed Jul 5, 2015
1 parent d238471 commit 25a62a6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion community/hardening-wrapper/PKGBUILD
Expand Up @@ -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() {
Expand Down
6 changes: 6 additions & 0 deletions community/hardening-wrapper/hardening-wrapper-aarch64.conf
@@ -0,0 +1,6 @@
HARDENING_BINDNOW=0
HARDENING_PIE=1
HARDENING_FORTIFY=2
HARDENING_RELRO=1
HARDENING_STACK_CHECK=0
HARDENING_STACK_PROTECTOR=2

0 comments on commit 25a62a6

Please sign in to comment.