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

[libdatachannel] update to 0.17.11 #27347

Merged
merged 4 commits into from
Oct 21, 2022
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
4 changes: 2 additions & 2 deletions ports/libdatachannel/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO paullouisageneau/libdatachannel
REF 04cf4738961f55ba3f0aa39b4a61342f66bb3781 #v0.17.10
SHA512 766650c091326b7fcca2627fa5957db303a1157f8d514cce07fc15f539152683919b29ea23a486e755915b8225d678648c05a2fb60a5d7f05786e4d93f1ff409
REF 2c6ef2053c6d28a66c16d0dae54e432750753575 #v0.17.11
SHA512 b65cff5a7cb274fe4651c2cd395533c50eb2959192596e6ac7017af40c93d75cbc83ad86f8810e728b33d8d0b5993eddba4eac8644a603c5e641bf7cc4b87425
HEAD_REF master
PATCHES
${PATCHES}
Expand Down
2 changes: 1 addition & 1 deletion ports/libdatachannel/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libdatachannel",
"version-semver": "0.17.10",
"version-semver": "0.17.11",
"description": "libdatachannel is a standalone implementation of WebRTC Data Channels, WebRTC Media Transport, and WebSockets in C++17 with C bindings for POSIX platforms (including GNU/Linux, Android, and Apple macOS) and Microsoft Windows.",
"homepage": "https://github.com/paullouisageneau/libdatachannel",
"license": "LGPL-2.1-only",
Expand Down
10 changes: 5 additions & 5 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3641,7 +3641,7 @@
"port-version": 0
},
"libdatachannel": {
"baseline": "0.17.10",
"baseline": "0.17.11",
"port-version": 0
},
"libdatrie": {
Expand Down Expand Up @@ -7740,6 +7740,10 @@
"baseline": "2022-05-10",
"port-version": 1
},
"vcpkg-tool-bazel": {
"baseline": "5.2.0",
"port-version": 0
},
"vcpkg-tool-gn": {
"baseline": "2022-04-16",
"port-version": 0
Expand Down Expand Up @@ -7772,10 +7776,6 @@
"baseline": "2.7.18",
"port-version": 0
},
"vcpkg-tool-bazel": {
"baseline": "5.2.0",
"port-version": 0
},
"vectorclass": {
"baseline": "2.02.00",
"port-version": 0
Expand Down
11 changes: 8 additions & 3 deletions versions/l-/libdatachannel.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"versions": [
{
"git-tree": "8a0b138705a4ef7e8b7117c8674d018bf281335f",
"version-semver": "0.17.10",
"port-version": 0
"git-tree": "02535851d5b9490ba71783812c78a20542762f0d",
"version-semver": "0.17.11",
"port-version": 0
},
{
"git-tree": "8a0b138705a4ef7e8b7117c8674d018bf281335f",
"version-semver": "0.17.10",
"port-version": 0
},
{
"git-tree": "91ca5987e29fac6963c6ee8d6c4f91ecb621dd81",
Expand Down