1
0
Fork 0
mirror of git://git.buildroot.net/buildroot synced 2026-02-27 15:24:09 +00:00
No description
  • Makefile 62.8%
  • Python 18.4%
  • C 8.6%
  • Shell 6.2%
  • PHP 1.4%
  • Other 2.2%
Find a file
Thomas Perale be07b5766a package/tinyproxy: add patch for CVE-2025-63938
Fixes the following vulnerability:

- CVE-2025-63938:
    Tinyproxy through 1.11.2 contains an integer overflow vulnerability in
    the strip_return_port() function within src/reqs.c.

For more information, see:
  - https://www.cve.org/CVERecord?id=CVE-2025-63938
  - 3c0fde9498

Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2026-02-26 21:10:26 +01:00
.github .github: add github action to automate PR handling 2024-07-09 11:43:02 +02:00
.gitlab/issue_templates gitlab: fix issue template 2024-09-11 21:24:40 +02:00
arch arch: riscv: Add RISCV_ISA_EXTRA config string 2026-02-04 11:11:43 +01:00
board board/olimex/a20_olinuxino/patches/linux/linux.hash: drop unused Linux 6.18.3 hash 2026-02-19 18:54:44 +01:00
boot {boot/optee-os, package/optee-*}: bump version to 4.9.0 2026-02-06 23:13:58 +01:00
configs configs/olimex_a20_olinuxino_lime2: bump Linux to version 6.18.8 2026-02-19 18:54:37 +01:00
docs Update for 2026.02-rc2 2026-02-24 18:43:38 +01:00
fs fs/squashfs: correct aarch64 conditional 2025-11-18 08:02:01 +01:00
linux {linux, linux-headers}: bump 5.{10, 15}.x / 6.{1, 6, 12, 18, 19}.x series 2026-02-20 07:50:51 +01:00
package package/tinyproxy: add patch for CVE-2025-63938 2026-02-26 21:10:26 +01:00
support package/systemd: bump to 258.3 2026-02-17 09:45:33 +01:00
system package/systemd: bump to 258.3 2026-02-17 09:45:33 +01:00
toolchain {toolchain, linux-headers}: add support for 6.19 headers 2026-02-09 23:14:24 +01:00
utils utils/generate-cyclonedx: fix dependencies w/o virtual 2026-02-02 09:29:16 +01:00
.b4-config .b4-config: check patches with ./utils/check-package 2025-02-04 18:44:39 +01:00
.checkpackageignore configs/olimex_a64_olinuxino: bump Linux to 6.18.8 and U-Boot to 2026.01 2026-02-14 20:39:33 +01:00
.clang-format .clang-format: initial import from Linux 5.15.6 2022-01-01 15:01:13 +01:00
.defconfig arch: disable nios2 2025-01-15 21:30:31 +01:00
.editorconfig editorconfig: leave patch files alone wrt trainling spaces 2024-06-11 21:55:21 +02:00
.flake8 Revert ".flake8: fix check for 80/132 columns" 2021-01-02 17:38:20 +01:00
.gitignore gitignore: ignore utils/brmake log output named br.log 2026-01-01 14:27:09 +01:00
.gitlab-ci.yml .gitlab-ci.yml: use Debian 12-based container with fixed 32bit support 2025-02-20 20:15:54 +01:00
.shellcheckrc utils/check-package: improve shellcheck reproducibility 2022-07-25 23:52:47 +02:00
CHANGES Update for 2026.02-rc2 2026-02-24 18:43:38 +01:00
Config.in Config.in: introduce BR2_HOST_GCC_AT_LEAST_{12..15} 2025-04-21 23:50:50 +02:00
Config.in.legacy package/qemu: Remove CRIS support 2026-02-22 18:45:07 +01:00
COPYING COPYING: add exception about patch licensing 2016-02-26 19:50:13 +01:00
DEVELOPERS package/openscap: new package 2026-02-12 23:34:41 +01:00
Makefile Update for 2026.02-rc2 2026-02-24 18:43:38 +01:00
Makefile.legacy Remove BR2_DEPRECATED 2016-10-15 23:14:45 +02:00
README docs: use https for documentation links 2026-01-11 18:29:07 +01:00

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