vcpkg/versions/l-/libdatachannel.json

165 lines
4.2 KiB
JSON
Raw Normal View History

{
"versions": [
{
"git-tree": "df0663ab881ed7a331bf51b6bf652e80fc55dbf4",
"version-semver": "0.21.2",
"port-version": 1
},
{
"git-tree": "7ef5c0cdf31856f7b73f1498dd8055627608801c",
"version-semver": "0.21.2",
"port-version": 0
},
{
"git-tree": "f5218e93bae8971d509fd04910f9778004e58bce",
"version-semver": "0.21.1",
"port-version": 0
},
{
"git-tree": "5835077749c45fffa7e7c72c76586278d3a64241",
"version-semver": "0.20.3",
"port-version": 0
},
[libdatachannel] fix #37058 (#37060) <!-- If your PR fixes issues, please note that here by adding "Fixes #NNNNNN." for each fixed issue on separate lines. --> fix #37058 <!-- If you are still working on the PR, open it as a Draft: https://github.blog/2019-02-14-introducing-draft-pull-requests/. --> - [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [x] SHA512s are updated for each updated download. - [ ] The "supports" clause reflects platforms that may be fixed by this new version. - [ ] Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file. - [ ] Any patches that are no longer applied are deleted from the port's directory. - [x] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [x] Only one version is added to each modified port's versions file. <!-- If this PR adds a new port, please uncomment and fill out this checklist: - [ ] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [ ] The name of the port matches an existing name for this component on https://repology.org/ if possible, and/or is strongly associated with that component on search engines. - [ ] Optional dependencies are resolved in exactly one way. For example, if the component is built with CMake, all `find_package` calls are REQUIRED, are satisfied by `vcpkg.json`'s declared dependencies, or disabled with [CMAKE_DISABLE_FIND_PACKAGE_Xxx](https://cmake.org/cmake/help/latest/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.html). - [ ] The versioning scheme in `vcpkg.json` matches what upstream says. - [ ] The license declaration in `vcpkg.json` matches what upstream says. - [ ] The installed as the "copyright" file matches what upstream says. - [ ] The source code of the component installed comes from an authoritative source. - [ ] The generated "usage text" is accurate. See [adding-usage](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/examples/adding-usage.md) for context. - [ ] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [ ] Only one version is in the new port's versions file. - [ ] Only one version is added to each modified port's versions file. END OF NEW PORT CHECKLIST (delete this line) -->
2024-03-02 06:30:06 +08:00
{
"git-tree": "74a0be59e4e852bb220e6e86cfa0dde836f0b449",
"version-semver": "0.20.1",
"port-version": 1
},
{
"git-tree": "b829fa3c4fbd6031bef6399df8747a9b51245cb6",
"version-semver": "0.20.1",
"port-version": 0
},
{
"git-tree": "73a4d8cba18306b14a98b1fb70d35bfa588ce386",
"version-semver": "0.19.5",
"port-version": 2
},
{
"git-tree": "2b2d69b30260c468757b11bea046e2dabcba0516",
"version-semver": "0.19.5",
"port-version": 1
},
{
"git-tree": "1a9fb42ed13d38aae4df0b774cde05e26dcea241",
"version-semver": "0.19.5",
"port-version": 0
},
{
"git-tree": "b3364c6dfb715277d483a8e0410a98fe84a65345",
"version-semver": "0.19.4",
"port-version": 1
},
{
"git-tree": "3e45715d7c64f9b22c87aff96594979f11e872a7",
"version-semver": "0.19.4",
"port-version": 0
},
{
"git-tree": "3552621ddd4919b86e0b0333bf6530cc1402ec6f",
"version-semver": "0.18.6",
"port-version": 2
},
{
"git-tree": "8b22ab8a6787704e52d3b715feb12e38522540ab",
"version-semver": "0.18.2",
"port-version": 2
},
{
"git-tree": "96f395b47c8ee56f6a268f3e1da86eb23a4ba0ea",
"version-semver": "0.18.2",
"port-version": 1
},
{
"git-tree": "9bbf4ea991fbad7ab746fc1ff8c0ce121260715f",
"version-semver": "0.18.2",
"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",
"version-semver": "0.17.9",
"port-version": 0
},
{
"git-tree": "0770e9b271c6d1eb630a403f754c2dd2ee93f1c6",
"version-semver": "0.17.8",
"port-version": 0
},
{
"git-tree": "9692159a4275af713e1525a9c81447fdd614869a",
"version-semver": "0.17.1",
"port-version": 0
},
[openssl] update to 3.0.2 (#22878) * Create package openssl3 * Create package openssl3 * Delete openssl3 * update version to 3.0.1 * Delete openssl3 * Update manifests to 3.0.1 * Fix download url * Update port version * Update version * Remove wrong port version * Fix errors * Fix license * Remove empty folders * Fix post-build errors * Add license field * Fix cmake for uwp * Remove patch file * format manifest * Update version file * Fix port version * version * Test: remove vcvarsall * version * fix version * version * Fix docs in cmake files as well * wrong branch * Add port openssl-1 * Fix directories * delete openssl-1 * [openssl-1] Add port * version * Fix UWP build * version * migrate uthenticode * version * Fix UWP build for librabbitmq * version * Fix UWP warnings * version * Fix patch * version * Disable C4996 on UWP * version * [idevicerestore] disable C4996 * remove warning fixes * Revert uthenticode * Final newlines * version * Remove winsock replace * version * [libwebsockets] Disable /WX on Windows * version * Typo * version * Disable C4996 in patch instead * version * [luasec] Use openssl-1 * version * revert luasec * migrate luasec * version * revert winsock * version * revert winsock * version * revert revert * version * Fix platform for luasec * Fix supports * version * . * version * uthenticode * libmysql * azure-c-shared-utility * version * remove azure-c-shared-utility * revert all * uthenticode * version * azure * version * libmysql * version * remove mysql * [libdatachannel] disable warnings on UWP * version * Fix patches * version * Add openssl-1 to CI baseline * openssl-1: check if copyright exists * version * revert azure * [libssh2] disable c4996 * version * [aws-sdk-cpp] -Wno-deprecated * version * fix aws patch * version * fix aws patch * version * [qpid-proton] disable warning * version * Fix patch * version * [librtmp] disable c4996 * version * [libu2f-server] disablec4996 * switch version scheme * version * [idevicerestore] disable c4996 * version * typo * version * fix cmake * version * fix cmake again * version * [uthenticode] patch to support Openssl 3 * version * fix idevicerestore * version * search for conflicting copyrights * version * Fix luasec * fix version * version * fix azure * version * Remove debug stuff * version * [open62541] patch * update port version * version * [libmysql] patch * version * Fix patch * version * Format openssl * Format openssl portfiles * Check for conflicting copyrights * Fix typo * Rename openssl-1 to openssl1 * Rename openssl-1 to openssl1 * version * Update ci baseline * version * resolve conflicting port versions * version * apply latest openssl security fix * version * Fix qpid-proton * version * retrigger Bbuild of qtbase * version * revert qtbase * Remove openssl1 * version * version * fix openssl_version_fix Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
2022-04-07 02:04:46 +08:00
{
"git-tree": "61f3e1e569991d144cb32b0f21c2b1e3baab78a2",
"version-semver": "0.16.4",
"port-version": 1
},
{
"git-tree": "a9f98aa660deca99a714ae3fc0e7a356c5d74cc8",
"version-semver": "0.16.4",
"port-version": 0
},
{
"git-tree": "d688c15b940166a1d8ecf701cafb7a060a7abd48",
"version-semver": "0.16.0",
"port-version": 0
},
{
"git-tree": "4ef71c270b3ea4205b878248ade5e50c03fd54b4",
"version-semver": "0.15.1",
"port-version": 1
},
{
"git-tree": "eb99868eb60c37127a98ff943da771edb8002a29",
"version-semver": "0.15.1",
"port-version": 0
},
{
"git-tree": "4e6c861ece23dfcb6f777b4a63dd97592cd578db",
"version-semver": "0.14.3",
"port-version": 1
},
{
"git-tree": "9cb7fedbd9d94190697740000539fb124d2b57d4",
"version-semver": "0.14.3",
"port-version": 0
},
{
"git-tree": "a58c126e0f1be88bc997210e63fe2e07cf64d1e5",
"version-semver": "0.14.1",
"port-version": 0
},
{
"git-tree": "a13526e9cfc5bfca3aa00e95afa184b498890f69",
"version-semver": "0.12.2",
"port-version": 1
},
Update VMs, CMake to 3.20.1, CUDA to 11.3, and pwsh to 7.1.3 (#17331) * Update to CUDA 11.3 on Windows. * Update PowerShell to 7.1.3. * Update CUDA to 11.3 on Linux. * "Explode" VM provisioning scripts for more consistent feedback during deploy. This resolves the deployment script often hanging with no feedback as to why. * [libdatachannel] Fix use of deprecated result_type typedef. Submitted upstream as https://github.com/paullouisageneau/libdatachannel/pull/413 * [libvpx] Get the libvpx outputs from the correct place. (Perhaps VS2019 version 16.10 moved where these are placed? I've been defensive and left an attempt to find from the old location in place.) * [chromaprint] Support implementations where lrintf is an intrinsic. * Add provision-entire-image script. * [cudnn] Disable download-on-the-fly due to licensing concerns. * Add libnccl to Linux VMs. * [wangle] Disable x64-windows due to an ICE. * [cmake] Update cmake to 3.20.1 to avoid https://gitlab.kitware.com/cmake/cmake/-/issues/21571 race * [libudis86] Fix passing a bogus working directory which fails on CMake 3.20.x * [dartsim] Disable unit tests, examples, and tutorials, some of which have CMake authoring errors rejected by 3.20.1. * Add thrust to the cuda installees. * [tensorflow] Put .bzl in CURRENT_BUILDTREES_DIR to avoid running out of disk space in CI and to respect --clean-after-build. * [dimcli] Skip port broken by changes in VS2019 project system. * [upb] Disable an additional warning. * [libhv] Fix typo DISABLE_PARALLEL => DISABLE_PARALLEL_CONFIGURE * Update pools
2021-04-27 01:27:45 +08:00
{
"git-tree": "dd3107dd99419236f97e299ce4b61c2379a08f55",
"version-semver": "0.12.2",
"port-version": 0
},
{
"git-tree": "1c0a9c87c0695f1ecc03f342ba87d21ae152f7dd",
"version-semver": "0.12.0",
"port-version": 0
},
{
"git-tree": "a50b7fbf1ea5f38b6303e3491fac4de1c342337c",
"version-string": "v0.10.1",
"port-version": 0
}
]
}