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

Unified Diff: README.chromium

Issue 1155223003: Uprev NSS from 3.18.0 RTM to 3.19.0 RTM (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/nss
Patch Set: Created 5 years, 7 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 | nss/lib/certdb/cert.h » ('j') | nss/lib/ckfw/builtins/certdata.c » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.chromium
diff --git a/README.chromium b/README.chromium
index 5ad8cdfc3eff9dc5068e0c33fc3a7c5ccb867afc..3491cdf2993300f61bfb3e12c8cb3967b16f6dd9 100644
--- a/README.chromium
+++ b/README.chromium
@@ -7,7 +7,7 @@ License File: nss/COPYING
Security Critical: yes
Description:
-NSS 3.18 with NSPR 4.10.8
+NSS 3.19 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_18_RTM
+The current source code was checked out with the hg tag NSS_3_19_RTM
and the hg tag NSPR_4_10_8_RTM.
Local Modifications:
@@ -43,6 +43,8 @@ We made the following local changes to NSPR.
to use PR_GetHostByName. Removing _PR_INET6_PROBE will prevent it from
creating an IPv6 socket to probe if IPv6 is there.
DO NOT upstream this patch.
+- patches/nspr-unused-variable.patch: Remove an unused variable. See NSPR
+ bug 1126408 (https://bugzilla.mozilla.org/show_bug.cgi?id=1126408).
davidben 2015/05/27 19:40:40 Hrm, I thought I already moved this. I must have f
We made the following local changes to NSS.
- nss/exports_win.def: The list of exports to use when building nss as a
@@ -69,5 +71,4 @@ We made the following local changes to NSS.
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/nspr-unused-variable.patch: Remove an unused variable. See NSPR
- bug 1126408 (https://bugzilla.mozilla.org/show_bug.cgi?id=1126408).
+
« no previous file with comments | « no previous file | nss/lib/certdb/cert.h » ('j') | nss/lib/ckfw/builtins/certdata.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698