diff options
| author | Park DongHa <luncliff@gmail.com> | 2021-07-26 04:48:56 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-25 12:48:56 -0700 |
| commit | d30657b5337d4563b3ca8204cf3187be15bc8e23 (patch) | |
| tree | 691b18c87c2ecab29be6d89622cbd2b8061a7474 /versions | |
| parent | 7d2541c69cc2f9099a118de1a80f59e29c5de15d (diff) | |
| download | vcpkg-d30657b5337d4563b3ca8204cf3187be15bc8e23.tar.gz vcpkg-d30657b5337d4563b3ca8204cf3187be15bc8e23.zip | |
[ms-quic] create a new port (#18225)
* [ms-quic] create a new port
* rewrite to fix garbled history of #18225
* [ms-quic] update port/version SHA
* [ms-quic] disable windows-static triplet
* Update ports/ms-quic/vcpkg.json
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Update ports/ms-quic/vcpkg.json
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* [ms-quic] update patch files
* [ms-quic] make quictls only
* reduce feature list for future updates
* update version SHA
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/m-/ms-quic.json | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index c8598a636..4fd7cb80f 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4212,6 +4212,10 @@ "baseline": "3.1.0", "port-version": 0 }, + "ms-quic": { + "baseline": "1.2.0", + "port-version": 0 + }, "msdfgen": { "baseline": "1.8", "port-version": 0 diff --git a/versions/m-/ms-quic.json b/versions/m-/ms-quic.json new file mode 100644 index 000000000..cc440ecc4 --- /dev/null +++ b/versions/m-/ms-quic.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "3188e024233a7d1772922bc11d29d912c6427e25", + "version": "1.2.0", + "port-version": 0 + } + ] +} |
