diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-10-24 07:51:13 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-10-30 07:14:03 -0400 |
commit | 4965d1ec4199890f29cd962c2ee2eadee3776e76 (patch) | |
tree | f897b0ab29134233bd50ff2783dac42b828de67f | |
parent | 44a8e18e48781db7e871b68fcf330e161a545631 (diff) | |
download | meta-openembedded-4965d1ec4199890f29cd962c2ee2eadee3776e76.tar.gz |
wireshark: upgrade 4.0.8 -> 4.0.10
Bugfix:
Error loading g729.so plugin with Wireshark 4.0.9 and 3.6.17 on macOS.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 7e44aac2fb6a7e9d95cba4341d7fcaf5fa2a0923)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-networking/recipes-support/wireshark/wireshark_4.0.10.bb (renamed from meta-networking/recipes-support/wireshark/wireshark_4.0.8.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/wireshark/wireshark_4.0.8.bb b/meta-networking/recipes-support/wireshark/wireshark_4.0.10.bb index 2117e9ee3c..008aa8cb12 100644 --- a/meta-networking/recipes-support/wireshark/wireshark_4.0.8.bb +++ b/meta-networking/recipes-support/wireshark/wireshark_4.0.10.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] = "16663585c0ffefd5593a6628d4a20cc8241b9703b11283cfe71ead2b750888c8" | 20 | SRC_URI[sha256sum] = "b2e3ff03fa2be9058a9ffbedd12b0a670433bd16c8cc6c432ab48dabc2df1898" |
21 | 21 | ||
22 | PE = "1" | 22 | PE = "1" |
23 | 23 | ||