Go to file
Ryan Coe 96c3b3455c mariadb: security bump version to 10.1.30
Release notes: https://mariadb.com/kb/en/mariadb-10130-release-notes/
Changelog: https://mariadb.com/kb/en/mariadb-10130-changelog/

Fixes the following security vulnerability:

CVE-2017-15365 - Replication in sql/event_data_objects.cc occurs before ACL
checks.

Signed-off-by: Ryan Coe <bluemrp9@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit ca1f2d266d)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2018-01-29 22:31:41 +01:00
arch
board wandboard: genimage: Pass an offset for the rootfs 2017-09-29 09:44:41 +02:00
boot
configs
docs docs/manual: fix BR2_EXTERNAL path typo 2017-10-15 22:47:35 +02:00
fs
linux
package mariadb: security bump version to 10.1.30 2018-01-29 22:31:41 +01:00
support support/scripts/size-stats: avoid divide-by-zero 2017-12-20 21:52:17 +01:00
system
toolchain Fix makefile include order by using sort/wildcard. 2017-11-30 08:24:03 +01:00
.defconfig
.gitignore
CHANGES Update for 2017.02.9 2018-01-01 12:20:54 +01:00
Config.in Config.in: fix help comment for gcc optimization 2017-10-24 08:20:55 +02:00
Config.in.legacy
COPYING
DEVELOPERS matchbox-lib: fix dependencies 2018-01-29 22:23:54 +01:00
Makefile Update for 2017.02.9 2018-01-01 12:20:54 +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 Freenode IRC.

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