From 167536753a0b3a559cb52d926fcaf428a370d4dc Mon Sep 17 00:00:00 2001 From: Avesh Agarwal Date: Mon, 10 Dec 2012 16:33:16 -0500 Subject: [PATCH] 884183: support for full relro. --- stunnel.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/stunnel.spec b/stunnel.spec index 2034fcc..f9b1e18 100644 --- a/stunnel.spec +++ b/stunnel.spec @@ -1,7 +1,7 @@ Summary: An SSL-encrypting socket wrapper Name: stunnel Version: 4.54 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 Group: Applications/Internet URL: http://stunnel.mirt.net/ @@ -39,7 +39,7 @@ if pkg-config openssl ; then fi %configure --disable-fips --enable-ipv6 \ CPPFLAGS="-UPIDFILE -DPIDFILE='\"%{_localstatedir}/run/stunnel.pid\"'" -make LDADD="-pie -Wl,-z,defs,-z,relro" +make LDADD="-pie -Wl,-z,defs,-z,relro,-z,now" %install rm -rf $RPM_BUILD_ROOT @@ -79,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT %exclude %{_sysconfdir}/stunnel/* %changelog +*Mon Dec 10 2012 Avesh Agarwal - 4.54-2 +- 884183: support for full relro. + *Tue Oct 16 2012 Avesh Agarwal - 4.54-1 - New upstream realease 4.54 - Updated local patches