mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
package/wireshark: security bump to v4.4.18
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>
This commit is contained in:
committed by
Titouan Christophe
parent
98816aaa9e
commit
13baef4c77
@@ -1,6 +1,6 @@
|
||||
# From https://www.wireshark.org/download/src/all-versions/SIGNATURES-4.4.17.txt
|
||||
sha1 d46443d5bbca3580f944f3effcdfcc59e24eb7f4 wireshark-4.4.17.tar.xz
|
||||
sha256 b89a8c60b9282f29be4db91437a6e969e61bc17e8c92ddd980cc38c7304dd772 wireshark-4.4.17.tar.xz
|
||||
# From https://www.wireshark.org/download/src/all-versions/SIGNATURES-4.4.18.txt
|
||||
sha1 482fecbe21a876f53a26bf5beaa5b0ee0ad16e50 wireshark-4.4.18.tar.xz
|
||||
sha256 f77a7939983758383797fed0a34a491f785e541cca397a7a44e9cdd7c6f847c6 wireshark-4.4.18.tar.xz
|
||||
|
||||
# Locally calculated
|
||||
sha256 edaef632cbb643e4e7a221717a6c441a4c1a7c918e6e4d56debc3d8739b233f6 COPYING
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
WIRESHARK_VERSION = 4.4.17
|
||||
WIRESHARK_VERSION = 4.4.18
|
||||
WIRESHARK_SOURCE = wireshark-$(WIRESHARK_VERSION).tar.xz
|
||||
WIRESHARK_SITE = https://www.wireshark.org/download/src/all-versions
|
||||
WIRESHARK_LICENSE = wireshark license
|
||||
|
||||
Reference in New Issue
Block a user