Go to file
Peter Korsgaard 22a1300c61 Revert "package/tar: security bump to version 1.35"
This reverts commit d4d483451f.

Tar 1.35 unfortunately changes the behaviour for the devmajor/devminor
fields, breaking the download hash validation.  From the release notes:

* Leave the devmajor and devminor fields empty (rather than zero) for
  non-special files, as this is more compatible with traditional tar.

https://lists.gnu.org/archive/html/info-gnu/2023-07/msg00005.html

So revert the bump for now.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit f2b23a6320)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2023-11-14 08:54:54 +01:00
arch arch/Config.in.x86: consolidate Geode CPU targets 2023-08-01 23:16:02 +02:00
board configs/avenger96_defconfig: downgrade to TF-A v2.5 2023-11-10 13:25:41 +01:00
boot boot/arm-trusted-firmware: set BUILD_STRING to package version 2023-11-08 14:37:12 +01:00
configs configs/avenger96_defconfig: downgrade to TF-A v2.5 2023-11-10 13:25:41 +01:00
docs utils/add-custom-hashes: add script to manage global patch dir hashes 2023-11-13 19:52:52 +01:00
fs
linux {linux, linux-headers}: bump 4.{14, 19}.x / 5.{4, 10, 15}.x / 6.{1, 5, 6}.x series 2023-11-13 13:52:47 +01:00
package Revert "package/tar: security bump to version 1.35" 2023-11-14 08:54:54 +01:00
support support/download: teach dl-wrapper to handle more than one hash file 2023-11-10 14:29:55 +01:00
system package/systemd: bump linux-headers dependency to 4.14 2023-08-02 21:18:16 +02:00
toolchain toolchain/helpers.mk: strengthen uClibc locale check 2023-08-30 23:44:24 +02:00
utils utils/add-custom-hashes: add script to manage global patch dir hashes 2023-11-13 19:52:52 +01:00
.checkpackageignore package/libgdiplus: add upstream link to patch 2023-11-08 21:57:35 +01:00
.clang-format
.defconfig
.flake8
.gitignore
.gitlab-ci.yml support/misc/gitlab-ci.yml.in: retry a job only if it failed due to a runner issue 2023-08-27 10:09:37 +02:00
.shellcheckrc
CHANGES Update for 2023.08.2 2023-10-15 23:07:16 +02:00
Config.in pkg-download: add option to enforce hash checking 2023-11-10 14:30:35 +01:00
Config.in.legacy boot/lpc32xxcdl: remove package 2023-08-10 19:41:42 +02:00
COPYING
DEVELOPERS package/opencv4-contrib: properly note dependencies between modules 2023-10-26 13:04:22 +02:00
Makefile support/download: teach dl-wrapper to handle more than one hash file 2023-11-10 14:29:55 +01: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