mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 16:24:17 -09:00
80251a06cf88d47385afd74e5e25f68f93bccca7
See the release notes https://www.python.org/downloads/release/python-31214/ Remove patches 0013-0017 which are merged upstream. Also remove md5 checksum from the hash file, since the download page now provides a sha256 This fixes the following vulnerabilities: - CVE-2026-7210 https://github.com/python/cpython/issues/149018e37df2a6a7- CVE-2026-4519 https://github.com/python/cpython/issues/143930cbba611939- CVE-2026-3644 https://github.com/python/cpython/issues/1455993974092b03- CVE-2026-15308 https://github.com/python/cpython/issues/153030785df8f743- CVE-2025-13462 https://github.com/python/cpython/issues/141707d10950739a- CVE-2026-2297 https://github.com/python/cpython/issues/145506c70adad78c- CVE-2026-4224 https://github.com/python/cpython/issues/14598624ce88b285- CVE‑2026‑4360 https://github.com/python/cpython/issues/1519870367912be3- CVE‑2026‑0864 https://github.com/python/cpython/issues/143927db4a157c79- CVE‑2026‑1502c00c386faahttps://github.com/python/cpython/issues/146211 - CVE‑2026‑3087a6650a2cdfhttps://github.com/python/cpython/issues/146581 - CVE‑2026‑4786 https://github.com/python/cpython/issues/148169a4d3edf3a6- CVE‑2026‑6100 https://github.com/python/cpython/issues/148395ea8d735eb0- CVE‑2026‑6879 https://github.com/python/cpython/issues/15267496510a3758- CVE‑2026‑11972 https://github.com/python/cpython/issues/151981f5e2776ff0- CVE‑2026‑12003 https://github.com/python/cpython/issues/15154403ab7b4478Co-authored-by: Thomas Perale <thomas.perale@mind.be> (alternative to commit8583d8b2b4) Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
…
…
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.4%
Python
19%
C
8.5%
Shell
6.1%
PHP
1.4%
Other
2.2%