Go to file
Bernd Kuhls 5e28da8cd6 package/clamav: security bump to 0.100.2
Fixes CVE-2018-15378, CVE-2018-14680, CVE-2018-14681 & CVE-2018-14682:
http://lists.clamav.net/pipermail/clamav-announce/2018/000033.html

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit bbd6fb9c2d)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2018-10-05 22:33:07 +02:00
arch
board board/technologic/ts7680: fix bogus size in genimage.cfg 2018-08-24 10:26:48 +02:00
boot boot/xloader: add upstream URL in Config.in help 2018-10-05 13:46:21 +02:00
configs configs/arm_juno: bump ATF to v1.3 2018-08-24 10:27:29 +02:00
docs docs/manual: expand on why using a branch name is not supported 2018-08-26 23:18:30 +02:00
fs
linux linux: bump CIP to version v4.4.138-cip25 2018-08-24 00:17:44 +02:00
package package/clamav: security bump to 0.100.2 2018-10-05 22:33:07 +02:00
support support/scripts/mkusers: preserve group members 2018-10-01 21:18:56 +02:00
system
toolchain
utils
.defconfig
.flake8
.gitignore
.gitlab-ci.yml support/testing: add test for file capabilities 2018-08-10 08:26:45 +02:00
.gitlab-ci.yml.in
CHANGES Update for 2018.02.5 2018-08-29 17:56:17 +02:00
Config.in
Config.in.legacy
COPYING
DEVELOPERS woff2: new package 2018-10-05 15:17:08 +02:00
Makefile Makefile: fix issue with printvars executing giant shell command 2018-10-05 13:31:25 +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 Freenode IRC.

If you would like to contribute patches, please read
https://buildroot.org/manual.html#submitting-patches