Skip to content

Commit

Permalink
Bump third_party/libwebsockets/repo from c57c239 to 6b950e8
Browse files Browse the repository at this point in the history
Bumps [third_party/libwebsockets/repo](https://github.com/warmcat/libwebsockets) from `c57c239` to `6b950e8`.
- [Commits](warmcat/libwebsockets@c57c239...6b950e8)

---
updated-dependencies:
- dependency-name: third_party/libwebsockets/repo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 351d6eb commit af08ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/libwebsockets/repo
Submodule repo updated 61 files
+6 −0 CMakeLists-implied-options.txt
+12 −1 CMakeLists.txt
+1 −1 READMEs/README.build.md
+4 −2 READMEs/README.tls-sessions.md
+1 −0 cmake/lws_config.h.in
+2 −2 contrib/cross-openwrt-makefile
+3 −3 include/libwebsockets.h
+3 −0 include/libwebsockets/lws-eventlib-exports.h
+1 −1 include/libwebsockets/lws-http.h
+1 −1 include/libwebsockets/lws-ws-ext.h
+4 −2 lib/core-net/client/connect2.c
+3 −2 lib/core-net/client/connect3.c
+2 −2 lib/core-net/client/connect4.c
+13 −3 lib/core-net/close.c
+10 −0 lib/core-net/network.c
+13 −8 lib/core-net/pollfd.c
+2 −0 lib/core-net/private-lib-core-net.h
+4 −0 lib/core-net/service.c
+1 −2 lib/core-net/vhost.c
+19 −11 lib/core-net/wsi.c
+30 −0 lib/core/context.c
+1 −0 lib/event-libs/glib/glib.c
+5 −1 lib/event-libs/libev/libev.c
+5 −0 lib/event-libs/libevent/libevent.c
+3 −0 lib/event-libs/libuv/libuv.c
+4 −0 lib/event-libs/sdevent/sdevent.c
+5 −0 lib/event-libs/uloop/uloop.c
+8 −2 lib/misc/dlo/dlo-lhp.c
+19 −7 lib/misc/jpeg.c
+15 −4 lib/misc/lecp.c
+7 −2 lib/misc/lhp.c
+9 −1 lib/misc/upng.c
+8 −0 lib/plat/freertos/freertos-pipe.c
+1 −0 lib/plat/freertos/freertos-service.c
+6 −0 lib/plat/optee/network.c
+1 −1 lib/plat/unix/unix-file.c
+13 −3 lib/plat/unix/unix-pipe.c
+12 −9 lib/plat/unix/unix-sockets.c
+4 −2 lib/plat/unix/unix-spawn.c
+1 −1 lib/plat/windows/windows-file.c
+8 −0 lib/plat/windows/windows-pipe.c
+10 −4 lib/plat/windows/windows-service.c
+5 −12 lib/plat/windows/windows-sockets.c
+4 −2 lib/roles/http/client/client-http.c
+1 −1 lib/roles/http/parsers.c
+16 −1 lib/roles/http/server/server.c
+0 −5 lib/roles/netlink/ops-netlink.c
+1 −1 lib/roles/ws/ops-ws.c
+20 −11 lib/roles/ws/server-ws.c
+3 −3 lib/tls/mbedtls/mbedtls-client.c
+6 −0 lib/tls/mbedtls/private-lib-tls-mbedtls.h
+1 −1 lib/tls/mbedtls/wrapper/include/internal/ssl_x509.h
+5 −5 lib/tls/mbedtls/wrapper/library/ssl_x509.c
+21 −0 lib/tls/openssl/openssl-ssl.c
+3 −2 lib/tls/openssl/openssl-tls.c
+1 −1 lib/tls/private-network.h
+3 −3 lib/tls/tls-client.c
+17 −6 lib/tls/tls-network.c
+1 −1 lib/tls/tls-sessions.c
+8 −6 plugins/acme-client/protocol_lws_acme_client.c
+3 −2 win32port/zlib/inflate.c

0 comments on commit af08ac5

Please sign in to comment.