-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
tools: automate brotli update #47205
tools: automate brotli update #47205
Conversation
Review requested:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The commit & pull request title is wrong. brotly
should be brotli
.
1bcb492
to
efc3c43
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Do you mean that when updated Node.js will no longer have those files? They still existing in the main branch of brotli so them being removed does not make sense to me. |
This is where I see them still existing in the upstream - https://github.com/google/brotli/tree/master/c/common |
@mhdawson they are not present in the c/common folder of the release zip/tar.gz, which is odd |
Landed in da8c099 |
PR-URL: #47205 Refs: nodejs/security-wg#828 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Adrian Estrada <edsadr@gmail.com>
PR-URL: #47205 Refs: nodejs/security-wg#828 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Adrian Estrada <edsadr@gmail.com>
PR-URL: #47205 Refs: nodejs/security-wg#828 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Adrian Estrada <edsadr@gmail.com>
PR-URL: #47205 Refs: nodejs/security-wg#828 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Adrian Estrada <edsadr@gmail.com>
PR-URL: #47205 Refs: nodejs/security-wg#828 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Adrian Estrada <edsadr@gmail.com>
Refs: nodejs/security-wg#828
This is the first attempt to automate brotli update.
These two files get deleted by the update, maybe we should save them?
https://github.com/nodejs/node/blob/main/deps/brotli/c/common/dictionary.bin.br
https://github.com/nodejs/node/blob/main/deps/brotli/c/common/dictionary.bin
@nodejs/security-wg