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

[nghttp3]: update to 0.14.0 #32860

Merged
merged 1 commit into from
Aug 1, 2023
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/nghttp3/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 ngtcp2/nghttp3
REF v${VERSION}
SHA512 542a992f20fd1d19b526429c2bc7cec3d636178dd31c323b658361f928d9b8d1b8c56d18b17c93a645e42b217f623480342ae2b96e1d6f1d9d34e102f73c3337
SHA512 b707c66971e66b58b1d7f3d7a7ce56404337d26fca8552d0de2a0af857ad71fb883fd78b91329312607b631c02362830d07e6a060a35856fa5d7d9ad9056513b
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 1 deletion ports/nghttp3/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nghttp3",
"version": "0.13.0",
"version": "0.14.0",
"description": "Implementation of RFC 9114 HTTP/3 mapping over QUIC and RFC 9204 QPACK in C",
"homepage": "https://github.com/ngtcp2/nghttp3",
"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 @@ -5685,7 +5685,7 @@
"port-version": 1
},
"nghttp3": {
"baseline": "0.13.0",
"baseline": "0.14.0",
"port-version": 0
},
"ngspice": {
Expand Down
5 changes: 5 additions & 0 deletions versions/n-/nghttp3.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c3db373f95298070305be9546fa5b5676e0d717d",
"version": "0.14.0",
"port-version": 0
},
{
"git-tree": "6bd84b01197cd87cc5ca7cb73d458da9a504caa5",
"version": "0.13.0",
Expand Down