Commit Graph

2 Commits

Author SHA256 Message Date
f2ae88eb21 - Make the main shared library require the evlib plugin.
- Update to 4.3.3:
  * cmake: ssl lib paths
  * gcc: fix mbedtls missing enum
  * libuv: fix idle being stopped when there is still pending stuff
  * server: Always return result of _lws_vhost_init_server_af
  * pt_destroy: possible leaking pipe side
  * pmd: fix ws parser for non pmd packet with pmd ext enabled
  * b64: lws_b64_decode_stateful truncates response
  * clean: gcc13 false positive uninitialized
  * mbedtls: if we have tls1.2 only accept exactly that
  * cmake: mbedtls: mbedtls_ssl_conf_alpn_protocols check
  * mbedtls: auto adapt to changed session constant
  * msvc: avoid error about mixed ellipsis and cond
  * mbedtls: print library version
  * tls: mbedtls-3.5.0: correct privkey size
  * ss: http: support PATCH
  * openssl: Add lws ctx ref to client vhost's SSL_CTX
  * openssl: Properly report OpenSSL error in
    lws_tls_client_connect
  * openssl-server: enum vs int disagreement
  * openssl3: change deprecated warnings suppression
  * tests: disable tests with jig rot
  * remove LWS_CALLBACK_OPENSSL_CONTEXT_REQUIRES_PRIVATE_KEY
    callback
  * vhost: remove from defer binding on destroy
  * fix build on QNX 6.5.0
  * lib/secure-streams: Fix clang build error
    `-Wunused-but-set-variable`
  * ws: tell caller we closed wsi on handshake failure
  * spa: file upload fix
  * logs: setup earlier so we can use on fail path
  * test-apps: use correct EXTERNAL_POLL flag
  * lib/tls/CMakeLists.txt: fix build without threads
  * http: server: correct plugin name in error
  * http: server: mounts: dont assume Basic Auth if no FILE_OPS
- Remove fix-gcc13-build.patch as PR 2824 was merged
- Place evlib_uv.so into own package to fix SR#1112213

OBS-URL: https://build.opensuse.org/package/show/network:messaging:mqtt/libwebsockets?expand=0&rev=36
2024-09-29 23:00:49 +00:00
8cec5d17e8 Accepting request 1099830 from home:smolsheep:upgrades
- Move evlib .so files to the sover package as they're wanted by
  software at runtime.
Currently, ttyd (and by result vhs) don't work due to missing .so files. I checked and this is in line with Fedora packaging of this as well.

OBS-URL: https://build.opensuse.org/request/show/1099830
OBS-URL: https://build.opensuse.org/package/show/network:messaging:mqtt/libwebsockets?expand=0&rev=35
2023-09-19 09:30:04 +00:00