Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and pull[bot] committed Jan 19, 2024
1 parent 467aaef commit 1086720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/libwebsockets/repo
Submodule repo updated 24 files
+1 −1 .gitignore
+2 −0 CMakeLists.txt
+1 −0 cmake/lws_config.h.in
+1 −0 include/libwebsockets.h
+22 −0 include/libwebsockets/lws-context-vhost.h
+5 −4 lib/core-net/wol.c
+2 −1 lib/misc/lecp.c
+6 −0 lib/plat/unix/CMakeLists.txt
+83 −0 lib/plat/unix/unix-systemd.c
+47 −24 lib/roles/http/server/server.c
+1 −1 lib/secure-streams/protocols/ss-raw.c
+50 −2 minimal-examples-lowlevel/api-tests/api-test-lecp/main.c
+44 −0 minimal-examples-lowlevel/http-server/minimal-http-server-systemd-socketact/CMakeLists.txt
+23 −0 minimal-examples-lowlevel/http-server/minimal-http-server-systemd-socketact/README.md
+5 −0 ...owlevel/http-server/minimal-http-server-systemd-socketact/lws-minimal-http-server-systemd-socketact.service
+6 −0 ...lowlevel/http-server/minimal-http-server-systemd-socketact/lws-minimal-http-server-systemd-socketact.socket
+74 −0 ...examples-lowlevel/http-server/minimal-http-server-systemd-socketact/minimal-http-server-systemd-socketact.c
+9 −0 minimal-examples-lowlevel/http-server/minimal-http-server-systemd-socketact/mount-origin/404.html
+ minimal-examples-lowlevel/http-server/minimal-http-server-systemd-socketact/mount-origin/favicon.ico
+15 −0 minimal-examples-lowlevel/http-server/minimal-http-server-systemd-socketact/mount-origin/index.html
+66 −0 ...examples-lowlevel/http-server/minimal-http-server-systemd-socketact/mount-origin/libwebsockets.org-logo.svg
+53 −0 minimal-examples-lowlevel/http-server/minimal-http-server-systemd-socketact/mount-origin/strict-csp.svg
+1 −2 minimal-examples-lowlevel/raw/minimal-raw-wol/minimal-raw-wol.c
+0 −1 test-apps/CMakeLists.txt

0 comments on commit 1086720

Please sign in to comment.