Go to file
Fabrice Fontaine 7c53e77a87 package/dhcp: security bump to version 4.4.3-P1
- Corrected a reference count leak that occurs when the server builds
  responses to leasequery packets. Thanks to VictorV of Cyber Kunlun
  Lab for reporting the issue.
  [Gitlab #253]
  CVE: CVE-2022-2928

- Corrected a memory leak that occurs when unpacking a packet that has an
  FQDN option (81) that contains a label with length greater than 63 bytes.
  Thanks to VictorV of Cyber Kunlun Lab for reporting the issue.
  [Gitlab #254]
  CVE: CVE-2022-2929

https://kb.isc.org/docs/cve-2022-2928
https://kb.isc.org/docs/cve-2022-2929
https://ftp.isc.org/isc/dhcp/4.4.3-P1/dhcp-4.4.3-P1-RELNOTES

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 99a570ee2b)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2022-11-02 23:50:00 +01:00
arch arch/xtensa: custom configuration requires an overlay 2022-09-18 11:34:07 +02:00
board board/solidrun/macchiatobin: update BSP components version in documentation 2022-09-30 17:12:42 +02:00
boot boot/arm-trusted-firmware: don't enable SSP by default 2022-11-02 19:58:39 +01:00
configs configs/rockpro64: Use mainline ATF 2022-09-18 11:16:53 +02:00
docs docs/manual: patch subjects shall not be numbered 2022-09-17 22:22:22 +02:00
fs
linux {linux, linux-headers}: bump 4.{9, 14, 19}.x / 5.{4, 10, 15}.x / 6.0.x series 2022-10-31 10:30:02 +01:00
package package/dhcp: security bump to version 4.4.3-P1 2022-11-02 23:50:00 +01:00
support Update for 2022.02.6 2022-10-02 21:37:02 +02:00
system
toolchain toolchain/Config.in: update gcc bug 90620 2022-09-18 23:13:31 +02:00
utils utils/test-pkg: show default build dir in help test 2022-09-28 22:24:03 +02:00
.clang-format
.defconfig
.flake8
.gitignore
.gitlab-ci.yml
.shellcheckrc utils/check-package: improve shellcheck reproducibility 2022-08-18 07:59:26 +02:00
CHANGES Update for 2022.02.6 2022-10-02 21:37:02 +02:00
Config.in
Config.in.legacy Config.in.legacy: add missing select 2022-09-16 12:18:20 +02:00
COPYING
DEVELOPERS DEVELOPERS: remove Joerg Krause 2022-10-15 14:46:06 +02:00
Makefile Update for 2022.02.6 2022-10-02 21:37:02 +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