OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 # Run this script in the mozilla/security/nss/lib directory in a NSS source | 5 # Run this script in the mozilla/security/nss/lib directory in a NSS source |
6 # tree. | 6 # tree. |
7 # | 7 # |
8 # Point patches_dir to the src/net/third_party/nss/patches directory in a | 8 # Point patches_dir to the src/net/third_party/nss/patches directory in a |
9 # chromium source tree. | 9 # chromium source tree. |
10 patches_dir=/Users/wtc/chrome1/src/net/third_party/nss/patches | 10 patches_dir=/Users/wtc/chrome1/src/net/third_party/nss/patches |
11 | 11 |
12 patch -p6 < $patches_dir/nextproto.patch | |
13 | |
14 patch -p6 < $patches_dir/versionskew.patch | 12 patch -p6 < $patches_dir/versionskew.patch |
15 | 13 |
16 patch -p6 < $patches_dir/renegoscsv.patch | 14 patch -p6 < $patches_dir/renegoscsv.patch |
17 | 15 |
18 patch -p6 < $patches_dir/cachecerts.patch | 16 patch -p6 < $patches_dir/cachecerts.patch |
19 | 17 |
20 patch -p6 < $patches_dir/peercertchain.patch | 18 patch -p5 < $patches_dir/peercertchain.patch |
21 | 19 |
22 patch -p6 < $patches_dir/ocspstapling.patch | 20 patch -p6 < $patches_dir/ocspstapling.patch |
23 | 21 |
24 patch -p6 < $patches_dir/clientauth.patch | 22 patch -p6 < $patches_dir/clientauth.patch |
25 | 23 |
26 patch -p6 < $patches_dir/cachedinfo.patch | |
27 | |
28 patch -p6 < $patches_dir/didhandshakeresume.patch | 24 patch -p6 < $patches_dir/didhandshakeresume.patch |
29 | 25 |
30 patch -p6 < $patches_dir/cbcrandomiv.patch | |
31 | |
32 patch -p6 < $patches_dir/origin_bound_certs.patch | 26 patch -p6 < $patches_dir/origin_bound_certs.patch |
33 | 27 |
34 patch -p6 < $patches_dir/secret_exporter.patch | 28 patch -p6 < $patches_dir/secret_exporter.patch |
35 | 29 |
36 patch -p6 < $patches_dir/handshakeshortwrite.patch | 30 patch -p6 < $patches_dir/negotiatedextension.patch |
| 31 |
| 32 patch -p6 < $patches_dir/getrequestedclientcerttypes.patch |
| 33 |
| 34 patch -p5 < $patches_dir/clang-sslcon.patch |
37 | 35 |
38 patch -p6 < $patches_dir/restartclientauth.patch | 36 patch -p6 < $patches_dir/restartclientauth.patch |
39 | 37 |
40 patch -p6 < $patches_dir/negotiatedextension.patch | 38 patch -p6 < $patches_dir/encryptedclientcerts.patch |
41 | |
42 patch -p3 < $patches_dir/encryptedclientcerts.patch | |
43 | |
44 patch -p3 < $patches_dir/getrequestedclientcerttypes.patch | |
OLD | NEW |