OLD | NEW |
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.7 with NSPR 4.8.6 | 4 Version: NSS 3.12.7 with NSPR 4.8.6 |
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 |
(...skipping 10 matching lines...) Expand all Loading... |
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 CVS tags -r NSS_3_12_7_RTM | 22 The current source code was checked out with the CVS tags -r NSS_3_12_7_RTM |
23 and -r NSPR_4_8_6_RTM. | 23 and -r NSPR_4_8_6_RTM. |
24 | 24 |
25 Local Modifications: | 25 Local Modifications: |
26 | 26 |
27 We made the following local changes to NSPR. | 27 We made the following local changes to NSPR. |
28 - 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 |
29 bug 533014 (https://bugzilla.mozilla.org/show_bug.cgi?id=533014). | 29 bug 533014 (https://bugzilla.mozilla.org/show_bug.cgi?id=533014). |
30 - patches/prcpucfg.h: added to the mozilla/nsprpub/pr/include directory. | 30 - patches/prcpucfg.h: added to the mozilla/nsprpub/pr/include directory. |
31 - patches/nspr-attach-as-system-thread.patch: attach a "foreign" thread | |
32 (a thread not created by NSPR) to NSPR as a "system" thread rather than | |
33 a "user" thread, which needs to terminate before PR_Cleanup can return. | |
34 (The "system" vs. "user" thread distinction comes from Java, and | |
35 ultimately from Solaris threads.) This is a workaround for | |
36 http://crbug.com/40663. | |
37 | 31 |
38 We made the following local changes to NSS. | 32 We made the following local changes to NSS. |
39 - 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 |
40 libpkix (the new certification path validation library) and | 34 libpkix (the new certification path validation library) and |
41 softoken/legacydb (support for the old Berkeley DB databases). See NSS | 35 softoken/legacydb (support for the old Berkeley DB databases). See NSS |
42 bug 534471 (https://bugzilla.mozilla.org/show_bug.cgi?id=534471). | 36 bug 534471 (https://bugzilla.mozilla.org/show_bug.cgi?id=534471). |
OLD | NEW |