Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.2k
v16.15.1 proposal#43272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v16.15.1 proposal #43272
Uh oh!
There was an error while loading. Please reload this page.
Conversation
juanarbol commented Jun 1, 2022 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
PR-URL: #42550 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Mestery <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Tierney Cyren <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
PR-URL: #42744 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
PR-URL: #42886 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Mestery <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
This updates all sources in deps/openssl/openssl by: $ git clone https://github.com/quictls/openssl $ cd openssl $ git checkout OpenSSL_1_1_1o+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 PR-URL: #42957 Refs: https://mta.openssl.org/pipermail/openssl-announce/2022-May/000223.html Reviewed-By: Beth Griggs <[email protected]>
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: #42957 Refs: https://mta.openssl.org/pipermail/openssl-announce/2022-May/000223.html Reviewed-By: Beth Griggs <[email protected]>
PR-URL: #42968 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
PR-URL: #43061 Reviewed-By: Ruy Adorno <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
PR-URL: #43210 Reviewed-By: Ruy Adorno <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: #40488 Backport-PR-URL: #43247 Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: James M Snell <[email protected]>
`handler-outside-simulator.cc` uses inline assembly, which is not supported by MSVC. PR-URL: #40488 Backport-PR-URL: #43247 Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: James M Snell <[email protected]>
Original commit message: [mips64] Remove a useless declaration of Operand. Change-Id: I5144d8315b5c1aca751d138e4d87240b703dc9e3 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3650359 Commit-Queue: Zhao Jiazhong <[email protected]> Auto-Submit: Yu Liu <[email protected]> Reviewed-by: Zhao Jiazhong <[email protected]> Cr-Commit-Position: refs/heads/main@{#80585} Refs: v8/v8@3ebf205 PR-URL: #43147 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Minwoo Jung <[email protected]> Reviewed-By: Beth Griggs <[email protected]>
nodejs-github-bot commented Jun 1, 2022
Review requested:
|
Fast-track has been requested by @nodejs-github-bot. Please 👍 to approve. |
Notable changes OpenSSL: * add --openssl-legacy-provider option (Daniel Bevenius) #40478 deps: * V8: cherry-pick 3ebf2052a1b2 (Liu Yu) #43147 * upgrade npm to 8.11.0 ([email protected]) #43210 Other notable changes: * tools: disable trap handler for Windows cross-compiler (Michaël Zasso) #40488 * tools: update V8 gypfiles for 9.6 (Michaël Zasso) #40488 PR-URL: #43272
Notable changes OpenSSL: * add --openssl-legacy-provider option (Daniel Bevenius) #40478 deps: * V8: cherry-pick 3ebf2052a1b2 (Liu Yu) #43147 * upgrade npm to 8.11.0 ([email protected]) #43210 Other notable changes: * tools: disable trap handler for Windows cross-compiler (Michaël Zasso) #40488 * tools: update V8 gypfiles for 9.6 (Michaël Zasso) #40488 PR-URL: #43272
nodejs-github-bot commented Jun 1, 2022 • edited by juanarbol
Loading Uh oh!
There was an error while loading. Please reload this page.
edited by juanarbol
Uh oh!
There was an error while loading. Please reload this page.
It was disconnecting the runners from the CI server. Not worth having a resource-intensive test for this kind of an edge cases. Fixes: #42719 Signed-off-by: Darshan Sen <[email protected]> PR-URL: #42720 Backport-PR-URL: #42967Fixes: #42719 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Stewart X Addison <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: #42961 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Adrian Estrada <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Richard Lau <[email protected]>
PR-URL: #43131 Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
2d5804a to 5ba6481CompareNotable Changes * deps: * upgrade npm to 8.11.0 (<[email protected]>) #43210 * docs * add release key for RafaelGSS (Rafael Gonzaga) #43131 * add release key for Juan Arboleda (Juan José) #42961 PR-URL: #43272
juanarbol commented Jun 1, 2022 • edited by BethGriggs
Loading Uh oh!
There was an error while loading. Please reload this page.
edited by BethGriggs
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot commented Jun 1, 2022 • edited by juanarbol
Loading Uh oh!
There was an error while loading. Please reload this page.
edited by juanarbol
Uh oh!
There was an error while loading. Please reload this page.
Notable changes: - deps: upgrade npm to 8.11.0 (<[email protected]>) #43210 - doc: - add release key for RafaelGSS (Rafael Gonzaga) #43131 - add release key for Juan Arboleda (Juan José) #42961 PR-URL: #43272
BethGriggs commented Jun 1, 2022
Release build on 177064d: https://ci-release.nodejs.org/job/iojs+release/8504 |
Notable changes: - deps: upgrade npm to 8.11.0 (<[email protected]>) #43210 - doc: - add release key for RafaelGSS (Rafael Gonzaga) #43131 - add release key for Juan Arboleda (Juan José) #42961 PR-URL: #43272
Notable changes: - deps: upgrade npm to 8.11.0 (<[email protected]>) nodejs#43210 - doc: - add release key for RafaelGSS (Rafael Gonzaga) nodejs#43131 - add release key for Juan Arboleda (Juan José) nodejs#42961 PR-URL: nodejs#43272
2022-06-01, Version 16.15.1 'Gallium' (LTS), @BethGriggs prepared by @juanarbol
Notable Changes
deps:
docs:
Commits
f7c4ce2255] - deps: V8: cherry-pick 3ebf2052a1b2 (Liu Yu) #43147447f9a0e2e] - deps: upgrade npm to 8.11.0 ([email protected]) #4321068572bdea2] - deps: upgrade npm to 8.10.0 ([email protected]) #430613dfc632f12] - deps: upgrade npm to 8.9.0 (npm-robot) #42968a746943fcb] - deps: update archs files for OpenSSL-1.1.1o (RafaelGSS) #429576efc844922] - deps: upgrade openssl sources to OpenSSL_1_1_1o (RafaelGSS) #429573ceeb574c3] - deps: upgrade npm to 8.8.0 (npm-robot) #42886f8b2156e07] - deps: upgrade npm to 8.7.0 ([email protected]) #42744898b4751e9] - deps: upgrade npm to 8.6.0 (npm team) #42550617f64a1cd] - doc: add release key for RafaelGSS (Rafael Gonzaga) #43131e1b47e6e3d] - doc: add release key for Juan Arboleda (Juan José) #429614185f1f466] - src,inspector: fix empty MaybeLocal crash (Darshan Sen) #42409f11b3cfc6a] - test: delete test/pummel/test-repl-empty-maybelocal-crash.js (Darshan Sen) #42720feac215e4e] - tools: disable trap handler for Windows cross-compiler (Michaël Zasso) #4048847cdddf59b] - tools: update V8 gypfiles for 9.6 (Michaël Zasso) #40488