Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(160)

Unified Diff: README.chromium

Issue 14249009: Change the NSS and NSPR source tree to the new directory structure to be (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | mozilla/nsprpub/LICENSE » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.chromium
===================================================================
--- README.chromium (revision 191424)
+++ README.chromium (working copy)
@@ -3,7 +3,7 @@
URL: http://www.mozilla.org/projects/security/pki/nss/
Version: 3.14.3 Beta 1
License: MPL 2
-License File: mozilla/security/nss/COPYING
+License File: nss/COPYING
Security Critical: yes
Description:
@@ -29,7 +29,7 @@
We made the following local changes to NSPR.
- patches/nspr-static.patch: to build NSPR as static libraries. See NSPR
bug 533014 (https://bugzilla.mozilla.org/show_bug.cgi?id=533014).
-- patches/prcpucfg.h: added to the mozilla/nsprpub/pr/include directory.
+- patches/prcpucfg.h: added to the nspr/pr/include directory.
- patches/nspr-attach-as-system-thread.patch: attach a "foreign" thread
(a thread not created by NSPR) to NSPR as a "system" thread rather than
a "user" thread, which needs to terminate before PR_Cleanup can return.
@@ -49,27 +49,27 @@
libpkix (the new certification path validation library) and
softoken/legacydb (support for the old Berkeley DB databases). See NSS
bug 534471 (https://bugzilla.mozilla.org/show_bug.cgi?id=534471).
-- mozilla/security/nss/exports_win.def: The list of exports to use when
- building nss as a dynamic library (crnss.dll).
-- mozilla/security/nss/lib/ckfw/builtins/certdata.c: a generated file.
- Do an upstream NSS build and copy the generated certdata.c.
-- mozilla/security/nss/lib/freebl/build_config_mac.h: a header that defines
- the target arch specific configuration macros for lib/freebl on iOS and
- Mac OS X. This works around the lack of support for the xcode_settings
+- nss/exports_win.def: The list of exports to use when building nss as a
+ dynamic library (crnss.dll).
+- nss/lib/ckfw/builtins/certdata.c: a generated file. Do an upstream NSS
+ build and copy the generated certdata.c.
+- nss/lib/freebl/build_config_mac.h: a header that defines the target arch
+ specific configuration macros for lib/freebl on iOS and Mac OS X. This
+ works around the lack of support for the xcode_settings
GCC_PREPROCESSOR_DEFINITIONS[arch=foo] by the ninja GYP generator
(http://crbug.com/122592).
-- mozilla/security/nss/lib/freebl/mpi/mpi_arm_mac.c: a wrapper file for
- mpi_arm.c for iOS and Mac OS X. This works around the inability to
- specify target arch specific source files in Xcode.
+- nss/lib/freebl/mpi/mpi_arm_mac.c: a wrapper file for mpi_arm.c for iOS
+ and Mac OS X. This works around the inability to specify target arch
+ specific source files in Xcode.
- patches/nss-remove-fortezza.patch: remove Fortezza certificate support
from PK11_ImportPublicKey. See NSS bug 668397
(https://bugzilla.mozilla.org/show_bug.cgi?id=668397).
-- mozilla/security/nss/lib/freebl/ecl/ecp_256_32.c: see the next item.
+- nss/lib/freebl/ecl/ecp_256_32.c: see the next item.
- patches/nss-curve-p256.patch: add an optimized 32-bit implementation of
the NIST P-256 elliptic curve. See NSS bug 831006
(https://bugzilla.mozilla.org/show_bug.cgi?id=831006).
- patches/nss-arcfour.patch: fix (benign) invalid read in rc4_wordconv in
- mozilla/security/nss/lib/freebl/arcfour.c. See NSS bug 341127
+ nss/lib/freebl/arcfour.c. See NSS bug 341127
(https://bugzilla.mozilla.org/show_bug.cgi?id=341127) and bug 840393
(https://bugzilla.mozilla.org/show_bug.cgi?id=840393).
- patches/nss-aes-gcm.patch: fix bugs in the AES GCM code. See NSS bug
« no previous file with comments | « no previous file | mozilla/nsprpub/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698