Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 603701 Details for
Bug 712556
Pluggable ECC in NSS not enabled
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
nss.spec %build section changes to truly enable pluggable ecc support
fix-pluggable-ecc-support.patch (text/plain), 2.08 KB, created by
Elio Maldonado Batiz
on 2012-08-11 17:57:15 UTC
(
hide
)
Description:
nss.spec %build section changes to truly enable pluggable ecc support
Filename:
MIME Type:
Creator:
Elio Maldonado Batiz
Created:
2012-08-11 17:57:15 UTC
Size:
2.08 KB
patch
obsolete
>diff --git a/nss.spec b/nss.spec >index 52901f2..60d9209 100644 >--- a/nss.spec >+++ b/nss.spec >@@ -7,7 +7,7 @@ > Summary: Network Security Services > Name: nss > Version: 3.13.5 >-Release: 6%{?dist} >+Release: 7%{?dist} > License: MPLv1.1 or GPLv2+ or LGPLv2+ > URL: http://www.mozilla.org/projects/security/pki/nss/ > Group: System Environment/Libraries >@@ -217,7 +217,19 @@ unset NSS_ENABLE_ECC > # Compile softoken plus needed support > %{__make} -C ./mozilla/security/coreconf > %{__make} -C ./mozilla/security/dbm >-%{__make} -C ./mozilla/security/nss >+ >+%{__make} -C ./mozilla/security/nss/lib/util export >+%{__make} -C ./mozilla/security/nss/lib/freebl export >+%{__make} -C ./mozilla/security/nss/lib/softoken export >+ >+%{__make} -C ./mozilla/security/nss/lib/util >+%{__make} -C ./mozilla/security/nss/lib/freebl >+%{__make} -C ./mozilla/security/nss/lib/softoken >+ >+# stash away the bltest and fipstest to build them last >+tar cf build_these_later.tar ./mozilla/security/nss/cmd/bltest ./mozilla/security/nss/cmd/fipstest >+rm -rf ./mozilla/security/nss/cmd/bltest >+rm -rf ./mozilla/security/nss/cmd/fipstest > > ##### phase 2: build the rest of nss > # nss supports pluggable ecc >@@ -235,6 +247,12 @@ export NSS_ECC_MORE_THAN_SUITE_B > %{__make} -C ./mozilla/security/dbm > %{__make} -C ./mozilla/security/nss > >+##### phase 3: build bltest and fipstest >+tar xf build_these_later.tar >+unset NSS_ENABLE_ECC; %{__make} -C ./mozilla/security/nss/cmd/bltest >+unset NSS_ENABLE_ECC; %{__make} -C ./mozilla/security/nss/cmd/fipstest >+%{__rm} -f build_these_later.tar >+ > # Set up our package file > # The nspr_version and nss_{util|softokn}_version globals used > # here match the ones nss has for its Requires. >@@ -580,6 +598,9 @@ rm -rf $RPM_BUILD_ROOT/%{_includedir}/nss3/nsslowhash.h > > > %changelog >+* Fri Aug 10 2012 Elio Maldonado <emaldona@redhat.com> - 3.13.5-7 >+- Fix pluggable ecc support >+ > * Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.5-6 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
rrelyea
: review+
Actions:
View
|
Diff
Attachments on
bug 712556
: 603701