From 9aa1221933ff5fb896e29fe8b04c4f006bd080b9 Mon Sep 17 00:00:00 2001 From: Ryan O'Hara Date: Mon, 22 Apr 2013 09:55:41 -0500 Subject: [PATCH] Build with PIE flags (#955182) --- haproxy.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/haproxy.spec b/haproxy.spec index fecde9d..d9dcd64 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -4,9 +4,11 @@ %define haproxy_confdir %{_sysconfdir}/haproxy %define haproxy_datadir %{_datadir}/haproxy +%global _hardened_build 1 + Name: haproxy Version: 1.4.23 -Release: 1%{?dist} +Release: 2%{?dist} Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments Group: System Environment/Daemons @@ -129,6 +131,9 @@ exit 0 %changelog +* Mon Apr 22 2013 Ryan O'Hara - 1.4.23-2 +- Build with PIE flags (#955182) + * Tue Apr 02 2013 Ryan O'Hara - 1.4.23-1 - Update to 1.4.23 (CVE-2013-1912, #947697) - Drop supplementary groups after setuid/setgid (#894626)