| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This updates all sources in deps/openssl/openssl by:
$ git clone git@github.com:quictls/openssl.git
$ cd openssl
$ git checkout openssl-3.0.4+quic
$ cd ../node/deps/openssl
$ rm -rf openssl
$ cp -R ../../../openssl openssl
$ rm -rf openssl/.git* openssl/.travis*
$ git add --all openssl
$ git commit openssl
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
$ git commit
|
Review requested:
|
Sorry, something went wrong.
Sorry, something went wrong.
|
The diff size always bothers me. Hundreds of thousands of lines... |
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
|
@richardlau it keeps failing, and I haven't found any insights in the logs. Do you have any idea? |
Sorry, something went wrong.
Sorry, something went wrong.
Hmm I've not seen this before -- the PR rebasing onto the base branch (main) somehow isn't working 😞. I'm not sure why. |
Sorry, something went wrong.
|
Recreating from scratch. |
Sorry, something went wrong.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Updated openssl dep to openssl-3.0.4p+quic using the maintenance guide.
Refs: https://mta.openssl.org/pipermail/openssl-announce/2022-June/000228.html