OLD | NEW |
1 # Run this script in the mozilla/security/nss/lib directory in a NSS source | 1 # Run this script in the mozilla/security/nss/lib directory in a NSS source |
2 # tree. | 2 # tree. |
3 # | 3 # |
4 # Point patches_dir to the src/net/third_party/nss/patches directory in a | 4 # Point patches_dir to the src/net/third_party/nss/patches directory in a |
5 # chromium source tree. | 5 # chromium source tree. |
6 patches_dir=/Users/wtc/chrome1/src/net/third_party/nss/patches | 6 patches_dir=/Users/wtc/chrome1/src/net/third_party/nss/patches |
7 | 7 |
8 patch -p5 < $patches_dir/nextproto.patch | 8 patch -p5 < $patches_dir/nextproto.patch |
9 | 9 |
10 patch -p4 < $patches_dir/falsestart.patch | |
11 patch -p4 < $patches_dir/falsestart2.patch | |
12 | |
13 patch -p5 < $patches_dir/versionskew.patch | 10 patch -p5 < $patches_dir/versionskew.patch |
14 | 11 |
15 patch -p4 < $patches_dir/renegoscsv.patch | 12 patch -p4 < $patches_dir/renegoscsv.patch |
16 | 13 |
17 patch -p4 < $patches_dir/cachecerts.patch | 14 patch -p4 < $patches_dir/cachecerts.patch |
18 | 15 |
19 patch -p4 < $patches_dir/weakserverkey.patch | |
20 | |
21 patch -p5 < $patches_dir/snapstart.patch | 16 patch -p5 < $patches_dir/snapstart.patch |
22 patch -p3 < $patches_dir/snapstart2.patch | 17 patch -p3 < $patches_dir/snapstart2.patch |
23 | 18 |
24 patch -p3 < $patches_dir/peercertchain.patch | 19 patch -p3 < $patches_dir/peercertchain.patch |
25 | 20 |
26 patch -p4 < $patches_dir/ocspstapling.patch | 21 patch -p4 < $patches_dir/ocspstapling.patch |
27 | 22 |
28 patch -p4 < $patches_dir/clientauth.patch | 23 patch -p4 < $patches_dir/clientauth.patch |
OLD | NEW |