Skip to content

Commit

Permalink
Use libwebsocket's master for libuv-related bugfixes (#13939)
Browse files Browse the repository at this point in the history
* use libwebsocket's master for libuv-related bugfixes

* use tag v4.1.3 which includes libuv foreign loop fixes
  • Loading branch information
zbroyar committed Oct 13, 2020
1 parent 17b23ee commit be0c342
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/libwebsockets/CONTROL
Original file line number Diff line number Diff line change
@@ -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)
Supports: !(arm|uwp)
4 changes: 2 additions & 2 deletions ports/libwebsockets/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be0c342

Please sign in to comment.