Index: README.chromium |
diff --git a/README.chromium b/README.chromium |
index 4aa56b59e5623a77a82f5c51a291f8b2b665edfc..3a6240d81c8039ec7d2c3f8e33e8dc841599d9df 100644 |
--- a/README.chromium |
+++ b/README.chromium |
@@ -7,7 +7,7 @@ License File: nss/COPYING |
Security Critical: yes |
Description: |
-NSS 3.16.5 with NSPR 4.10.8 |
+NSS 3.18 with NSPR 4.10.8 |
This copy of NSS has been customized for Chromium. NSPR is also put here |
rather than in a separate directory to emphasize the fact that Chromium is |
@@ -21,7 +21,7 @@ Linux. |
The source code was checked out from the mozilla.org CVS or hg repository using |
the nspr-checkout.sh and nss-checkout.sh scripts in the scripts directory. |
-The current source code was checked out with the hg tag NSS_3_16_5_RTM |
+The current source code was checked out with the hg tag NSS_3_18_RTM |
and the hg tag NSPR_4_10_8_RTM. |
Local Modifications: |
@@ -45,10 +45,6 @@ We made the following local changes to NSPR. |
DO NOT upstream this patch. |
We made the following local changes to NSS. |
-- patches/nss-static.patch: to build NSS as static libraries and omit |
- 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). |
- 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 |
@@ -69,3 +65,7 @@ We made the following local changes to NSS. |
- patches/nss-chacha20-poly1305.patch: Support ChaCha20+Poly1305 cipher |
suites. See NSS bug 917571 |
(https://bugzilla.mozilla.org/show_bug.cgi?id=917571). |
+- patches/nss-static.patch: to build NSS as static libraries and omit |
+ 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). |