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

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

Issue 6538005: Update the NSS patches. Add snapstart2.patch and peercertchain.patch.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Upload before checkin Created 9 years, 10 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
« no previous file with comments | « net/third_party/nss/README.chromium ('k') | net/third_party/nss/patches/clientauth.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:executable
+ *
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 # Run this script in the mozilla/security/nss/lib directory in a NSS source
2 # tree.
3 #
4 # Point patches_dir to the src/net/third_party/nss/patches directory in a
5 # chromium source tree.
6 patches_dir=/Users/wtc/chrome1/src/net/third_party/nss/patches
7
8 patch -p5 < $patches_dir/nextproto.patch
9
10 patch -p4 < $patches_dir/falsestart.patch
11 patch -p4 < $patches_dir/falsestart2.patch
12
13 patch -p5 < $patches_dir/versionskew.patch
14
15 patch -p4 < $patches_dir/renegoscsv.patch
16
17 patch -p4 < $patches_dir/cachecerts.patch
18
19 patch -p4 < $patches_dir/weakserverkey.patch
20
21 patch -p5 < $patches_dir/snapstart.patch
22 patch -p3 < $patches_dir/snapstart2.patch
23
24 patch -p3 < $patches_dir/peercertchain.patch
25
26 patch -p4 < $patches_dir/ocspstapling.patch
27
28 patch -p4 < $patches_dir/clientauth.patch
OLDNEW
« no previous file with comments | « net/third_party/nss/README.chromium ('k') | net/third_party/nss/patches/clientauth.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698