| OLD | NEW |
| 1 #!/bin/sh | 1 #!/bin/sh |
| 2 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 2 # Copyright (c) 2010 The Chromium Authors. All rights reserved. |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 # This shell script checks out the NSS source tree from CVS and prepares | 6 # This shell script checks out the NSS source tree from CVS and prepares |
| 7 # it for Chromium. | 7 # it for Chromium. |
| 8 | 8 |
| 9 # Make the script exit as soon as something fails. | 9 # Make the script exit as soon as something fails. |
| 10 set -ex | 10 set -ex |
| 11 | 11 |
| 12 rm -rf mozilla/security/nss/lib | 12 rm -rf mozilla/security/nss/lib |
| 13 cvs -q -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot export \ | 13 cvs -q -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot export \ |
| 14 -r NSS_3_14_2_RTM mozilla/security/nss/lib | 14 -r NSS_3_14_3_BETA1 mozilla/security/nss/lib |
| 15 | 15 |
| 16 # Rename one of the utf8.c files to avoid name conflict. | 16 # Rename one of the utf8.c files to avoid name conflict. |
| 17 mv mozilla/security/nss/lib/base/utf8.c mozilla/security/nss/lib/base/nssutf8.c | 17 mv mozilla/security/nss/lib/base/utf8.c mozilla/security/nss/lib/base/nssutf8.c |
| 18 | 18 |
| 19 rm -r mozilla/security/nss/lib/ckfw/capi | 19 rm -r mozilla/security/nss/lib/ckfw/capi |
| 20 rm -r mozilla/security/nss/lib/ckfw/dbm | 20 rm -r mozilla/security/nss/lib/ckfw/dbm |
| 21 rm -r mozilla/security/nss/lib/ckfw/nssmkey | 21 rm -r mozilla/security/nss/lib/ckfw/nssmkey |
| 22 rm -r mozilla/security/nss/lib/crmf | 22 rm -r mozilla/security/nss/lib/crmf |
| 23 rm -r mozilla/security/nss/lib/freebl/ecl/tests | 23 rm -r mozilla/security/nss/lib/freebl/ecl/tests |
| 24 rm -r mozilla/security/nss/lib/freebl/mpi/doc | 24 rm -r mozilla/security/nss/lib/freebl/mpi/doc |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 ! -name camellia.c ! -name camellia.h \ | 65 ! -name camellia.c ! -name camellia.h \ |
| 66 ! -name ctr.c ! -name ctr.h ! -name cts.c ! -name cts.h \ | 66 ! -name ctr.c ! -name ctr.h ! -name cts.c ! -name cts.h \ |
| 67 ! -name des.c ! -name des.h ! -name desblapi.c ! -name dh.c \ | 67 ! -name des.c ! -name des.h ! -name desblapi.c ! -name dh.c \ |
| 68 ! -name drbg.c ! -name dsa.c ! -name ec.c \ | 68 ! -name drbg.c ! -name dsa.c ! -name ec.c \ |
| 69 ! -name ec.h ! -name ec2.h ! -name ecl-curve.h \ | 69 ! -name ec.h ! -name ec2.h ! -name ecl-curve.h \ |
| 70 ! -name ecl-exp.h ! -name ecl-priv.h ! -name ecl.c \ | 70 ! -name ecl-exp.h ! -name ecl-priv.h ! -name ecl.c \ |
| 71 ! -name ecl.c ! -name ecl.h ! -name ecl_curve.c \ | 71 ! -name ecl.c ! -name ecl.h ! -name ecl_curve.c \ |
| 72 ! -name ecl_gf.c ! -name ecl_mult.c ! -name ecp.h \ | 72 ! -name ecl_gf.c ! -name ecl_mult.c ! -name ecp.h \ |
| 73 ! -name ecp_aff.c ! -name ecp_jac.c ! -name ecp_jm.c \ | 73 ! -name ecp_aff.c ! -name ecp_jac.c ! -name ecp_jm.c \ |
| 74 ! -name ecp_mont.c ! -name ec_naf.c ! -name gcm.c ! -name gcm.h \ | 74 ! -name ecp_mont.c ! -name ec_naf.c ! -name gcm.c ! -name gcm.h \ |
| 75 ! -name jpake.c ! -name md2.c ! -name md5.c ! -name logtab.h \ | 75 ! -name hmacct.c ! -name hmacct.h ! -name jpake.c ! -name md2.c \ |
| 76 ! -name mpcpucache.c \ | 76 ! -name md5.c ! -name logtab.h ! -name mpcpucache.c \ |
| 77 ! -name mpi-config.h \ | 77 ! -name mpi-config.h \ |
| 78 ! -name mpi-priv.h ! -name mpi.c ! -name mpi.h \ | 78 ! -name mpi-priv.h ! -name mpi.c ! -name mpi.h \ |
| 79 ! -name mpi_amd64.c ! -name mpi_arm.c ! -name mpi_x86_asm.c \ | 79 ! -name mpi_amd64.c ! -name mpi_arm.c ! -name mpi_x86_asm.c \ |
| 80 ! -name mplogic.c ! -name mplogic.h ! -name mpmontg.c \ | 80 ! -name mplogic.c ! -name mplogic.h ! -name mpmontg.c \ |
| 81 ! -name mpprime.c ! -name mpprime.h \ | 81 ! -name mpprime.c ! -name mpprime.h \ |
| 82 ! -name mp_gf2m-priv.h ! -name mp_gf2m.c ! -name mp_gf2m.h \ | 82 ! -name mp_gf2m-priv.h ! -name mp_gf2m.c ! -name mp_gf2m.h \ |
| 83 ! -name primes.c ! -name pqg.c ! -name pqg.h ! -name rawhash.c \ | 83 ! -name primes.c ! -name pqg.c ! -name pqg.h ! -name rawhash.c \ |
| 84 ! -name rijndael.c ! -name rijndael.h ! -name rijndael32.tab \ | 84 ! -name rijndael.c ! -name rijndael.h ! -name rijndael32.tab \ |
| 85 ! -name rsa.c ! -name secmpi.h \ | 85 ! -name rsa.c ! -name secmpi.h \ |
| 86 ! -name secrng.h ! -name seed.c ! -name seed.h \ | 86 ! -name secrng.h ! -name seed.c ! -name seed.h \ |
| 87 ! -name sha256.h ! -name sha512.c ! -name sha_fast.c \ | 87 ! -name sha256.h ! -name sha512.c ! -name sha_fast.c \ |
| 88 ! -name sha_fast.h ! -name shsign.h ! -name shvfy.c \ | 88 ! -name sha_fast.h ! -name shsign.h ! -name shvfy.c \ |
| 89 ! -name sysrand.c ! -name tlsprfalg.c ! -name unix_rand.c \ | 89 ! -name sysrand.c ! -name tlsprfalg.c ! -name unix_rand.c \ |
| 90 ! -name win_rand.c \ | 90 ! -name win_rand.c \ |
| 91 | xargs rm | 91 | xargs rm |
| OLD | NEW |