Index: README.chromium |
=================================================================== |
--- README.chromium (revision 158129) |
+++ README.chromium (working copy) |
@@ -1,13 +1,13 @@ |
Name: Network Security Services (NSS) |
Short Name: nss |
URL: http://www.mozilla.org/projects/security/pki/nss/ |
-Version: 3.13.5 |
+Version: 3.14 pre-release snapshot 2012-09-25 |
License: MPL 2 and MPL/LGPL/GPL tri-license |
License File: http://www.mozilla.org/MPL/ |
Security Critical: yes |
Description: |
-NSS 3.13.5 with NSPR 4.9 |
+NSS 3.14 pre-release snapshot 2012-09-25 with NSPR 4.9 |
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,8 +21,8 @@ |
The source code was checked out from the mozilla.org CVS repository using |
the nspr-checkout.sh and nss-checkout.sh scripts in the scripts directory. |
-The current source code was checked out with the CVS tags -r NSS_3_13_5_RTM |
-and -r NSPR_4_9_RTM. |
+The current source code was checked out with the CVS tags |
+-D "2012-09-25 21:00:00 PDT" and -r NSPR_4_9_RTM. |
Local Modifications: |
@@ -51,20 +51,8 @@ |
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). |
-- patches/nss-static2.patch: fix a compiler warning in |
- patches/nss-static.patch. This should be merged into |
- patches/nss-static.patch. |
- mozilla/security/nss/exports_win.def: The list of exports to use when |
building nss as a dynamic library (crnss.dll). |
- 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). |
-- patches/nss-warnings.patch: fix compiler warnings. See NSS bug 753189 |
- (https://bugzilla.mozilla.org/show_bug.cgi?id=753189). |
-- patches/nss-libpkix-leak.patch: Fix a leak when using libpkix. See NSS bug |
- 762353 (https://bugzilla.mozilla.org/show_bug.cgi?id=762353) and NSS bug |
- 762351 (https://bugzilla.mozilla.org/show_bug.cgi?id=762351) |
-- patches/nss-der-encode-time-choice.patch: Fix handling of dates before 1950 |
- and exactly 2050-01-01 00:00:00. See NSS bug 786531 |
- (https://bugzilla.mozilla.org/show_bug.cgi?id=786531) |
-- Change the license headers to MPL 2. |