From 3fda9852b3e38f60ffcff051535f531c00cbd0d1 Mon Sep 17 00:00:00 2001 From: Jan Synacek Date: Thu, 31 Oct 2013 11:30:21 +0100 Subject: [PATCH] Harden the package even more (full RELRO) --- iputils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/iputils.spec b/iputils.spec index 612e9b8..214b9c5 100644 --- a/iputils.spec +++ b/iputils.spec @@ -3,7 +3,7 @@ Summary: Network monitoring tools including ping Name: iputils Version: 20121221 -Release: 4%{?dist} +Release: 5%{?dist} # some parts are under the original BSD (ping.c) # some are under GPLv2+ (tracepath.c) License: BSD and GPLv2+ @@ -77,7 +77,7 @@ Queries. %else export CFLAGS="-fpie" %endif -export LDFLAGS="-pie" +export LDFLAGS="-pie -Wl,-z,relro,-z,now" make %{?_smp_mflags} arping clockdiff ping ping6 rdisc tracepath tracepath6 \ ninfod @@ -177,6 +177,9 @@ mv -f RELNOTES.tmp RELNOTES %attr(644,root,root) %{_mandir}/man8/ninfod.8.gz %changelog +* Thu Oct 31 2013 Jan Synáček - 20121221-5 +- Harden the package even more (full RELRO) + * Sat Aug 03 2013 Fedora Release Engineering - 20121221-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild