Go to file
Peter Korsgaard c7a16c7919 package/libarchive: security bump to version 3.7.4
Fixes the following security issues:

- CVE-2024-26256: libarchive Remote Code Execution Vulnerability
  https://github.com/advisories/GHSA-2jc9-36w4-pmqw

For more details, see the release notes:
https://github.com/libarchive/libarchive/releases/tag/v3.7.4

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2024-05-27 11:14:49 +02:00
.github
arch
board configs/at91sam9x5ek_dev_defconfig: fix Linux compilation error with binutils 2.41+ 2024-05-27 11:11:55 +02:00
boot
configs configs/at91sam9x5ek_dev_defconfig: fix Linux compilation error with binutils 2.41+ 2024-05-27 11:11:55 +02:00
docs
fs
linux {linux, linux-headers}: bump 4.19.x / 5.{4, 10, 15}.x / 6.{1, 6, 8}.x series 2024-05-13 22:50:36 +02:00
package package/libarchive: security bump to version 3.7.4 2024-05-27 11:14:49 +02:00
support support/testing: improve python-magic-wormhole test reliability 2024-05-22 15:04:39 +02:00
system
toolchain toolchain/toolchain-external/toolchain-external-custom: add gcc 14 version selection 2024-05-17 22:00:35 +02:00
utils
.checkpackageignore configs/mx51evk: bump kernel to 5.10.218 to fix build 2024-05-27 08:43:39 +02:00
.clang-format
.defconfig
.editorconfig
.flake8
.gitignore
.gitlab-ci.yml
.shellcheckrc
CHANGES
Config.in
Config.in.legacy
COPYING
DEVELOPERS package/quota: Update DEVELOPERS address 2024-05-17 17:38:26 +02:00
Makefile
Makefile.legacy
README

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 http://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