From edf5ff06343845fe150ae59e81c3af9c75eff949 Mon Sep 17 00:00:00 2001 From: Elio Maldonado Date: Thu, 1 Nov 2012 09:29:38 -0700 Subject: [PATCH] Reenable patch to set NSS_SSL_CBC_RANDOM_IV to 1 by default - Bug 872124 - nss 3.14 breaks fedpkg new-sources --- nss.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/nss.spec b/nss.spec index e7badd9..754aed0 100644 --- a/nss.spec +++ b/nss.spec @@ -7,7 +7,7 @@ Summary: Network Security Services Name: nss Version: 3.14 -Release: 5%{?dist} +Release: 6%{?dist} License: MPLv2.0 URL: http://www.mozilla.org/projects/security/pki/nss/ Group: System Environment/Libraries @@ -146,7 +146,7 @@ low level services. # link pem against buildroot's freebl, esential wen mixing and matching %patch25 -p0 -b .systemfreebl # activate only if requested for this branch -#%patch29 -p0 -b .770682 +%patch29 -p0 -b .770682 %patch40 -p1 -b .noocsptest %build @@ -580,6 +580,10 @@ rm -f $RPM_BUILD_ROOT/%{_includedir}/nss3/nsslowhash.h %changelog +* Thu Nov 01 2012 Elio Maldonado - 3.14-6 +- Reenable patch to set NSS_SSL_CBC_RANDOM_IV to 1 by default +- Bug 872124 - nss 3.14 breaks fedpkg new-sources + * Wed Oct 31 2012 Elio Maldonado - 3.14-2 - Fix the spec file so sechash.h gets installed - Resolves: rhbz#871882 - missing header: sechash.h in nss 3.14