mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
6b1de564d07ee79c7fce9674801481c33627e03b
This bumps WebKitGTK to the 2.52 stable series. A welcome change is the addition of the USE_GSTREAMER CMake option that can be used as a blanket option to toggle all multimedia support, which matches exactly the intention behind BR2_PACKAGE_WEBKITGTK_MULTIMEDIA. Includes fixes (among others) for CVE-2026-20643, CVE-2026-20664, CVE-2026-20665, CVE-2026-20691, CVE-2026-28857, CVE-2026-28859, CVE-2026-28861, CVE-2026-28871, CVE-2025-43457, CVE-2025-46299, CVE-2026-20608, CVE-2026-20635, CVE-2026-20636, CVE-2026-20644, CVE-2026-20652, and CVE-2026-20676. Highlights of the 2.52 series: - https://webkitgtk.org/2026/03/18/webkitgtk-2.52-highlights.html Release notes: - https://webkitgtk.org/2026/04/16/webkitgtk2.52.3-released.html - https://webkitgtk.org/2026/04/13/webkitgtk2.52.2-released.html - https://webkitgtk.org/2026/03/27/webkitgtk2.52.1-released.html - https://webkitgtk.org/2026/03/18/webkitgtk2.52.0-released.html - https://webkitgtk.org/2026/03/12/webkitgtk2.50.6-released.html Security advisories: - https://webkitgtk.org/security/WSA-2026-0002.html - https://webkitgtk.org/security/WSA-2026-0001.html Signed-off-by: Adrian Perez de Castro <aperez@igalia.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
…
…
Buildroot is a simple, efficient and easy-to-use tool to generate embedded Linux systems through cross-compilation. The documentation can be found in docs/manual. You can generate a text document with 'make manual-text' and read output/docs/manual/manual.text. Online documentation can be found at https://buildroot.org/docs.html To build and use the buildroot stuff, do the following: 1) run 'make menuconfig' 2) select the target architecture and the packages you wish to compile 3) run 'make' 4) wait while it compiles 5) find the kernel, bootloader, root filesystem, etc. in output/images You do not need to be root to build or run buildroot. Have fun! Buildroot comes with a basic configuration for a number of boards. Run 'make list-defconfigs' to view the list of provided configurations. Please feed suggestions, bug reports, insults, and bribes back to the buildroot mailing list: buildroot@buildroot.org You can also find us on #buildroot on OFTC IRC. If you would like to contribute patches, please read https://buildroot.org/manual.html#submitting-patches
Description
Languages
Makefile
62.5%
Python
19%
C
8.5%
Shell
6.1%
PHP
1.4%
Other
2.1%