diff options
| author | Ma <38074430+657870@users.noreply.github.com> | 2021-03-19 17:52:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-19 09:52:31 -0700 |
| commit | 6b1db3e9788a3566b461b8104885ee4fb9ac6860 (patch) | |
| tree | 8829edb40ec95113d30b47477d35be8791e10946 | |
| parent | b230db959e741d12f71e60431b1943f7a50e26c0 (diff) | |
| download | vcpkg-6b1db3e9788a3566b461b8104885ee4fb9ac6860.tar.gz vcpkg-6b1db3e9788a3566b461b8104885ee4fb9ac6860.zip | |
[libwebsockets] Update to v4.1.6 (#16767)
* [libwebsockets] Update to v4.1.6
* [libwebsockets] Patch version files
* [libwebsockets] Fix port-version
* [libwebsockets] Update hash
| -rw-r--r-- | ports/libwebsockets/CONTROL | 4 | ||||
| -rw-r--r-- | ports/libwebsockets/portfile.cmake | 4 | ||||
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/l-/libwebsockets.json | 5 |
4 files changed, 11 insertions, 6 deletions
diff --git a/ports/libwebsockets/CONTROL b/ports/libwebsockets/CONTROL index 90b5672e8..5a0b5d2b7 100644 --- a/ports/libwebsockets/CONTROL +++ b/ports/libwebsockets/CONTROL @@ -1,6 +1,6 @@ Source: libwebsockets -Version: 4.1.3 -Port-Version: 1 +Version: 4.1.6 +Port-Version: 0 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. diff --git a/ports/libwebsockets/portfile.cmake b/ports/libwebsockets/portfile.cmake index 1a4c0d538..9c8292a3c 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 dbc3acd5ebd199a706ba9968f573015aa2fcd161 # v4.1.3 - SHA512 96d59556b86a321b9e298f88177b4a21a9e304ea5463dccba037be96abaab7d60162b672dc0228a670ea37c54047d14c58d76c11b578fe339ac7a2eb0e1e8871 + REF 736f0739ed8c75db0e29c7678b5a9194e957c347 # v4.1.6 + SHA512 7632439f8cdc87d275a0524b87ea5cd19c3401c1b7bb7fcf673eef3e1ab36c0ec022d2dce050d07bc106af3166575882507a56ac829a4361329311484dc2c5c4 HEAD_REF master PATCHES CMakeLists.patch diff --git a/versions/baseline.json b/versions/baseline.json index 63afc6218..69e622f28 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3549,8 +3549,8 @@ "port-version": 1 }, "libwebsockets": { - "baseline": "4.1.3", - "port-version": 1 + "baseline": "4.1.6", + "port-version": 0 }, "libxdiff": { "baseline": "0.23", diff --git a/versions/l-/libwebsockets.json b/versions/l-/libwebsockets.json index 80272ebdf..5c281f316 100644 --- a/versions/l-/libwebsockets.json +++ b/versions/l-/libwebsockets.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "d980cd5098de3cfba2ecd8e63490cf1013545dfd", + "version-string": "4.1.6", + "port-version": 0 + }, + { "git-tree": "ee45554228e403c2a79c3b106bf327c526effb92", "version-string": "4.1.3", "port-version": 1 |
