Commit Graph

18 Commits

Author SHA1 Message Date
autoantwort
36e24f42fa
[ixwebsocket] no uwp for openssl (#33608) 2023-09-07 20:24:22 -07:00
autoantwort
147d18663c
[ixwebsocket] use support expression an cleanup (#33340) 2023-08-25 12:28:55 -07:00
Cheney Wang
98ba38fd7f
[ixwebsocket] update to 11.4.4 (#32018) 2023-06-16 20:50:42 -07:00
Thomas1664
dca98e49d2
[Ixwebsocket] Update to 11.4.3 (#26078)
* [ixwebsocket] Update to 11.4.3

* version
2022-08-01 09:47:25 -07:00
Cheney Wang
5776846578
[ixwebsocket] Fix target ZLIB::ZLIB not found (#24078)
* [ixwebsocket] Fix unable link target ZLIB::ZLIB

* update version to 11.4.2

* remove incorrect records in json file

Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2022-05-06 16:29:05 -07:00
Eric Kilmer
94cdbeecf5
[ixwebsocket] Update to v11.3.3 (#23548)
* [ixwebsocket] Update to v11.3.3

* Update version
2022-03-15 11:17:14 -07:00
Cheney Wang
50a4a35eb1
[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>
2021-05-21 00:39:28 -07:00
Benjamin Sergeant
6a63ecae92
[ixwebsocket] update to 11.2.3 (#16856)
* ixwebsocket 11.2.0

* deledt port-version

* update version

* try version 11.2.3 with an include fix for CertOpenStore usage / https://docs.microsoft.com/en-us/windows/win32/api/wincrypt/nf-wincrypt-certopenstore

* Running ./vcpkg x-add-version ixwebsocket

* Update ixwebsocket.json

Co-authored-by: Jonliu1993 <13720414433@163.com>
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2021-03-26 12:07:32 -07:00
NancyLi1013
be12a4dd1c
[ixwebsocket] Fix cmake-configure files install path (#16710)
* [ixwebsocket] Fix cmake-configure files install path

* Update versions
2021-03-15 15:57:19 -07:00
Ludek Vodicka
53983b0967
[IXWebsocket ] Upgraded to 11.0.4 version (#15394)
* Upgrade IXWebsocket to 11.0.4

* Formatting update

* Update ports/ixwebsocket/portfile.cmake

Co-authored-by: Victor Romero <romerosanchezv@gmail.com>

* Static library check, fixup targets

Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
2020-12-30 20:13:41 -08:00
Benjamin Sergeant
9e03a3ac59
[ixwebsocket] update to 9.6.2 (#11030)
* [ixwebsocket] update to 9.5.0

* remove reference to vcpkg_test_cmake which is deprecated (was commented)

* remove all features, bump to depend on 9.5.2

* wrong sha512

* exclude uwp from the supported platforms / cannot see in logfiles why it is not building + I do not have access to this platform for testing

* try again uwp

* bring back mbedtls dep

* 9.5.8 has an old pre 1.1 openssl fix

* use mbedtls on windows and uwp

* revert to original CONTROL file

* do not install ixwebsocketConfig.cmake which conflicts with vcpkg

* portfile will handles openssl, mbedtls and sectransp options to choose the tls backend library

Co-authored-by: Benjamin Sergeant <bsergeant@mz.com>
2020-05-19 14:36:36 -07:00
Benjamin Sergeant
a4028d3ace
ixwebsocket: update to 9.1.9 (#10633)
Co-authored-by: Benjamin Sergeant <bsergeant@mz.com>
2020-04-03 10:17:02 -07:00
Benjamin Sergeant
f59b9ce78a
[ixwebsocket] Update to 8.0.5 (#10040)
* [ixwebsocket] update to 7.6.3

* fix version

* Restore Source directive

Co-authored-by: Benjamin Sergeant <bsergeant@mz.com>
2020-03-10 17:16:28 -07:00
Benjamin Sergeant
e8c662de47 [ixwebsocket] update to 7.6.3 (#9397)
* [ixwebsocket] update to 7.6.3

* address CR feedback

* fix version and bump number

* add homepage

* fix version
2020-01-10 10:45:59 -08:00
Benjamin Sergeant
a4ed0cb5ec ixwebsocket 7.4.0 (#9099) 2019-11-26 14:50:16 -08:00
Benjamin Sergeant
3cd28549c1 [ixwebsocket] update to 6.1.0 to fix Windows problem (#7839)
* [ixwebsocket] update to 5.0.6 to fix Windows problem

Some test started to fail on Windows in the 5.0 branch.
```
ERROR: Unable to connect to echo.websocket.org on port 80, error: Connect error: No error
ERROR: Unable to connect to echo.websocket.org on port 80, error: Connect error: No error
ERROR: Unable to connect to echo.websocket.org on port 80, error: Connect error: No error
ERROR: Unable to connect to echo.websocket.org on port 80, error: Connect error: No error
ERROR: Unable to connect to echo.websocket.org on port 80, error: Connect error: No error
ERROR: Unable to connect to echo.websocket.org on port 80, error: Connect error: No error
ERROR: Unable to connect to echo.websocket.org on port 80, error: Connect error: No error
```
We figured it out and fixed it. This issue has more details. https://github.com/machinezone/IXWebSocket/issues/103

* ixwebsocket: update to 6.1.0
2019-09-09 11:32:53 -07:00
Benjamin Sergeant
6b8146c1fb ixwebsocket: update to version 5.0.4 (#7789) 2019-08-20 14:53:47 -07:00
Benjamin Sergeant
ecc4b1631f [ixwebsocket] add new port (#6835)
* Add ixwebsocket

* remove commented cmake directives

* add dependencies

* directive to remove share folder

* try again with 4.0.3 which is using find_library for external code instead of vendoring it by default

* use vcpkg feature flag to detect ssl backend + compile ws

* do not build ws command line tool

* add a feature for osx / control file closer to curl one

* stop using features, as this makes CI unhappy

* Revert "stop using features, as this makes CI unhappy"

This reverts commit 4666b18567.

* play again with Build-Depends to fix error which appears to be only on uwp

* call vcpkg_from_github instead

* share folder not created
2019-06-24 15:38:04 -07:00