[stunnel] 884183: support for full relro.

avesh avesh at fedoraproject.org
Mon Dec 10 21:33:25 UTC 2012


commit 167536753a0b3a559cb52d926fcaf428a370d4dc
Author: Avesh Agarwal <avagarwa at redhat.com>
Date:   Mon Dec 10 16:33:16 2012 -0500

    884183: support for full relro.

 stunnel.spec |    7 +++++--
 1 files 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 <avagarwa at redhat.com> - 4.54-2
+- 884183: support for full relro.
+
 *Tue Oct 16 2012 Avesh Agarwal <avagarwa at redhat.com> - 4.54-1
 - New upstream realease 4.54
 - Updated local patches


More information about the scm-commits mailing list