Go to file
Maxim Kochetkov 40acbd72c3 package/postgresql: bump version to 16.6
Release notes: https://www.postgresql.org/docs/release/16.6/

Note: this minor version bump fixes a bug introduced in postgresql
security bump to 16.5 fixing CVE-2024-10978.

Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru>
[Julien: add note in commit log]
Signed-off-by: Julien Olivain <ju.o@free.fr>
(cherry picked from commit 20c2b2f76cda507a3b0dc12ea75b2b7e13bef10e)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2024-12-06 10:25:42 +01:00
.github
.gitlab/issue_templates
arch
board configs/pc: fix grub root device in help 2024-11-20 22:01:03 +01:00
boot boot/uboot: update link to the U-Boot docs 2024-11-06 21:49:30 +01:00
configs
docs docs/website: fix the link to the mailman archives 2024-11-13 09:36:28 +01:00
fs
linux {linux, linux-headers}: bump 6.{1, 6, 11}.x series 2024-12-06 10:24:33 +01:00
package package/postgresql: bump version to 16.6 2024-12-06 10:25:42 +01:00
support support/testing: fix TestInitSystemNone for non-login shell 2024-11-26 14:39:44 +01:00
system
toolchain toolchain/toolchain-wrapper.c: fix 'potentially' typo 2024-10-12 15:57:13 +02:00
utils utils/genrandconfig: handle BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM=y 2024-11-12 22:44:49 +01:00
.b4-config
.checkpackageignore package/x11vnc: add and rework compile patches 2024-11-25 17:27:44 +01:00
.clang-format
.defconfig
.editorconfig
.flake8
.gitignore
.gitlab-ci.yml
.shellcheckrc
CHANGES Update for 2024.02.8 2024-11-14 17:25:26 +01:00
Config.in Config.in: fix _FORTIFY_SOURCE help string typos 2024-12-06 10:21:22 +01:00
Config.in.legacy
COPYING
DEVELOPERS DEVELOPERS: update maintainer of Andes platform 2024-11-26 14:25:54 +01:00
Makefile Update for 2024.02.8 2024-11-14 17:25:26 +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