-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
v16.15.1 proposal #43272
Merged
Merged
v16.15.1 proposal #43272
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PR-URL: #42550 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Tierney Cyren <hello@bnb.im> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
PR-URL: #42744 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
PR-URL: #42886 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
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 <bgriggs@redhat.com>
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 <bgriggs@redhat.com>
PR-URL: #42968 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
PR-URL: #43061 Reviewed-By: Ruy Adorno <ruyadorno@github.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
PR-URL: #43210 Reviewed-By: Ruy Adorno <ruyadorno@github.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
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 <zhaojiazhong-hf@loongson.cn> Auto-Submit: Yu Liu <liuyu@loongson.cn> Reviewed-by: Zhao Jiazhong <zhaojiazhong-hf@loongson.cn> Cr-Commit-Position: refs/heads/main@{#80585} Refs: v8/v8@3ebf205 PR-URL: #43147 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Minwoo Jung <nodecorelab@gmail.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com>
Review requested:
|
nodejs-github-bot
added
build
Issues and PRs related to build files or the CI.
dont-land-on-v14.x
fast-track
PRs that do not need to wait for 48 hours to land.
needs-ci
PRs that need a full CI run.
npm
Issues and PRs related to the npm client dependency or the npm registry.
labels
Jun 1, 2022
Fast-track has been requested by @nodejs-github-bot. Please 👍 to approve. |
VoltrexKeyva
removed
build
Issues and PRs related to build files or the CI.
npm
Issues and PRs related to the npm client dependency or the npm registry.
dont-land-on-v14.x
labels
Jun 1, 2022
juanarbol
added a commit
that referenced
this pull request
Jun 1, 2022
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 (npm-cli+bot@github.com) #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
juanarbol
force-pushed
the
v16.15.1-proposal
branch
from
June 1, 2022 03:05
004415d
to
67afa76
Compare
juanarbol
added a commit
that referenced
this pull request
Jun 1, 2022
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 (npm-cli+bot@github.com) #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
juanarbol
force-pushed
the
v16.15.1-proposal
branch
from
June 1, 2022 03:07
67afa76
to
81fb221
Compare
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 <raisinten@gmail.com> PR-URL: #42720 Backport-PR-URL: #42967 Fixes: #42719 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com> Reviewed-By: Stewart X Addison <sxa@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: #42961 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Adrian Estrada <edsadr@gmail.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com> Reviewed-By: Richard Lau <rlau@redhat.com>
PR-URL: #43131 Reviewed-By: Beth Griggs <bgriggs@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
juanarbol
force-pushed
the
v16.15.1-proposal
branch
3 times, most recently
from
June 1, 2022 13:47
2d5804a
to
5ba6481
Compare
juanarbol
added a commit
that referenced
this pull request
Jun 1, 2022
juanarbol
force-pushed
the
v16.15.1-proposal
branch
from
June 1, 2022 13:51
5ba6481
to
dd8fc21
Compare
juanarbol
force-pushed
the
v16.15.1-proposal
branch
from
June 1, 2022 19:08
dd8fc21
to
177064d
Compare
BethGriggs
approved these changes
Jun 1, 2022
richardlau
approved these changes
Jun 1, 2022
Release build on 177064d: https://ci-release.nodejs.org/job/iojs+release/8504 |
juanarbol
added a commit
that referenced
this pull request
Jun 1, 2022
juanarbol
added a commit
to juanarbol/nodejs.org
that referenced
this pull request
Jun 1, 2022
juanarbol
added a commit
to juanarbol/nodejs.org
that referenced
this pull request
Jun 1, 2022
BethGriggs
pushed a commit
to nodejs/nodejs.org
that referenced
this pull request
Jun 1, 2022
This was referenced Jun 2, 2022
italojs
pushed a commit
to italojs/node
that referenced
this pull request
Jun 6, 2022
Notable changes: - deps: upgrade npm to 8.11.0 (<npm-cli+bot@github.com>) 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
guangwong
pushed a commit
to noslate-project/node
that referenced
this pull request
Oct 10, 2022
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
fast-track
PRs that do not need to wait for 48 hours to land.
needs-ci
PRs that need a full CI run.
release
Issues and PRs related to Node.js releases.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 (npm-cli+bot@github.com) #4321068572bdea2
] - deps: upgrade npm to 8.10.0 (npm-cli+bot@github.com) #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 (ops+robot@npmjs.com) #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