FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

tools: fix version parsing in brotli update script by richardlau · Pull Request #51373 · nodejs/node · GitHub

/ node Public

tools: fix version parsing in brotli update script - #51373

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
richardlau:fixbrotliupdater
Jan 7, 2024
Merged

tools: fix version parsing in brotli update script#51373
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
richardlau:fixbrotliupdater

Conversation

Copy link
Copy Markdown
Member

Update tools/dep_updaters/update-brotli.sh to parse the current version of brotli from the newer macros BROTLI_VERSION_MAJOR, BROTLI_VERSION_MINOR and BROTLI_VERSION_PATCH.

Refs: #50804
Refs: nodejs/security-wg#1181


e.g. Failing in https://github.com/nodejs/node/actions/runs/7367214596/job/20050242756

./tools/dep_updaters/update-brotli.sh: 29: arithmetic expression: expecting ')': " (1
1
0
\ >> 24) & 0xff "
Error: Process completed with exit code 2.

Update `tools/dep_updaters/update-brotli.sh` to parse the current
version of brotli from the newer macros `BROTLI_VERSION_MAJOR`,
`BROTLI_VERSION_MINOR` and `BROTLI_VERSION_PATCH`.

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/security-wg

nodejs-github-bot added the tools Issues and PRs related to the tools directory. label Jan 4, 2024
richardlau added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Jan 4, 2024
richardlau added the commit-queue Add this label to land a pull request using GitHub Actions. label Jan 7, 2024
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Jan 7, 2024
nodejs-github-bot merged commit 15b38fa into nodejs:main Jan 7, 2024

Copy link
Copy Markdown
Collaborator

Landed in 15b38fa

richardlau deleted the fixbrotliupdater branch January 7, 2024 15:42
marco-ippolito pushed a commit to marco-ippolito/node that referenced this pull request Jan 12, 2024
Update `tools/dep_updaters/update-brotli.sh` to parse the current
version of brotli from the newer macros `BROTLI_VERSION_MAJOR`,
`BROTLI_VERSION_MINOR` and `BROTLI_VERSION_PATCH`.

PR-URL: nodejs#51373
Refs: nodejs#50804
Refs: nodejs/security-wg#1181
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Medhansh404 pushed a commit to Medhansh404/node that referenced this pull request Jan 19, 2024
Update `tools/dep_updaters/update-brotli.sh` to parse the current
version of brotli from the newer macros `BROTLI_VERSION_MAJOR`,
`BROTLI_VERSION_MINOR` and `BROTLI_VERSION_PATCH`.

PR-URL: nodejs#51373
Refs: nodejs#50804
Refs: nodejs/security-wg#1181
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
targos pushed a commit that referenced this pull request Feb 15, 2024
Update `tools/dep_updaters/update-brotli.sh` to parse the current
version of brotli from the newer macros `BROTLI_VERSION_MAJOR`,
`BROTLI_VERSION_MINOR` and `BROTLI_VERSION_PATCH`.

PR-URL: #51373
Refs: #50804
Refs: nodejs/security-wg#1181
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
marco-ippolito mentioned this pull request Mar 1, 2024
richardlau added a commit that referenced this pull request Mar 25, 2024
Update `tools/dep_updaters/update-brotli.sh` to parse the current
version of brotli from the newer macros `BROTLI_VERSION_MAJOR`,
`BROTLI_VERSION_MINOR` and `BROTLI_VERSION_PATCH`.

PR-URL: #51373
Refs: #50804
Refs: nodejs/security-wg#1181
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
richardlau mentioned this pull request Mar 25, 2024
This file contains hidden or 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. tools Issues and PRs related to the tools directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL