From 9de1505d368eae4a7182aadf250d1f2670826083 Mon Sep 17 00:00:00 2001 From: Michal Sekletar Date: Jul 30 2013 14:46:43 +0000 Subject: spec: enable hardened build rpm-checksec revealed that ospfd is not compiled as PIE. We enable hardened build in specfile, this should not break anything and it should take care of enabling security related compiler options. --- diff --git a/quagga.spec b/quagga.spec index c66aa33..9039727 100644 --- a/quagga.spec +++ b/quagga.spec @@ -3,9 +3,11 @@ %define vty_group quaggavt %define vty_gid 85 +%global _hardened_build 1 + Name: quagga Version: 0.99.22.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Routing daemon License: GPLv2+ Group: System Environment/Daemons @@ -224,6 +226,9 @@ fi %changelog * Tue Jul 30 2013 Michal Sekletar - 0.99.22.2-1 +- enabled hardened build + +* Tue Jul 30 2013 Michal Sekletar - 0.99.22.2-1 - update to 0.99.22.2 * Mon Jul 22 2013 Michal Sekletar - 0.99.22.1-9