Skip to content

Commit

Permalink
[Ixwebsocket] Update to 11.4.3 (microsoft#26078)
Browse files Browse the repository at this point in the history
* [ixwebsocket] Update to 11.4.3

* version
  • Loading branch information
Thomas1664 authored Aug 1, 2022
1 parent 66045de commit dca98e4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
11 changes: 5 additions & 6 deletions ports/ixwebsocket/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO machinezone/IXWebSocket
REF 2f560ff4c07e5446f2539505cb4f64f80b54ca8e #v11.4.2
SHA512 afa19cc161b9e49eafacc113583bbf68a34d83a9535c5c4f1f1cd57f943a5ad91c3117c0e2b47b2975a65f0284aec1200f6f8f5768afa7d6aebcbb823934036a
REF v11.4.3
SHA512 6db4f05b3a73aa5f6efdb6d4692d9f9665b14c3a6e4837ff6b2719d9261aa660166fd4ddf99ca8e6804202d6f71c399fe1c223932493ea8db0a73752cb5b8e97
)

vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
Expand All @@ -21,10 +21,10 @@ endif()
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
${FEATURE_OPTIONS}
-DUSE_TLS=1
${FEATURE_OPTIONS}
-DUSE_TLS=1
MAYBE_UNUSED_VARIABLES
USE_SECURE_TRANSPORT
USE_SECURE_TRANSPORT
)

vcpkg_cmake_install()
Expand All @@ -33,5 +33,4 @@ vcpkg_fixup_pkgconfig()

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")

# Handle copyright
file(INSTALL "${SOURCE_PATH}/LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
2 changes: 1 addition & 1 deletion ports/ixwebsocket/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ixwebsocket",
"version-semver": "11.4.2",
"version-semver": "11.4.3",
"description": "Lightweight WebSocket Client and Server + HTTP Client and Server",
"homepage": "https://github.com/machinezone/IXWebSocket",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3065,7 +3065,7 @@
"port-version": 8
},
"ixwebsocket": {
"baseline": "11.4.2",
"baseline": "11.4.3",
"port-version": 0
},
"jack2": {
Expand Down
5 changes: 5 additions & 0 deletions versions/i-/ixwebsocket.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c5abcb4348cb05507367eeaac8fb075c5cf8ed35",
"version-semver": "11.4.3",
"port-version": 0
},
{
"git-tree": "35c2086eecc92cd95482b875fd1ec843eb233f94",
"version-semver": "11.4.2",
Expand Down

0 comments on commit dca98e4

Please sign in to comment.