Skip to content
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

[nghttp2] update to 1.62.1 #38857

Merged
merged 1 commit into from
May 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/nghttp2/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO nghttp2/nghttp2
REF "v${VERSION}"
SHA512 77fae3c9931f246a69ae6de79db7614319379f5102acc62d8b0bd003b423d85885269802b81a2e2f3d60a18631f83373b1b5328bb0004945e6684317dec34769
SHA512 debb43ad331c1a1e8a1591e9aab21a0e5f7a03372a845ee67f32307863aed5acf9d87feb4ca037158452c7482b59ce3e2a113992d5d696c8bfd7131bb02b38b1
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/nghttp2/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nghttp2",
"version": "1.62.0",
"version": "1.62.1",
"description": "Implementation of the Hypertext Transfer Protocol version 2 in C",
"homepage": "https://github.com/nghttp2/nghttp2",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6129,7 +6129,7 @@
"port-version": 4
},
"nghttp2": {
"baseline": "1.62.0",
"baseline": "1.62.1",
"port-version": 0
},
"nghttp2-asio": {
Expand Down
5 changes: 5 additions & 0 deletions versions/n-/nghttp2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c7fd11835e7bcb267322ba09d92db75819881dd7",
"version": "1.62.1",
"port-version": 0
},
{
"git-tree": "d5ff35ea994ae111b18296f322006f056528f52a",
"version": "1.62.0",
Expand Down