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

Unified Diff: scripts/nss-checkout.sh

Issue 606034: NSS: update to 3.12.6 RC0 (Closed)
Patch Set: Created 10 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
« README.chromium ('K') | « mozilla/security/nss/lib/util/secoid.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/nss-checkout.sh
diff --git a/scripts/nss-checkout.sh b/scripts/nss-checkout.sh
index 10b6cf897ffdff3f5c021539df8cede634e4e376..2ba1170d92af1129455d36f08dad4bb9b632072d 100755
--- a/scripts/nss-checkout.sh
+++ b/scripts/nss-checkout.sh
@@ -11,7 +11,7 @@ set -ex
rm -rf mozilla/security/nss/lib
cvs -q -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot export \
- -r NSS_3_12_6_BETA1 mozilla/security/nss/lib
+ -r NSS_3_12_6_RC0 mozilla/security/nss/lib
# Rename one of the utf8.c files to avoid name conflict.
mv mozilla/security/nss/lib/base/utf8.c mozilla/security/nss/lib/base/nssutf8.c
« README.chromium ('K') | « mozilla/security/nss/lib/util/secoid.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698