[arch-commits] Commit in hardening-wrapper/repos (16 files)
Daniel Micay
thestinger at archlinux.org
Sun Aug 2 01:31:00 UTC 2015
Date: Sunday, August 2, 2015 @ 03:30:59
Author: thestinger
Revision: 137680
archrelease: copy trunk to community-i686, community-x86_64
Added:
hardening-wrapper/repos/community-i686/PKGBUILD
(from rev 137679, hardening-wrapper/trunk/PKGBUILD)
hardening-wrapper/repos/community-i686/hardening-wrapper-i686.conf
(from rev 137679, hardening-wrapper/trunk/hardening-wrapper-i686.conf)
hardening-wrapper/repos/community-i686/hardening-wrapper-x86_64.conf
(from rev 137679, hardening-wrapper/trunk/hardening-wrapper-x86_64.conf)
hardening-wrapper/repos/community-i686/path.sh
(from rev 137679, hardening-wrapper/trunk/path.sh)
hardening-wrapper/repos/community-x86_64/PKGBUILD
(from rev 137679, hardening-wrapper/trunk/PKGBUILD)
hardening-wrapper/repos/community-x86_64/hardening-wrapper-i686.conf
(from rev 137679, hardening-wrapper/trunk/hardening-wrapper-i686.conf)
hardening-wrapper/repos/community-x86_64/hardening-wrapper-x86_64.conf
(from rev 137679, hardening-wrapper/trunk/hardening-wrapper-x86_64.conf)
hardening-wrapper/repos/community-x86_64/path.sh
(from rev 137679, hardening-wrapper/trunk/path.sh)
Deleted:
hardening-wrapper/repos/community-i686/PKGBUILD
hardening-wrapper/repos/community-i686/hardening-wrapper-i686.conf
hardening-wrapper/repos/community-i686/hardening-wrapper-x86_64.conf
hardening-wrapper/repos/community-i686/path.sh
hardening-wrapper/repos/community-x86_64/PKGBUILD
hardening-wrapper/repos/community-x86_64/hardening-wrapper-i686.conf
hardening-wrapper/repos/community-x86_64/hardening-wrapper-x86_64.conf
hardening-wrapper/repos/community-x86_64/path.sh
------------------------------------------------+
/PKGBUILD | 52 +++++++++++++++++++++++
/hardening-wrapper-i686.conf | 12 +++++
/hardening-wrapper-x86_64.conf | 12 +++++
/path.sh | 2
community-i686/PKGBUILD | 26 -----------
community-i686/hardening-wrapper-i686.conf | 6 --
community-i686/hardening-wrapper-x86_64.conf | 6 --
community-i686/path.sh | 1
community-x86_64/PKGBUILD | 26 -----------
community-x86_64/hardening-wrapper-i686.conf | 6 --
community-x86_64/hardening-wrapper-x86_64.conf | 6 --
community-x86_64/path.sh | 1
12 files changed, 78 insertions(+), 78 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-08-02 01:30:16 UTC (rev 137679)
+++ community-i686/PKGBUILD 2015-08-02 01:30:59 UTC (rev 137680)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay <danielmicay at gmail.com>
-pkgname=hardening-wrapper
-pkgver=9
-pkgrel=1
-pkgdesc='Wrapper scripts for building hardened executables by default'
-arch=(i686 x86_64)
-url='https://github.com/thestinger/hardening-wrapper'
-license=('MIT')
-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)
-sha1sums=('c71a3ea32759c71b779e532c6911d93dba301271'
- '1e5f6d9931f01b26bb4b6fbb839e21d34d534cdc'
- '4d7a8f4818c531ce7002e860e0654b42b6147037'
- '50db33c08439393b673c23d542e274beef44fbdd')
-
-package() {
- install -Dm644 hardening-wrapper-${CARCH}.conf "$pkgdir/etc/hardening-wrapper.conf"
- install -Dm644 path.sh "$pkgdir/etc/profile.d/hardening-wrapper.sh"
-
- cd $pkgname-$pkgver
- make install DESTDIR="$pkgdir" PREFIX=/usr
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
Copied: hardening-wrapper/repos/community-i686/PKGBUILD (from rev 137679, hardening-wrapper/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-02 01:30:59 UTC (rev 137680)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+pkgname=hardening-wrapper
+pkgver=10
+pkgrel=1
+pkgdesc='Wrapper scripts for building hardened executables by default'
+arch=(i686 x86_64)
+url='https://github.com/thestinger/hardening-wrapper'
+license=('MIT')
+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)
+sha1sums=('61e8c7e3062e6830cd7b190aa6b81834138a7137'
+ '1e5f6d9931f01b26bb4b6fbb839e21d34d534cdc'
+ '6729f0a6d2af72b6def9383e8104d0f763d3f01d'
+ '9453d7984a4a90aa884a51a7bf1bd2c72cbddc9f')
+
+package() {
+ install -Dm644 hardening-wrapper-${CARCH}.conf "$pkgdir/etc/hardening-wrapper.conf"
+ install -Dm644 path.sh "$pkgdir/etc/profile.d/hardening-wrapper.sh"
+
+ cd $pkgname-$pkgver
+ make install DESTDIR="$pkgdir" PREFIX=/usr
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
Deleted: community-i686/hardening-wrapper-i686.conf
===================================================================
--- community-i686/hardening-wrapper-i686.conf 2015-08-02 01:30:16 UTC (rev 137679)
+++ community-i686/hardening-wrapper-i686.conf 2015-08-02 01:30:59 UTC (rev 137680)
@@ -1,6 +0,0 @@
-HARDENING_BINDNOW=0
-HARDENING_PIE=0
-HARDENING_FORTIFY=2
-HARDENING_RELRO=1
-HARDENING_STACK_CHECK=0
-HARDENING_STACK_PROTECTOR=2
Copied: hardening-wrapper/repos/community-i686/hardening-wrapper-i686.conf (from rev 137679, hardening-wrapper/trunk/hardening-wrapper-i686.conf)
===================================================================
--- community-i686/hardening-wrapper-i686.conf (rev 0)
+++ community-i686/hardening-wrapper-i686.conf 2015-08-02 01:30:59 UTC (rev 137680)
@@ -0,0 +1,6 @@
+HARDENING_BINDNOW=0
+HARDENING_PIE=0
+HARDENING_FORTIFY=2
+HARDENING_RELRO=1
+HARDENING_STACK_CHECK=1
+HARDENING_STACK_PROTECTOR=2
Deleted: community-i686/hardening-wrapper-x86_64.conf
===================================================================
--- community-i686/hardening-wrapper-x86_64.conf 2015-08-02 01:30:16 UTC (rev 137679)
+++ community-i686/hardening-wrapper-x86_64.conf 2015-08-02 01:30:59 UTC (rev 137680)
@@ -1,6 +0,0 @@
-HARDENING_BINDNOW=0
-HARDENING_PIE=1
-HARDENING_FORTIFY=2
-HARDENING_RELRO=1
-HARDENING_STACK_CHECK=0
-HARDENING_STACK_PROTECTOR=2
Copied: hardening-wrapper/repos/community-i686/hardening-wrapper-x86_64.conf (from rev 137679, hardening-wrapper/trunk/hardening-wrapper-x86_64.conf)
===================================================================
--- community-i686/hardening-wrapper-x86_64.conf (rev 0)
+++ community-i686/hardening-wrapper-x86_64.conf 2015-08-02 01:30:59 UTC (rev 137680)
@@ -0,0 +1,6 @@
+HARDENING_BINDNOW=0
+HARDENING_PIE=1
+HARDENING_FORTIFY=2
+HARDENING_RELRO=1
+HARDENING_STACK_CHECK=1
+HARDENING_STACK_PROTECTOR=2
Deleted: community-i686/path.sh
===================================================================
--- community-i686/path.sh 2015-08-02 01:30:16 UTC (rev 137679)
+++ community-i686/path.sh 2015-08-02 01:30:59 UTC (rev 137680)
@@ -1 +0,0 @@
-export PATH="/usr/lib/hardening-wrapper/bin:$PATH"
Copied: hardening-wrapper/repos/community-i686/path.sh (from rev 137679, hardening-wrapper/trunk/path.sh)
===================================================================
--- community-i686/path.sh (rev 0)
+++ community-i686/path.sh 2015-08-02 01:30:59 UTC (rev 137680)
@@ -0,0 +1 @@
+export PATH="/usr/lib/hardening-wrapper/bin:$PATH"
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-08-02 01:30:16 UTC (rev 137679)
+++ community-x86_64/PKGBUILD 2015-08-02 01:30:59 UTC (rev 137680)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay <danielmicay at gmail.com>
-pkgname=hardening-wrapper
-pkgver=9
-pkgrel=1
-pkgdesc='Wrapper scripts for building hardened executables by default'
-arch=(i686 x86_64)
-url='https://github.com/thestinger/hardening-wrapper'
-license=('MIT')
-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)
-sha1sums=('c71a3ea32759c71b779e532c6911d93dba301271'
- '1e5f6d9931f01b26bb4b6fbb839e21d34d534cdc'
- '4d7a8f4818c531ce7002e860e0654b42b6147037'
- '50db33c08439393b673c23d542e274beef44fbdd')
-
-package() {
- install -Dm644 hardening-wrapper-${CARCH}.conf "$pkgdir/etc/hardening-wrapper.conf"
- install -Dm644 path.sh "$pkgdir/etc/profile.d/hardening-wrapper.sh"
-
- cd $pkgname-$pkgver
- make install DESTDIR="$pkgdir" PREFIX=/usr
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
Copied: hardening-wrapper/repos/community-x86_64/PKGBUILD (from rev 137679, hardening-wrapper/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-08-02 01:30:59 UTC (rev 137680)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+pkgname=hardening-wrapper
+pkgver=10
+pkgrel=1
+pkgdesc='Wrapper scripts for building hardened executables by default'
+arch=(i686 x86_64)
+url='https://github.com/thestinger/hardening-wrapper'
+license=('MIT')
+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)
+sha1sums=('61e8c7e3062e6830cd7b190aa6b81834138a7137'
+ '1e5f6d9931f01b26bb4b6fbb839e21d34d534cdc'
+ '6729f0a6d2af72b6def9383e8104d0f763d3f01d'
+ '9453d7984a4a90aa884a51a7bf1bd2c72cbddc9f')
+
+package() {
+ install -Dm644 hardening-wrapper-${CARCH}.conf "$pkgdir/etc/hardening-wrapper.conf"
+ install -Dm644 path.sh "$pkgdir/etc/profile.d/hardening-wrapper.sh"
+
+ cd $pkgname-$pkgver
+ make install DESTDIR="$pkgdir" PREFIX=/usr
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
Deleted: community-x86_64/hardening-wrapper-i686.conf
===================================================================
--- community-x86_64/hardening-wrapper-i686.conf 2015-08-02 01:30:16 UTC (rev 137679)
+++ community-x86_64/hardening-wrapper-i686.conf 2015-08-02 01:30:59 UTC (rev 137680)
@@ -1,6 +0,0 @@
-HARDENING_BINDNOW=0
-HARDENING_PIE=0
-HARDENING_FORTIFY=2
-HARDENING_RELRO=1
-HARDENING_STACK_CHECK=0
-HARDENING_STACK_PROTECTOR=2
Copied: hardening-wrapper/repos/community-x86_64/hardening-wrapper-i686.conf (from rev 137679, hardening-wrapper/trunk/hardening-wrapper-i686.conf)
===================================================================
--- community-x86_64/hardening-wrapper-i686.conf (rev 0)
+++ community-x86_64/hardening-wrapper-i686.conf 2015-08-02 01:30:59 UTC (rev 137680)
@@ -0,0 +1,6 @@
+HARDENING_BINDNOW=0
+HARDENING_PIE=0
+HARDENING_FORTIFY=2
+HARDENING_RELRO=1
+HARDENING_STACK_CHECK=1
+HARDENING_STACK_PROTECTOR=2
Deleted: community-x86_64/hardening-wrapper-x86_64.conf
===================================================================
--- community-x86_64/hardening-wrapper-x86_64.conf 2015-08-02 01:30:16 UTC (rev 137679)
+++ community-x86_64/hardening-wrapper-x86_64.conf 2015-08-02 01:30:59 UTC (rev 137680)
@@ -1,6 +0,0 @@
-HARDENING_BINDNOW=0
-HARDENING_PIE=1
-HARDENING_FORTIFY=2
-HARDENING_RELRO=1
-HARDENING_STACK_CHECK=0
-HARDENING_STACK_PROTECTOR=2
Copied: hardening-wrapper/repos/community-x86_64/hardening-wrapper-x86_64.conf (from rev 137679, hardening-wrapper/trunk/hardening-wrapper-x86_64.conf)
===================================================================
--- community-x86_64/hardening-wrapper-x86_64.conf (rev 0)
+++ community-x86_64/hardening-wrapper-x86_64.conf 2015-08-02 01:30:59 UTC (rev 137680)
@@ -0,0 +1,6 @@
+HARDENING_BINDNOW=0
+HARDENING_PIE=1
+HARDENING_FORTIFY=2
+HARDENING_RELRO=1
+HARDENING_STACK_CHECK=1
+HARDENING_STACK_PROTECTOR=2
Deleted: community-x86_64/path.sh
===================================================================
--- community-x86_64/path.sh 2015-08-02 01:30:16 UTC (rev 137679)
+++ community-x86_64/path.sh 2015-08-02 01:30:59 UTC (rev 137680)
@@ -1 +0,0 @@
-export PATH="/usr/lib/hardening-wrapper/bin:$PATH"
Copied: hardening-wrapper/repos/community-x86_64/path.sh (from rev 137679, hardening-wrapper/trunk/path.sh)
===================================================================
--- community-x86_64/path.sh (rev 0)
+++ community-x86_64/path.sh 2015-08-02 01:30:59 UTC (rev 137680)
@@ -0,0 +1 @@
+export PATH="/usr/lib/hardening-wrapper/bin:$PATH"
More information about the arch-commits
mailing list