[arch-commits] Commit in hardening-wrapper/trunk (PKGBUILD cc-wrapper.sh)
Daniel Micay
thestinger at archlinux.org
Wed Jul 23 03:58:08 UTC 2014
Date: Wednesday, July 23, 2014 @ 05:58:07
Author: thestinger
Revision: 116134
upgpkg: hardening-wrapper 2-2
Modified:
hardening-wrapper/trunk/PKGBUILD
hardening-wrapper/trunk/cc-wrapper.sh
---------------+
PKGBUILD | 4 ++--
cc-wrapper.sh | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-07-23 02:41:38 UTC (rev 116133)
+++ PKGBUILD 2014-07-23 03:58:07 UTC (rev 116134)
@@ -1,7 +1,7 @@
# Maintainer: Daniel Micay <danielmicay at gmail.com>
pkgname=hardening-wrapper
pkgver=2
-pkgrel=1
+pkgrel=2
pkgdesc='Wrapper script for building hardened executables by default'
arch=(any)
url='https://archlinux.org/'
@@ -8,7 +8,7 @@
license=('GPL')
depends=(bash)
source=(cc-wrapper.sh path.sh)
-sha1sums=('bfa2ef7c0fd3ee0b92c43100c994eb72c4da39e2'
+sha1sums=('c2f1140d8fce9aa21c60bbec7f8cd59e95704551'
'1e5f6d9931f01b26bb4b6fbb839e21d34d534cdc')
package() {
Modified: cc-wrapper.sh
===================================================================
--- cc-wrapper.sh 2014-07-23 02:41:38 UTC (rev 116133)
+++ cc-wrapper.sh 2014-07-23 03:58:07 UTC (rev 116134)
@@ -97,6 +97,7 @@
binary="$p/${0##*/}"
if [[ "$binary" != "$0" && -x "$binary" ]]; then
unwrapped="$binary"
+ break
fi
done
More information about the arch-commits
mailing list