summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/libwebsockets/libwebsockets_4.3.5.bb
Commit message (Collapse)AuthorAgeFilesLines
* libwebsockets: upgrade 4.3.5 -> 4.5.2Peter Marko2025-12-161-69/+0
| | | | | | | | | | | | | | | Handles CVE-2025-11677, CVE-2025-11678, CVE-2025-11679 and CVE-2025-11680. * drop patches included in this release * update license * add packageconfig for examples as those don't build License-Update: added new license, see: https://libwebsockets.org/git/libwebsockets/commit?id=e3dca87f23e8f783e1008b54829b39f9d7b083df Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libwebsockets: Add patch for CMake 4+ compatibilityAlper Ak2025-07-121-0/+1
| | | | | | | | | | | | | | | | | | | Fix: | CMake Error at CMakeLists.txt:1 (cmake_minimum_required): | Compatibility with CMake < 3.5 has been removed from CMake. | | Update the VERSION argument <min> value. Or, use the <min>...<max> syntax | to tell CMake that the project requires at least <min> but has been updated | to work with policies introduced by <max> or earlier. | | Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway. | | | -- Configuring incomplete, errors occurred! Signed-off-by: Alper Ak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-openembedded/all: adapt to UNPACKDIR changesAlexander Kanavin2025-06-251-1/+0
| | | | | | | | | | | | | Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libwebsockets: Fix build with clang-20Khem Raj2025-03-131-1/+3
| | | | | | Backport a needed patch from main branch upstream Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libwebsockets: upgrade 4.3.3 -> 4.3.5Wang Mingyu2025-03-111-0/+67
Changelog: =========== - async dns: allow up to 8 x 128-char CNAMEs from 4 - docs: fix typo Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>