[bash] Enable PIE (hardened build)

Ondrej Oprala ooprala at fedoraproject.org
Fri Jan 23 15:54:05 UTC 2015


commit 70fa7516b83768595a4f3280ae890a7ac957e0c7
Author: Elad Alfassa <elad at fedoraproject.org>
Date:   Fri Jan 23 16:53:39 2015 +0100

    Enable PIE (hardened build)

 bash.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/bash.spec b/bash.spec
index b3939e5..c58a796 100644
--- a/bash.spec
+++ b/bash.spec
@@ -1,4 +1,5 @@
 #% define beta_tag rc2
+%global _hardened_build 1
 %define patchleveltag .33
 %define baseversion 4.3
 %bcond_without tests
@@ -7,7 +8,7 @@
 Version: %{baseversion}%{patchleveltag}
 Name: bash
 Summary: The GNU Bourne Again shell
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: System Environment/Shells
 License: GPLv3+
 Url: http://www.gnu.org/software/bash
@@ -408,6 +409,9 @@ end
 %doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
 
 %changelog
+* Fri Jan 23 2015 Elad Alfassa <elad at fedoraproject.org> - 4.3.25-3
+- Enable PIE (hardened build)
+
 * Tue Dec 30 2014 Ondrej Oprala <ooprala at redhat.com> - 4.3.33-1
 - Patchlevel 33
 


More information about the scm-commits mailing list