Go to file
Peter Korsgaard 4a5deaea87 package/c-ares: security bump to version 1.19.1
Fixes the following security issues:

- CVE-2023-32067: High.  0-byte UDP payload causes Denial of Service
- CVE-2023-31147 Moderate.  Insufficient randomness in generation of DNS
  query IDs
- CVE-2023-31130.  Moderate.  Buffer Underwrite in ares_inet_net_pton()
- CVE-2023-31124.  Low.  AutoTools does not set CARES_RANDOM_FILE during
  cross compilation

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
(cherry picked from commit 0afcfe5a48)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2023-07-06 13:32:24 +02:00
arch
board board/zynqmp: fix shellcheck issues 2023-06-14 15:49:22 +02:00
boot boot/uboot: document that the zynqmp pmufw can be in ELF format 2023-06-13 14:38:04 +02:00
configs configs/qemu s390x: increase image size to 120M 2023-06-14 15:46:24 +02:00
docs
fs
linux linux: fix kernel hashes 2023-07-06 12:37:34 +02:00
package package/c-ares: security bump to version 1.19.1 2023-07-06 13:32:24 +02:00
support support/testing: add python-docker test 2023-07-06 10:34:11 +02:00
system
toolchain toolchain-external-custom: Describe BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX 2023-05-29 09:14:24 +02:00
utils utils/docker-run: make it work in workdirs/woktrees 2023-06-13 18:40:17 +02:00
.checkpackageignore
.clang-format
.defconfig
.flake8
.gitignore
.gitlab-ci.yml
.shellcheckrc
CHANGES Update for 2023.02.2 2023-06-16 15:54:53 +02:00
Config.in
Config.in.legacy
COPYING
DEVELOPERS DEVELOPERS: Update email address for Bernd Kuhls 2023-06-16 11:29:28 +02:00
Makefile Update for 2023.02.2 2023-06-16 15:54:53 +02:00
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