From 3a34e66f0d840ad310a48e8cc679b69498c5c292 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Fri, 26 May 2017 08:10:24 +0200 Subject: [PATCH] deps: add example of comparing OpenSSL changes When upgrading OpenSSL, Step 6 in upgrading guide explains the steps that need to be taken if asm files need updating. This might not always be the case and something that needs to be checked from release to release. This commit adds an example of using github to manually compare two tags to see if any changes were made to asm files. PR-URL: https://github.com/nodejs/node/pull/13234 Backport-PR-URL: https://github.com/nodejs/node/pull/13695 Reviewed-By: Ben Noordhuis Reviewed-By: Colin Ihrig Reviewed-By: Richard Lau --- deps/openssl/doc/UPGRADING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/deps/openssl/doc/UPGRADING.md b/deps/openssl/doc/UPGRADING.md index 5c8919d2cf349e..106701864c0eba 100644 --- a/deps/openssl/doc/UPGRADING.md +++ b/deps/openssl/doc/UPGRADING.md @@ -280,6 +280,13 @@ and the other is the older one. sections 6.1 and 6.2 describe the two types of files. Section 6.3 explains the steps to update the files. In the case of upgrading 1.0.2f there were no changes to the asm files. +Files changed between two tags can be manually inspected using: +``` +https://github.com/openssl/openssl/compare/OpenSSL_1_0_2e...OpenSSL_1_0_2f#files_bucket +``` +If any source files in `asm` directory were changed then please follow the rest of the +steps in this section otherwise these steps can be skipped. + ### 6.1. asm files for the latest compiler This was made in `deps/openssl/asm/Makefile` - Updated asm files for each platforms which are required in