Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6a9ec8d9331ee726b26ef8427c42e7571bf31174
Choose a base ref
...
head repository: nodejs/node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6bc8f5818216d588f012849d7446e21fe56ce389
Choose a head ref
  • 2 commits
  • 163 files changed
  • 1 contributor

Commits on Apr 4, 2021

  1. deps: upgrade openssl sources to 1.1.1k

    This updates all sources in deps/openssl/openssl by:
        $ cd deps/openssl/
        $ rm -rf openssl
        $ tar zxf ~/tmp/openssl-1.1.1k.tar.gz
        $ mv openssl-1.1.1k openssl
        $ git add --all openssl
        $ git commit openssl
    
    PR-URL: #37938
    Refs: #37913
    Refs: #37916
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
    tniessen authored and MylesBorins committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    403a014 View commit details
    Browse the repository at this point in the history
  2. deps: update archs files for OpenSSL-1.1.1k

    After an OpenSSL source update, all the config files need to be
    regenerated and committed by:
       $ make -C deps/openssl/config
       $ git add deps/openssl/config/archs
       $ git add deps/openssl/openssl/include/crypto/bn_conf.h
       $ git add deps/openssl/openssl/include/crypto/dso_conf.h
       $ git add deps/openssl/openssl/include/openssl/opensslconf.h
       $ git commit
    
    PR-URL: #37938
    Refs: #37913
    Refs: #37916
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
    tniessen authored and MylesBorins committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    6bc8f58 View commit details
    Browse the repository at this point in the history
Loading