diff options
| author | Nemirtingas <9432037+Nemirtingas@users.noreply.github.com> | 2021-08-05 12:09:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-05 03:09:16 -0700 |
| commit | f2e53addee85fb94e1597b438ae65767efad6288 (patch) | |
| tree | c00350b28c05a57ceb1eab2d78e2213d9ddf689b /versions | |
| parent | aacdf5fd5a538d2e72470deeba8f83da3f3ef681 (diff) | |
| download | vcpkg-f2e53addee85fb94e1597b438ae65767efad6288.tar.gz vcpkg-f2e53addee85fb94e1597b438ae65767efad6288.zip | |
[libdatachannel][libjuice] Update libdatachannel to 0.14.1 and libjuice to 0.8.4. (#19305)
* Update libjuice and libdatachannel
* Update libjuice
* Update baseline
* Update libdatachannel to 0.14.1
Fixes *-uwp.
* Update baseline.
* Fix nettle discovery
* Fix usrsctp library path.
* Fix libdatachannel not being built SHARED.
* Update baseline.
Co-authored-by: Nemirtingas <nanaki89@hotmail.fr>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 6 | ||||
| -rw-r--r-- | versions/l-/libdatachannel.json | 5 | ||||
| -rw-r--r-- | versions/l-/libjuice.json | 5 |
3 files changed, 13 insertions, 3 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 39e52b6a1..e02e21b7b 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3129,8 +3129,8 @@ "port-version": 0 }, "libdatachannel": { - "baseline": "0.12.2", - "port-version": 1 + "baseline": "0.14.1", + "port-version": 0 }, "libdatrie": { "baseline": "0.2.10-3", @@ -3317,7 +3317,7 @@ "port-version": 0 }, "libjuice": { - "baseline": "0.7.1", + "baseline": "0.8.4", "port-version": 0 }, "libkeyfinder": { diff --git a/versions/l-/libdatachannel.json b/versions/l-/libdatachannel.json index ea8a70416..7592d1161 100644 --- a/versions/l-/libdatachannel.json +++ b/versions/l-/libdatachannel.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "a58c126e0f1be88bc997210e63fe2e07cf64d1e5", + "version-semver": "0.14.1", + "port-version": 0 + }, + { "git-tree": "a13526e9cfc5bfca3aa00e95afa184b498890f69", "version-semver": "0.12.2", "port-version": 1 diff --git a/versions/l-/libjuice.json b/versions/l-/libjuice.json index 04ae9e972..acff7a474 100644 --- a/versions/l-/libjuice.json +++ b/versions/l-/libjuice.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "077151e85bf11cabc11d0f1c46b778b5a21829dd", + "version": "0.8.4", + "port-version": 0 + }, + { "git-tree": "42cecee2b8da92c2c8c120c09bd663b20f2c947a", "version": "0.7.1", "port-version": 0 |
