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

Side by Side Diff: nss/README.chromium

Issue 593027: Update NSS and NSPR to NSS_3_12_6_BETA1 and NSPR_4_8_4_BETA1.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 10 years, 10 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | nss/mozilla/nsprpub/pr/include/md/_win95.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Network Security Services (NSS) 1 Network Security Services (NSS)
2 2
3 URL: http://www.mozilla.org/projects/security/pki/nss/ 3 URL: http://www.mozilla.org/projects/security/pki/nss/
4 Version: NSS 3.12.6 pre-release with NSPR 4.8.4 pre-release 4 Version: NSS 3.12.6 Beta 1 with NSPR 4.8.4 Beta 1
5 License: MPL/LGPL/GPL tri-license 5 License: MPL/LGPL/GPL tri-license
6 License File: http://www.mozilla.org/MPL/ 6 License File: http://www.mozilla.org/MPL/
7 7
8 Description: 8 Description:
9 9
10 This copy of NSS has been customized for Chromium. NSPR is also put here 10 This copy of NSS has been customized for Chromium. NSPR is also put here
11 rather than in a separate directory to emphasize the fact that Chromium is 11 rather than in a separate directory to emphasize the fact that Chromium is
12 using NSPR strictly as an NSS dependency. 12 using NSPR strictly as an NSS dependency.
13 13
14 We took a subset of NSS, omitting the SSL and SMIME libraries and the 14 We took a subset of NSS, omitting the SSL and SMIME libraries and the
15 built-in root CA certificates module. This NSS subset satisfies the 15 built-in root CA certificates module. This NSS subset satisfies the
16 dependencies of the NSS SSL library in src/net/third_party/nss. Do NOT use 16 dependencies of the NSS SSL library in src/net/third_party/nss. Do NOT use
17 this copy of NSS on platforms that have NSS as system libraries, such as 17 this copy of NSS on platforms that have NSS as system libraries, such as
18 Linux. 18 Linux.
19 19
20 The source code was checked out from the mozilla.org CVS repository using 20 The source code was checked out from the mozilla.org CVS repository using
21 the nspr-checkout.sh and nss-checkout.sh scripts in the scripts directory. 21 the nspr-checkout.sh and nss-checkout.sh scripts in the scripts directory.
22 The current source code was checked out with the date tag -D 2010-01-19. 22 The current source code was checked out with the CVS tags -r NSS_3_12_6_BETA1
23 and -r NSPR_4_8_4_BETA1.
23 24
24 Local Modifications: 25 Local Modifications:
25 26
26 We made the following local changes to NSPR. 27 We made the following local changes to NSPR.
27 - patches/nspr-static.patch: to build NSPR as static libraries. See NSPR 28 - patches/nspr-static.patch: to build NSPR as static libraries. See NSPR
28 bug 533014 (https://bugzilla.mozilla.org/show_bug.cgi?id=533014). 29 bug 533014 (https://bugzilla.mozilla.org/show_bug.cgi?id=533014).
29 - patches/nspr-warnings.patch: to fix some (but not all) compiler warnings.
30 See NSPR bug 541222 (https://bugzilla.mozilla.org/show_bug.cgi?id=541222).
31 - patches/prcpucfg.h: added to the mozilla/nsprpub/pr/include directory. 30 - patches/prcpucfg.h: added to the mozilla/nsprpub/pr/include directory.
32 31
33 We made the following local changes to NSS. 32 We made the following local changes to NSS.
34 - patches/nss-static.patch: to build NSS as static libraries and omit 33 - patches/nss-static.patch: to build NSS as static libraries and omit
35 libpkix (the new certification path validation library) and 34 libpkix (the new certification path validation library) and
36 softoken/legacydb (support for the old Berkeley DB databases). See NSS 35 softoken/legacydb (support for the old Berkeley DB databases). See NSS
37 bug 534471 (https://bugzilla.mozilla.org/show_bug.cgi?id=534471). 36 bug 534471 (https://bugzilla.mozilla.org/show_bug.cgi?id=534471).
38 - patches/nss-secport.patch: to rewrite ancient code that uses NSPR as
39 shared libraries/DLLs. See NSS bug 541228
40 (https://bugzilla.mozilla.org/show_bug.cgi?id=541228).
41 - patches/nss-nssinit.patch: to remove two unnecessary header inclusions.
42 See NSS bug 541231 (https://bugzilla.mozilla.org/show_bug.cgi?id=541231).
43 - patches/nss-dertime.patch: to fix some (but not all) compiler warnings.
44 See NSS bug 536023 comment 13
45 (https://bugzilla.mozilla.org/show_bug.cgi?id=536023#c13).
OLDNEW
« no previous file with comments | « no previous file | nss/mozilla/nsprpub/pr/include/md/_win95.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698