From 39b507ea3c0a31bfd788ad66f277f5bb1b2faf2f Mon Sep 17 00:00:00 2001 From: Elio Maldonado Date: Wed, 21 Mar 2012 15:01:07 -0700 Subject: [PATCH] - Resolves: Bug 805723 - Library needs partial RELRO support added --- nss.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/nss.spec b/nss.spec index 44b5138..29cf342 100644 --- a/nss.spec +++ b/nss.spec @@ -7,7 +7,7 @@ Summary: Network Security Services Name: nss Version: 3.13.3 -Release: 3%{?dist} +Release: 4%{?dist} License: MPLv1.1 or GPLv2+ or LGPLv2+ URL: http://www.mozilla.org/projects/security/pki/nss/ Group: System Environment/Libraries @@ -187,6 +187,10 @@ low level services. %build +# partial RELRO support as a security enhancement +LDFLAGS+=-Wl,-z,relro +export LDFLAGS + FREEBL_NO_DEPEND=1 export FREEBL_NO_DEPEND @@ -597,6 +601,9 @@ rm -rf $RPM_BUILD_ROOT/%{_includedir}/nss3/nsslowhash.h %changelog +* Wed Mar 21 2012 Elio Maldonado - 3.13.3-4 +- Resolves: Bug 805723 - Library needs partial RELRO support added + * Fri Mar 09 2012 Elio Maldonado - 3.13.3-3 - Cleanup of the spec file - Add references to the upstream bugs