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

Unified Diff: scripts/nss-checkout.sh

Issue 319593003: Update to NSS 3.16.2 Beta 3. (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/nss
Patch Set: Remove unused function SEC_NumberOrNameStringToOIDTag Created 6 years, 6 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
« nss/lib/softoken/pkcs11.c ('K') | « patches/nss-rsa-oaep.patch ('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 406183c27146813ae54f3b9b8133826419f17e6b..206a65b6342994eca7ad52acc38daba5c79beb2d 100755
--- a/scripts/nss-checkout.sh
+++ b/scripts/nss-checkout.sh
@@ -12,7 +12,7 @@ set -ex
# We only need the nss/lib directory, but hg requires us to check out the
# complete nss source tree.
rm -rf nss
-hg clone -u NSS_3_16_RTM https://hg.mozilla.org/projects/nss
+hg clone -u NSS_3_16_2_BETA3 https://hg.mozilla.org/projects/nss
# Rename one of the utf8.c files to avoid name conflict.
mv nss/lib/base/utf8.c nss/lib/base/nssutf8.c
@@ -34,7 +34,6 @@ rm -r nss/lib/sqlite
rm -r nss/lib/sysinit
rm -r nss/lib/zlib
-find nss/lib -name .cvsignore -print | xargs rm
find nss/lib -name README -print | xargs rm
# Remove the build system.
@@ -51,8 +50,6 @@ rm nss/lib/ckfw/builtins/certdata.perl
rm nss/lib/ckfw/builtins/certdata.txt
rm nss/lib/ckfw/ck.api
rm nss/lib/ckfw/ckapi.perl
-rm nss/lib/libpkix/pkix/params/pkix_buildparams.c
-rm nss/lib/libpkix/pkix/params/pkix_buildparams.h
rm nss/lib/util/secload.c
rm nss/lib/util/secplcy.c
rm nss/lib/util/secplcy.h
@@ -68,7 +65,7 @@ find nss/lib/freebl -type f \
! -name ctr.c ! -name ctr.h ! -name cts.c ! -name cts.h \
! -name des.c ! -name des.h ! -name desblapi.c ! -name dh.c \
! -name drbg.c ! -name dsa.c ! -name ec.c \
- ! -name ec.h ! -name ec2.h ! -name ecl-curve.h \
+ ! -name ec.h ! -name ec2.h ! -name ecdecode.c ! -name ecl-curve.h \
! -name ecl-exp.h ! -name ecl-priv.h ! -name ecl.c \
! -name ecl.c ! -name ecl.h ! -name ecl_curve.c \
! -name ecl_gf.c ! -name ecl_mult.c ! -name ecp.h \
@@ -76,7 +73,10 @@ find nss/lib/freebl -type f \
! -name ecp_384.c ! -name ecp_521.c \
! -name ecp_aff.c ! -name ecp_jac.c ! -name ecp_jm.c \
! -name ecp_mont.c ! -name ec_naf.c ! -name gcm.c ! -name gcm.h \
- ! -name hmacct.c ! -name hmacct.h ! -name jpake.c ! -name md2.c \
+ ! -name hmacct.c ! -name hmacct.h \
+ ! -name intel-aes-x64-masm.asm ! -name intel-aes-x86-masm.asm \
+ ! -name intel-gcm-x64-masm.asm ! -name intel-gcm-x86-masm.asm \
+ ! -name jpake.c ! -name md2.c \
! -name md5.c ! -name logtab.h ! -name mpcpucache.c \
! -name mpi-config.h \
! -name mpi-priv.h ! -name mpi.c ! -name mpi.h \
« nss/lib/softoken/pkcs11.c ('K') | « patches/nss-rsa-oaep.patch ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698