[libwebsockets] Update to version 4.3.3 (#39302)

This commit is contained in:
Marcus O 2024-06-17 20:43:08 +02:00 committed by GitHub
parent 48d9ad4f0c
commit f4aa70af40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 9 additions and 16 deletions

View File

@ -1,11 +0,0 @@
diff --git a/lib/tls/CMakeLists.txt b/lib/tls/CMakeLists.txt
--- a/lib/tls/CMakeLists.txt (revision a5aae049b2a386712e1be3b417915c0d44c7e675)
+++ b/lib/tls/CMakeLists.txt (date 1642427956730)
@@ -257,7 +257,6 @@
find_package(PkgConfig QUIET)
pkg_check_modules(PC_OPENSSL openssl QUIET)
find_package(OpenSSL REQUIRED)
- list(APPEND OPENSSL_LIBRARIES ${PC_OPENSSL_LIBRARIES})
set(OPENSSL_LIBRARIES ${OPENSSL_LIBRARIES} PARENT_SCOPE)
endif()
set(OPENSSL_INCLUDE_DIRS "${OPENSSL_INCLUDE_DIR}")

View File

@ -1,14 +1,13 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO warmcat/libwebsockets
REF b0a749c8e7a8294b68581ce4feac0e55045eb00b # v4.3.2
SHA512 48c1d59cfdbe6cc043a51e950a614273bd2f9bbfd0ab8436e4ba30bf119cfdbc3e691c02608e8c169356ec79ca96472340d98d17659b66ee60bb998f3695d3c4
REF 4415e84c095857629863804e941b9e1c2e9347ef # v4.3.3
SHA512 11aed4ce06af0ef94ce3eaaf32cc2b5735be140dfcda1768cc8ccb0ed97c7bc7bdbb1b2718c6d6ef6a9058de208ba94cae85eedc1c597656300a4181060e31ff
HEAD_REF master
PATCHES
fix-dependency-libuv.patch
fix-build-error.patch
export-include-path.patch
fix-find-openssl.patch
)
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" LWS_WITH_STATIC)

View File

@ -1,6 +1,6 @@
{
"name": "libwebsockets",
"version-semver": "4.3.2",
"version-semver": "4.3.3",
"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.",
"homepage": "https://github.com/warmcat/libwebsockets",
"supports": "!uwp",

View File

@ -5189,7 +5189,7 @@
"port-version": 1
},
"libwebsockets": {
"baseline": "4.3.2",
"baseline": "4.3.3",
"port-version": 0
},
"libx11": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7df1a4ed19820c5790ae0c231213fb568bf3fb62",
"version-semver": "4.3.3",
"port-version": 0
},
{
"git-tree": "c8e1982ef72a330a813aafd1734c728a662701b1",
"version-semver": "4.3.2",