diff options
| author | Cheney Wang <38240633+Cheney-W@users.noreply.github.com> | 2021-05-21 15:39:28 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-21 00:39:28 -0700 |
| commit | 50a4a35eb10066c09826a4210b8c641115ae4fc4 (patch) | |
| tree | 4ee3cfec510d875237736d8b2fa12cd131584037 | |
| parent | 6cec5c0dbf26ce11922ce18ab309d6109586d578 (diff) | |
| download | vcpkg-50a4a35eb10066c09826a4210b8c641115ae4fc4.tar.gz vcpkg-50a4a35eb10066c09826a4210b8c641115ae4fc4.zip | |
[ixwebsocket] Update to 11.2.6 (#17999)
* [ixwebsocket] Update to 11.2.6
* Update json file
Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
| -rw-r--r-- | ports/ixwebsocket/portfile.cmake | 10 | ||||
| -rw-r--r-- | ports/ixwebsocket/vcpkg.json | 2 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/i-/ixwebsocket.json | 5 |
4 files changed, 12 insertions, 7 deletions
diff --git a/ports/ixwebsocket/portfile.cmake b/ports/ixwebsocket/portfile.cmake index 13547329e..aa666b17e 100644 --- a/ports/ixwebsocket/portfile.cmake +++ b/ports/ixwebsocket/portfile.cmake @@ -3,15 +3,15 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO machinezone/IXWebSocket - REF v11.2.3 - SHA512 6346ceb91b2d0c884848977fc0bb56702e0542dde70a46952d54c899d3838714d06cbd286371ebbcb63e303a8b6e518c68049aea56121ecf7a0cc726e8b29a5d + REF 2149ac7ed60d7713a86446c4b93c6004f66415ac #v11.2.6 + SHA512 737667f6e89156168db771fd2a6d3686cd51ddc753fa083ae399a84c689770a09fd86643bb2d838e9ae5a729067236f1d9b4ceece912145cfb83b29541a3d2c1 ) vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS FEATURES - openssl USE_OPEN_SSL - mbedtls USE_MBED_TLS - sectransp USE_SECURE_TRANSPORT + openssl USE_OPEN_SSL + mbedtls USE_MBED_TLS + sectransp USE_SECURE_TRANSPORT ) if("sectransp" IN_LIST FEATURES AND NOT VCPKG_TARGET_IS_OSX) diff --git a/ports/ixwebsocket/vcpkg.json b/ports/ixwebsocket/vcpkg.json index 39f4d4747..8a27789ac 100644 --- a/ports/ixwebsocket/vcpkg.json +++ b/ports/ixwebsocket/vcpkg.json @@ -1,6 +1,6 @@ { "name": "ixwebsocket", - "version-semver": "11.2.3", + "version-semver": "11.2.6", "description": "Lightweight WebSocket Client and Server + HTTP Client and Server", "homepage": "https://github.com/machinezone/IXWebSocket", "dependencies": [ diff --git a/versions/baseline.json b/versions/baseline.json index 6663a8ceb..9e23a7794 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2701,7 +2701,7 @@ "port-version": 6 }, "ixwebsocket": { - "baseline": "11.2.3", + "baseline": "11.2.6", "port-version": 0 }, "jack2": { diff --git a/versions/i-/ixwebsocket.json b/versions/i-/ixwebsocket.json index 15879f5a4..fdc16164f 100644 --- a/versions/i-/ixwebsocket.json +++ b/versions/i-/ixwebsocket.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "23fff75b15231882eb9461ff479a9f6edba3a450", + "version-semver": "11.2.6", + "port-version": 0 + }, + { "git-tree": "0336e4a81f542016fe13d812309384502c91d939", "version-semver": "11.2.3", "port-version": 0 |
