diff options
author | Vijay Anusuri <vanusuri@mvista.com> | 2024-07-15 07:34:02 +0530 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-07-17 20:01:33 -0400 |
commit | e73202e04a3568f92306fdb46a02d60c4aba394a (patch) | |
tree | 53be1f3c0117f3fea62eed20aad677646f1245ba | |
parent | 7b3573ea59234e3efad1c61af4ce3a436e7b0c27 (diff) | |
download | meta-openembedded-e73202e04a3568f92306fdb46a02d60c4aba394a.tar.gz |
wireshark: upgrade 4.2.4 -> 4.2.5
The following vulnerabilities have been fixed:
wnpa-sec-2024-07 MONGO and ZigBee TLV dissector infinite loops. Issue 19726. CVE-2024-4854.
wnpa-sec-2024-08 The editcap command line utility could crash when chopping bytes from the beginning of a packet. Issue 19724. CVE-2024-4853.
wnpa-sec-2024-09 The editcap command line utility could crash when injecting secrets while writing multiple files. Issue 19782. CVE-2024-4855.
Release Notes: https://www.wireshark.org/docs/relnotes/wireshark-4.2.5.html
Signed-off-by: Vijay Anusuri <vanusuri@mvista.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-networking/recipes-support/wireshark/wireshark_4.2.5.bb (renamed from meta-networking/recipes-support/wireshark/wireshark_4.2.4.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/wireshark/wireshark_4.2.4.bb b/meta-networking/recipes-support/wireshark/wireshark_4.2.5.bb index 95db2efc4c..7cbe3e6324 100644 --- a/meta-networking/recipes-support/wireshark/wireshark_4.2.4.bb +++ b/meta-networking/recipes-support/wireshark/wireshark_4.2.5.bb | |||
@@ -17,7 +17,7 @@ SRC_URI = "https://1.eu.dl.wireshark.org/src/wireshark-${PV}.tar.xz \ | |||
17 | 17 | ||
18 | UPSTREAM_CHECK_URI = "https://1.as.dl.wireshark.org/src" | 18 | UPSTREAM_CHECK_URI = "https://1.as.dl.wireshark.org/src" |
19 | 19 | ||
20 | SRC_URI[sha256sum] = "46bd0f4474337144b30816fb2d8f14e72a26d0391f24fe0b7b619acdcdad8c0c" | 20 | SRC_URI[sha256sum] = "55e793ab87a9a73aac44336235c92cb76c52180c469b362ed3a54f26fbb1261f" |
21 | 21 | ||
22 | PE = "1" | 22 | PE = "1" |
23 | 23 | ||