[lighttpd] Add PIE.

Jon Ciesla limb at fedoraproject.org
Wed Feb 12 20:29:49 UTC 2014


commit c07a306d9253113441fd6fe12d8387477dd4cb88
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Wed Feb 12 14:28:16 2014 -0600

    Add PIE.

 lighttpd.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/lighttpd.spec b/lighttpd.spec
index 6014578..63a6809 100644
--- a/lighttpd.spec
+++ b/lighttpd.spec
@@ -1,5 +1,7 @@
 %define webroot /var/www/lighttpd
 
+%global _hardened_build 1
+
 # We have an bunch of --with/--without options to pass, make it easy with bcond
 %define confswitch() %{expand:%%{?with_%{1}:--with-%{1}}%%{!?with_%{1}:--without-%{1}}}
 
@@ -41,7 +43,7 @@
 Summary: Lightning fast webserver with light system requirements
 Name: lighttpd
 Version: 1.4.34
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: BSD
 Group: System Environment/Daemons
 URL: http://www.lighttpd.net/
@@ -313,6 +315,9 @@ fi
 
 
 %changelog
+* Mon Feb 10 2014 Jon Ciesla <limburgher at gmail.com> - 1.4.34-3
+- Enable PIE, BZ 955145.
+
 * Mon Feb 10 2014 Jon Ciesla <limburgher at gmail.com> - 1.4.34-2
 - Apply Ken Dreyer's spec patches from BZ 850188.
 


More information about the scm-commits mailing list