mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
13baef4c7734f797e61913450e19787f51ae2c33
Fixes the following vulnerabilities:
- wnpa-sec-2026-64 · Sharkd utility crash
https://www.wireshark.org/security/wnpa-sec-2026-64
- wnpa-sec-2026-65 · Sharkd utility crash
https://www.wireshark.org/security/wnpa-sec-2026-65
- wnpa-sec-2026-66 · UMTS FP protocol dissector crash
https://www.wireshark.org/security/wnpa-sec-2026-66
- wnpa-sec-2026-67 · RDP protocol dissector crash
https://www.wireshark.org/security/wnpa-sec-2026-67
- wnpa-sec-2026-69 · Dissection engine reassembly crash
https://www.wireshark.org/security/wnpa-sec-2026-69
- wnpa-sec-2026-70 · BUSMASTER file parser abnormal exit
https://www.wireshark.org/security/wnpa-sec-2026-70
- wnpa-sec-2026-71 · Tektronix K12xx file parser crash
https://www.wireshark.org/security/wnpa-sec-2026-71
- wnpa-sec-2026-72 · ERF file parser crash
https://www.wireshark.org/security/wnpa-sec-2026-72
- wnpa-sec-2026-73 · Bluetooth Attribute Protocol dissector crash
https://www.wireshark.org/security/wnpa-sec-2026-73
- wnpa-sec-2026-74 · Catapult DCT2000 file parser crash
https://www.wireshark.org/security/wnpa-sec-2026-74
- wnpa-sec-2026-75 · C12.22 protocol dissector crash
https://www.wireshark.org/security/wnpa-sec-2026-75
- wnpa-sec-2026-76 · CMS protocol dissector crash
https://www.wireshark.org/security/wnpa-sec-2026-76
- wnpa-sec-2026-77 · H.245 protocol dissector crash
https://www.wireshark.org/security/wnpa-sec-2026-77
- wnpa-sec-2026-78 · Kerberos protocol dissector crash
https://www.wireshark.org/security/wnpa-sec-2026-78
- wnpa-sec-2026-79 · Bluetooth HFP Profile protocol dissector crash
https://www.wireshark.org/security/wnpa-sec-2026-79
- wnpa-sec-2026-80 · Bluetooth BR/EDR FHS protocol dissector crash
https://www.wireshark.org/security/wnpa-sec-2026-80
- wnpa-sec-2026-81 · 3gpp phone log file parser crash
https://www.wireshark.org/security/wnpa-sec-2026-81
- wnpa-sec-2026-83 · CMS protocol dissector crash
https://www.wireshark.org/security/wnpa-sec-2026-83
- wnpa-sec-2026-84 · Pcapng file parser crash
https://www.wireshark.org/security/wnpa-sec-2026-84
- wnpa-sec-2026-85 · SSH protocol dissector crash
https://www.wireshark.org/security/wnpa-sec-2026-85
- wnpa-sec-2026-86 · ESS protocol dissector crash
https://www.wireshark.org/security/wnpa-sec-2026-86
- wnpa-sec-2026-87 · X.509IF protocol dissector crash
https://www.wireshark.org/security/wnpa-sec-2026-87
- wnpa-sec-2026-88 · RRC protocol dissector crash
https://www.wireshark.org/security/wnpa-sec-2026-88
- wnpa-sec-2026-89 · C12.22 protocol dissector crash
https://www.wireshark.org/security/wnpa-sec-2026-89
- wnpa-sec-2026-91 · Bluetooth AVRCP Profile
https://www.wireshark.org/security/wnpa-sec-2026-91
For more information on the version bump, see:
- https://www.wireshark.org/docs/relnotes/wireshark-4.4.18.html
[Peter: add list of vulnerabilities]
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 5245c41441)
Signed-off-by: Titouan Christophe <titouan.christophe@mind.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.5%
Python
19%
C
8.5%
Shell
6.1%
PHP
1.4%
Other
2.1%