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

Side by Side Diff: net/third_party/nss/patches/applypatches.sh

Issue 142283002: Update net/third_party/nss to NSS_3_15_5_BETA2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Fix applypatches.sh mistakes Created 6 years, 11 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 #!/bin/sh 1 #!/bin/sh
2 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 2 # Copyright (c) 2012 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 # Run this script in the nss/lib/ssl directory in a NSS source tree. 6 # Run this script in the nss/lib/ssl directory in a NSS source 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
(...skipping 13 matching lines...) Expand all
24 patch -p4 < $patches_dir/tlsunique.patch 24 patch -p4 < $patches_dir/tlsunique.patch
25 25
26 patch -p4 < $patches_dir/secretexporterlocks.patch 26 patch -p4 < $patches_dir/secretexporterlocks.patch
27 27
28 patch -p4 < $patches_dir/suitebonly.patch 28 patch -p4 < $patches_dir/suitebonly.patch
29 29
30 patch -p4 < $patches_dir/secitemarray.patch 30 patch -p4 < $patches_dir/secitemarray.patch
31 31
32 patch -p4 < $patches_dir/tls12chromium.patch 32 patch -p4 < $patches_dir/tls12chromium.patch
33 33
34 patch -p4 < $patches_dir/alpn.patch
35
36 patch -p4 < $patches_dir/aesgcmchromium.patch 34 patch -p4 < $patches_dir/aesgcmchromium.patch
37 35
38 patch -p4 < $patches_dir/chacha20poly1305.patch 36 patch -p4 < $patches_dir/chacha20poly1305.patch
39 37
40 patch -p4 < $patches_dir/cachelocks.patch 38 patch -p4 < $patches_dir/cachelocks.patch
41 39
42 patch -p4 < $patches_dir/paddingextension.patch
43
44 patch -p4 < $patches_dir/paddingextensionall.patch 40 patch -p4 < $patches_dir/paddingextensionall.patch
45 41
46 patch -p4 < $patches_dir/signedcertificatetimestamps.patch 42 patch -p4 < $patches_dir/signedcertificatetimestamps.patch
47 43
48 patch -p4 < $patches_dir/cipherorder.patch 44 patch -p4 < $patches_dir/cipherorder.patch
49 45
50 patch -p4 < $patches_dir/fallbackscsv.patch 46 patch -p4 < $patches_dir/fallbackscsv.patch
51 47
52 patch -p4 < $patches_dir/sessioncache.patch 48 patch -p4 < $patches_dir/sessioncache.patch
53 49
54 patch -p4 < $patches_dir/sslnoncestatics.patch 50 patch -p4 < $patches_dir/sslnoncestatics.patch
55 51
56 patch -p4 < $patches_dir/nssrwlock.patch 52 patch -p4 < $patches_dir/nssrwlock.patch
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698