mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
1f8905d38c65e46cf1242a9f7bd7fb4b5b2b9b91
https://github.com/Netatalk/netatalk/blob/netatalk-4-4-3/NEWS.md The bump from 4.4.2 to 4.4.3 fixes these CVEs: CVE-2026-44047, CVE-2026-44048, CVE-2026-44049, CVE-2026-44050, CVE-2026-44051, CVE-2026-44052, CVE-2026-44054, CVE-2026-44055, CVE-2026-44057, CVE-2026-44060, CVE-2026-44062, CVE-2026-44064, CVE-2026-44066, CVE-2026-44068, CVE-2026-44076, CVE-2026-45354, CVE-2026-45355, CVE-2026-45356, CVE-2026-45698, CVE-2026-45699 Version 3.2.8 fixes these CVEs: CVE-2024-1544, CVE-2024-5288, CVE-2024-5991, CVE-2024-5814 Version 3.2.1 fixes these CVEs: CVE-2024-38439, CVE-2024-38440, CVE-2024-38441 Updated project URL in Config.in help text. Removed md5 tarball hash and added sha256 and sha512 tarball hashes provided by upstream. Updated license hash due to upstream commits:06e427ea02934495d9e1Switched _SITE to https. Version 4.0.0 removed autotools and kept only meson as build system. Reworked dependencies, sorted NETATALK_DEPENDENCIES. Iniparser was added as mandatory dependency in 4.2.0. Added optional dependencies to cracklib and openldap. Disabled usage of libiconv for uClibc due to different definitions of iconv_t (uClibc: typedef long vs. glibc: typedef void) which causes a build error after the switch to meson. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
…
…
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 https://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
Description
Languages
Makefile
62.6%
Python
18.8%
C
8.5%
Shell
6.2%
PHP
1.4%
Other
2.1%