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

Unified Diff: README.chromium

Issue 12197027: Merge NSS_3_14_2_RTM. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | mozilla/security/nss/lib/certdb/certdb.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.chromium
===================================================================
--- README.chromium (revision 180567)
+++ 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.14.1 RC0
+Version: 3.14.2 RTM
License: MPL 2
License File: mozilla/security/nss/COPYING
Security Critical: yes
Description:
-NSS 3.14.1 RC0 with NSPR 4.9.5 Beta 2
+NSS 3.14.2 RTM with NSPR 4.9.5 Beta 2
wtc 2013/02/05 00:58:23 Nit: you can omit "RTM" here and on line 4, partly
mattm 2013/02/05 01:16:54 Done.
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 @@
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_14_1_RC0
+The current source code was checked out with the CVS tags -r NSS_3_14_2_RTM
and -r NSPR_4_9_5_BETA2.
Local Modifications:
@@ -68,3 +68,5 @@
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-sqlite-tempfilename-ifdef.patch: Allow compiling with sqlite
+ versions which do not define SQLITE_FCNTL_TEMPFILENAME.
wtc 2013/02/05 00:58:23 Ah, this problem was just fixed today. Please refe
mattm 2013/02/05 01:16:54 Done.
« no previous file with comments | « no previous file | mozilla/security/nss/lib/certdb/certdb.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698