Skip to content

Commit

Permalink
[ngtcp2] enable arm with uwp and update to 0.16.0 (#30593)
Browse files Browse the repository at this point in the history
* ngtcp2: update to 0.15.0

* ngtcp2: ngtcp2 now build with ARM32 (uwp)

* ngtcp2: update to 0.16.0
  • Loading branch information
alagoutte committed Jun 7, 2023
1 parent 037ef82 commit 1e334d7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ports/ngtcp2/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/ngtcp2
REF "v${VERSION}"
SHA512 a942ea7789cc306e5a07aaf66bc1af4cb722c0facca7cb2de80e6fb8a30a88cd1beba50dd06164d9547a64d2273fe98d8bb22ab64323b1922002c45d5e714fc7
SHA512 59fd3b1dacd34d6945acb4b2f4d7e9ea4b62496f4b834d24e4f3d5366a73976c26420baaab87de48cba0fcb64a9c18634ead7b2f839ac4687b4b066f58b938f6
HEAD_REF master
PATCHES
export-unofficical-target.patch
Expand Down
3 changes: 1 addition & 2 deletions ports/ngtcp2/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "ngtcp2",
"version": "0.14.1",
"version": "0.16.0",
"description": "ngtcp2 project is an effort to implement RFC9000 QUIC protocol.",
"homepage": "https://github.com/ngtcp2/ngtcp2",
"license": "MIT",
"supports": "!(arm & uwp)",
"dependencies": [
{
"name": "vcpkg-cmake",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5629,7 +5629,7 @@
"port-version": 0
},
"ngtcp2": {
"baseline": "0.14.1",
"baseline": "0.16.0",
"port-version": 0
},
"nifly": {
Expand Down
5 changes: 5 additions & 0 deletions versions/n-/ngtcp2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "5c23d20c06e58c61401f02c07a05bce9cf6a3eb4",
"version": "0.16.0",
"port-version": 0
},
{
"git-tree": "ae54f702f177016f67025862105af12921ccb325",
"version": "0.14.1",
Expand Down

0 comments on commit 1e334d7

Please sign in to comment.