Skip to content

Commit

Permalink
[nghttp3] update to 1.7.0 (microsoft#42947)
Browse files Browse the repository at this point in the history
  • Loading branch information
alagoutte authored Dec 30, 2024
1 parent 18b1aed commit f0a4054
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ports/nghttp3/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ngtcp2/nghttp3
REF v${VERSION}
SHA512 c5f8188b7c74a8162b4526d0d317f94db934eb75335c6ccc4f289d3e3592edb099b7cdc72d966db68140be99c3b6ebf34f5814d62a52b0dc4040d79fab2351cf
SHA512 558c8fc75a27030ec39888f75fc29c0087ab82dfc485be7b87edb1adedd89dbcec9e2800d7936a67f563fa1d84fc5f8f5728cbbb79de406f4f430dbc4b102af4
HEAD_REF main
PATCHES
)

vcpkg_from_github(
OUT_SOURCE_PATH SFPARSE_SOURCE_PATH
REPO ngtcp2/sfparse
REF c2e010d064d58f7775aca1aa29df20dd2f534a9a
SHA512 5556878d9bfd190e537064e069ca71e76aa0e3bc9fc1d5eef24f1b413a6d3abc584024fb81e188d8ae148673db279e665064cb9971cf04568148782152bd9702
REF 930bdf8421f29cf0109f0f1baaafffa376973ed5
SHA512 67e1005d4ccf054a47dcb5f813429c7fc12e708cff19f5144447bf1d0863b107dec66e402e1cb223f1492762d38420b48b1e4c03849d69db1ebbb265e7b891ac
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": "1.6.0",
"version": "1.7.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 @@ -6365,7 +6365,7 @@
"port-version": 1
},
"nghttp3": {
"baseline": "1.6.0",
"baseline": "1.7.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": "fdbb00d4ae8ee7decff5ef8fffb7865d7c5c843a",
"version": "1.7.0",
"port-version": 0
},
{
"git-tree": "0a9f36eb052356da25b2705b310fa13e4da7c121",
"version": "1.6.0",
Expand Down

0 comments on commit f0a4054

Please sign in to comment.