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 hg 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 # We only need the nss/lib directory, but hg requires us to check out the |
13 cvs -q -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot export \ | 13 # complete nss source tree. |
14 -r NSS_3_14_3_BETA1 mozilla/security/nss/lib | 14 rm -rf nss |
| 15 hg clone -u NSS_3_15_BETA2 https://hg.mozilla.org/projects/nss |
15 | 16 |
16 # Rename one of the utf8.c files to avoid name conflict. | 17 # 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 | 18 mv nss/lib/base/utf8.c nss/lib/base/nssutf8.c |
18 | 19 |
19 rm -r mozilla/security/nss/lib/ckfw/capi | 20 rm -r nss/lib/ckfw/capi |
20 rm -r mozilla/security/nss/lib/ckfw/dbm | 21 rm -r nss/lib/ckfw/dbm |
21 rm -r mozilla/security/nss/lib/ckfw/nssmkey | 22 rm -r nss/lib/ckfw/nssmkey |
22 rm -r mozilla/security/nss/lib/crmf | 23 rm -r nss/lib/crmf |
23 rm -r mozilla/security/nss/lib/freebl/ecl/tests | 24 rm -r nss/lib/dbm |
24 rm -r mozilla/security/nss/lib/freebl/mpi/doc | 25 rm -r nss/lib/freebl/ecl/tests |
25 rm -r mozilla/security/nss/lib/freebl/mpi/tests | 26 rm -r nss/lib/freebl/mpi/doc |
26 rm -r mozilla/security/nss/lib/freebl/mpi/utils | 27 rm -r nss/lib/freebl/mpi/tests |
27 rm -r mozilla/security/nss/lib/jar | 28 rm -r nss/lib/freebl/mpi/utils |
28 rm -r mozilla/security/nss/lib/pkcs12 | 29 rm -r nss/lib/jar |
29 rm -r mozilla/security/nss/lib/pki/doc | 30 rm -r nss/lib/pkcs12 |
30 rm -r mozilla/security/nss/lib/softoken/legacydb | 31 rm -r nss/lib/pki/doc |
31 rm -r mozilla/security/nss/lib/sqlite | 32 rm -r nss/lib/softoken/legacydb |
32 rm -r mozilla/security/nss/lib/sysinit | 33 rm -r nss/lib/sqlite |
33 rm -r mozilla/security/nss/lib/zlib | 34 rm -r nss/lib/sysinit |
| 35 rm -r nss/lib/zlib |
34 | 36 |
35 find mozilla/security/nss/lib -name .cvsignore -print | xargs rm | 37 find nss/lib -name .cvsignore -print | xargs rm |
36 find mozilla/security/nss/lib -name README -print | xargs rm | 38 find nss/lib -name README -print | xargs rm |
37 | 39 |
38 # Remove the build system. | 40 # Remove the build system. |
39 find mozilla/security/nss/lib -name Makefile -print | xargs rm | 41 find nss/lib -name Makefile -print | xargs rm |
40 find mozilla/security/nss/lib -name manifest.mn -print | xargs rm | 42 find nss/lib -name manifest.mn -print | xargs rm |
41 find mozilla/security/nss/lib -name "*.mk" -print | xargs rm | 43 find nss/lib -name "*.mk" -print | xargs rm |
42 | 44 |
43 # Remove files for building shared libraries/DLLs. | 45 # Remove files for building shared libraries/DLLs. |
44 find mozilla/security/nss/lib -name "*.def" -print | xargs rm | 46 find nss/lib -name "*.def" -print | xargs rm |
45 find mozilla/security/nss/lib -name "*.rc" -print | xargs rm | 47 find nss/lib -name "*.rc" -print | xargs rm |
46 | 48 |
47 # Remove obsolete files or files we don't need. | 49 # Remove obsolete files or files we don't need. |
48 rm mozilla/security/nss/lib/ckfw/builtins/certdata.perl | 50 rm nss/lib/ckfw/builtins/certdata.perl |
49 rm mozilla/security/nss/lib/ckfw/builtins/certdata.txt | 51 rm nss/lib/ckfw/builtins/certdata.txt |
50 rm mozilla/security/nss/lib/ckfw/ck.api | 52 rm nss/lib/ckfw/ck.api |
51 rm mozilla/security/nss/lib/ckfw/ckapi.perl | 53 rm nss/lib/ckfw/ckapi.perl |
52 rm mozilla/security/nss/lib/libpkix/pkix/params/pkix_buildparams.c | 54 rm nss/lib/libpkix/pkix/params/pkix_buildparams.c |
53 rm mozilla/security/nss/lib/libpkix/pkix/params/pkix_buildparams.h | 55 rm nss/lib/libpkix/pkix/params/pkix_buildparams.h |
54 rm mozilla/security/nss/lib/util/secload.c | 56 rm nss/lib/util/secload.c |
55 rm mozilla/security/nss/lib/util/secplcy.c | 57 rm nss/lib/util/secplcy.c |
56 rm mozilla/security/nss/lib/util/secplcy.h | 58 rm nss/lib/util/secplcy.h |
57 rm mozilla/security/nss/lib/smime/*.c | 59 rm nss/lib/smime/*.c |
58 | 60 |
59 find mozilla/security/nss/lib/ssl -type f ! -name sslerr.h | xargs rm | 61 find nss/lib/ssl -type f ! -name sslerr.h | xargs rm |
60 | 62 |
61 find mozilla/security/nss/lib/freebl -type f \ | 63 find nss/lib/freebl -type f \ |
62 ! -name aeskeywrap.c ! -name alg2268.c ! -name alghmac.c \ | 64 ! -name aeskeywrap.c ! -name alg2268.c ! -name alghmac.c \ |
63 ! -name alghmac.h ! -name arcfive.c ! -name arcfour.c \ | 65 ! -name alghmac.h ! -name arcfive.c ! -name arcfour.c \ |
64 ! -name blapi.h ! -name blapii.h ! -name blapit.h \ | 66 ! -name blapi.h ! -name blapii.h ! -name blapit.h \ |
65 ! -name camellia.c ! -name camellia.h \ | 67 ! -name camellia.c ! -name camellia.h \ |
66 ! -name ctr.c ! -name ctr.h ! -name cts.c ! -name cts.h \ | 68 ! -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 \ | 69 ! -name des.c ! -name des.h ! -name desblapi.c ! -name dh.c \ |
68 ! -name drbg.c ! -name dsa.c ! -name ec.c \ | 70 ! -name drbg.c ! -name dsa.c ! -name ec.c \ |
69 ! -name ec.h ! -name ec2.h ! -name ecl-curve.h \ | 71 ! -name ec.h ! -name ec2.h ! -name ecl-curve.h \ |
70 ! -name ecl-exp.h ! -name ecl-priv.h ! -name ecl.c \ | 72 ! -name ecl-exp.h ! -name ecl-priv.h ! -name ecl.c \ |
71 ! -name ecl.c ! -name ecl.h ! -name ecl_curve.c \ | 73 ! -name ecl.c ! -name ecl.h ! -name ecl_curve.c \ |
72 ! -name ecl_gf.c ! -name ecl_mult.c ! -name ecp.h \ | 74 ! -name ecl_gf.c ! -name ecl_mult.c ! -name ecp.h \ |
| 75 ! -name ecp_256.c ! -name ecp_256_32.c \ |
| 76 ! -name ecp_384.c ! -name ecp_521.c \ |
73 ! -name ecp_aff.c ! -name ecp_jac.c ! -name ecp_jm.c \ | 77 ! -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 \ | 78 ! -name ecp_mont.c ! -name ec_naf.c ! -name gcm.c ! -name gcm.h \ |
75 ! -name hmacct.c ! -name hmacct.h ! -name jpake.c ! -name md2.c \ | 79 ! -name hmacct.c ! -name hmacct.h ! -name jpake.c ! -name md2.c \ |
76 ! -name md5.c ! -name logtab.h ! -name mpcpucache.c \ | 80 ! -name md5.c ! -name logtab.h ! -name mpcpucache.c \ |
77 ! -name mpi-config.h \ | 81 ! -name mpi-config.h \ |
78 ! -name mpi-priv.h ! -name mpi.c ! -name mpi.h \ | 82 ! -name mpi-priv.h ! -name mpi.c ! -name mpi.h \ |
79 ! -name mpi_amd64.c ! -name mpi_arm.c ! -name mpi_x86_asm.c \ | 83 ! -name mpi_amd64.c ! -name mpi_arm.c ! -name mpi_x86_asm.c \ |
80 ! -name mplogic.c ! -name mplogic.h ! -name mpmontg.c \ | 84 ! -name mplogic.c ! -name mplogic.h ! -name mpmontg.c \ |
81 ! -name mpprime.c ! -name mpprime.h \ | 85 ! -name mpprime.c ! -name mpprime.h \ |
82 ! -name mp_gf2m-priv.h ! -name mp_gf2m.c ! -name mp_gf2m.h \ | 86 ! -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 \ | 87 ! -name primes.c ! -name pqg.c ! -name pqg.h ! -name rawhash.c \ |
84 ! -name rijndael.c ! -name rijndael.h ! -name rijndael32.tab \ | 88 ! -name rijndael.c ! -name rijndael.h ! -name rijndael32.tab \ |
85 ! -name rsa.c ! -name secmpi.h \ | 89 ! -name rsa.c ! -name secmpi.h \ |
86 ! -name secrng.h ! -name seed.c ! -name seed.h \ | 90 ! -name secrng.h ! -name seed.c ! -name seed.h \ |
87 ! -name sha256.h ! -name sha512.c ! -name sha_fast.c \ | 91 ! -name sha256.h ! -name sha512.c ! -name sha_fast.c \ |
88 ! -name sha_fast.h ! -name shsign.h ! -name shvfy.c \ | 92 ! -name sha_fast.h ! -name shsign.h ! -name shvfy.c \ |
89 ! -name sysrand.c ! -name tlsprfalg.c ! -name unix_rand.c \ | 93 ! -name sysrand.c ! -name tlsprfalg.c ! -name unix_rand.c \ |
90 ! -name win_rand.c \ | 94 ! -name win_rand.c \ |
91 | xargs rm | 95 | xargs rm |
OLD | NEW |