[tor/f17] build with -fPIE

ensc ensc at fedoraproject.org
Fri Apr 13 10:28:23 UTC 2012


commit f74ed87d84dc6efb261a7c6e020a3d75b7d1e051
Author: Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de>
Date:   Fri Apr 13 11:03:45 2012 +0200

    build with -fPIE

 tor.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/tor.spec b/tor.spec
index 3d4401c..e51552e 100644
--- a/tor.spec
+++ b/tor.spec
@@ -2,6 +2,7 @@
 %bcond_without		fedora
 %bcond_without		noarch
 
+%global _hardened_build	1
 
 %global username		toranon
 %global uid			19
@@ -30,7 +31,7 @@ test "$1" = "0" || /bin/systemctl try-restart %2 >/dev/null 2>&1 || :\
 
 Name:		tor
 Version:	0.2.2.35
-Release:	%release_func 1702
+Release:	%release_func 1703
 Group:		System Environment/Daemons
 License:	BSD
 Summary:	Anonymizing overlay network for TCP (The onion router)
@@ -244,6 +245,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Apr 13 2012 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.2.2.35-1703
+- build with -fPIE
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.2.35-1702
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list