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

[ixwebsocket] update to 9.6.2 #11030

Merged
merged 12 commits into from
May 19, 2020
8 changes: 2 additions & 6 deletions ports/ixwebsocket/CONTROL
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
Source: ixwebsocket
Version: 9.1.9
Version: 9.5.0
Build-Depends: zlib
Homepage: https://github.com/machinezone/IXWebSocket
Description: Lightweight WebSocket Client and Server + HTTP Client and Server
Default-Features: ssl

Feature: ssl
Build-Depends: ixwebsocket[openssl] (!uwp&!windows&!osx), ixwebsocket[mbedtls] (windows), ixwebsocket[mbedtls] (uwp), ixwebsocket[sectransp] (osx)
Build-Depends: ixwebsocket[openssl] (!osx), ixwebsocket[sectransp] (osx)
Description: Default SSL backend

# SSL backends
Feature: openssl
Build-Depends: openssl
Description: SSL support (OpenSSL)

Feature: mbedtls
Build-Depends: mbedtls
Description: SSL support (mbedTLS)

Feature: sectransp
Description: SSL support (sectransp)
4 changes: 2 additions & 2 deletions ports/ixwebsocket/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO machinezone/IXWebSocket
REF v9.1.9
SHA512 f1fd731b5f6a9ce6d6d10bee22a5d9d9baaa8ea0564d6c4cd7eb91dcb88a45c49b2c7fdb75f8640a3589c1b30cee33ef5df8dcbb55920d013394d1e33ddd3c8e
REF v9.5.0
SHA512 4d20e7184335b12887d01786c22288f4d2cd21bee11f1250a39594a375ae53ce067c7f4f94da3227e546181caa70f5414de8a80b615c3115a796e51a5b3ce605
)

vcpkg_configure_cmake(
Expand Down