-
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
deps: upgrade llhttp to 6.0.9 #44344
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.
LGTM.
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
Landed in ec0d8da |
PR-URL: nodejs#44344 Fixes: nodejs#43115 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
@@ -1,21 +1,21 @@ | |||
cmake_minimum_required(VERSION 3.5.1) | |||
cmake_policy(SET CMP0069 NEW) | |||
|
|||
project(llhttp VERSION 6.0.5) | |||
project(llhttp VERSION ) |
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.
@ShogunPanda
It seems like a missing version here?
@ShogunPanda do you mean fix the instructions, or update the instrtuction and then fix the missing version number at the same time? |
The latter. Fix both the version and the instructions, eventually following my suggestion above. |
PR-URL: nodejs#44344 Fixes: nodejs#43115 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Heads up @ShogunPanda this commit had landed in |
@ruyadorno Since 16.17.1 has been released and it contains 6.0.10, I think this has been superseded. Am I wrong? |
I would assume so but I believe it might need your eyes just to make sure it didn't missed anything from this update I guess. |
actually, I'll preemptively add the |
So, all files are correctly changed, except for |
Fixes: #43115