diff options
| author | zbroyar <zbroyar@users.noreply.github.com> | 2020-10-13 23:42:00 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-13 13:42:00 -0700 |
| commit | be0c3424d184afb0167a33c731bee2a03decfc4b (patch) | |
| tree | e43fb6ef473cff29516c3a3f4985ce18117ba6e2 | |
| parent | 17b23eeb3bde7166937e274fe142e7471c1495aa (diff) | |
| download | vcpkg-be0c3424d184afb0167a33c731bee2a03decfc4b.tar.gz vcpkg-be0c3424d184afb0167a33c731bee2a03decfc4b.zip | |
Use libwebsocket's master for libuv-related bugfixes (#13939)
* use libwebsocket's master for libuv-related bugfixes
* use tag v4.1.3 which includes libuv foreign loop fixes
| -rw-r--r-- | ports/libwebsockets/CONTROL | 4 | ||||
| -rw-r--r-- | ports/libwebsockets/portfile.cmake | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/libwebsockets/CONTROL b/ports/libwebsockets/CONTROL index 01bf57644..00d81d2d4 100644 --- a/ports/libwebsockets/CONTROL +++ b/ports/libwebsockets/CONTROL @@ -1,6 +1,6 @@ Source: libwebsockets -Version: 4.1.2 +Version: 4.1.3 Build-Depends: zlib, openssl, libuv, pthreads (windows) Homepage: https://github.com/warmcat/libwebsockets Description: Libwebsockets is a lightweight pure C library built to use minimal CPU and memory resources, and provide fast throughput in both directions as client or server. -Supports: !(arm|uwp)
\ No newline at end of file +Supports: !(arm|uwp) diff --git a/ports/libwebsockets/portfile.cmake b/ports/libwebsockets/portfile.cmake index 1d0ed31eb..e34f03271 100644 --- a/ports/libwebsockets/portfile.cmake +++ b/ports/libwebsockets/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "uwp") vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO warmcat/libwebsockets - REF 64232ddc4cf67ccc75683a42a322e596b3611069 # v4.1.2 - SHA512 199f25b969860a436cee5d1dd210ccde0ad7aaf4836c24aa4a5d0252bb13a61b12d96529e6ebf45dc78f4ec9ade11a324a0f2de51991e9e66045b57348ce6eec + REF dbc3acd5ebd199a706ba9968f573015aa2fcd161 # v4.1.3 + SHA512 96d59556b86a321b9e298f88177b4a21a9e304ea5463dccba037be96abaab7d60162b672dc0228a670ea37c54047d14c58d76c11b578fe339ac7a2eb0e1e8871 HEAD_REF master PATCHES CMakeLists.patch |
