mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
1f801dc616113c11d335c45b2f5e1ebe648a75c1
For more information about the release, see: - https://github.com/OpenPrinting/cups/releases/tag/v2.4.17 - https://github.com/OpenPrinting/cups/blob/2.4.x/CHANGES.md The new release 2.4.17 contains the following security fixes: - CVE-2026-27447: The scheduler treated local user and group names as case-insensitive. https://www.cve.org/CVERecord?id=CVE-2026-27447 - CVE-2026-34978: The RSS notifier could write outside the scheduler's RSS directory. https://www.cve.org/CVERecord?id=CVE-2026-34978 - CVE-2026-34979: The scheduler did not always allocate enough memory for a job's options string. https://www.cve.org/CVERecord?id=CVE-2026-34979 - CVE-2026-34980: The scheduler did not filter control characters from option values. https://www.cve.org/CVERecord?id=CVE-2026-34980 - CVE-2026-34990: The scheduler incorrectly allowed local certificates over the loopback interface. https://www.cve.org/CVERecord?id=CVE-2026-34990 - CVE-2026-39314: Fixed the range check for job password strings. https://www.cve.org/CVERecord?id=CVE-2026-39314 - CVE-2026-39316: Fixed a printer subscription bug in the scheduler. https://www.cve.org/CVERecord?id=CVE-2026-39316 - CVE-2026-41079: Fixed a SNMP string conversion bug in the backends. https://www.cve.org/CVERecord?id=CVE-2026-41079 Also updated patch offsets. Signed-off-by: Thomas Perale <thomas.perale@mind.be> Signed-off-by: Julien Olivain <ju.o@free.fr>
…
…
…
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.5%
Python
19%
C
8.5%
Shell
6.1%
PHP
1.4%
Other
2.1%