diff options
author | Armin Kuster <akuster808@gmail.com> | 2018-04-04 07:09:24 -0700 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2018-04-25 15:53:46 -0400 |
commit | e71a2522dd8ba679f6f71cad98c1cf9e88c20e31 (patch) | |
tree | 9cc32aeda5df66c48eac0bab7831b86ce964f26b /meta-networking | |
parent | 20a34351159d9cdf45f98b10034671a12e4af462 (diff) | |
download | meta-openembedded-e71a2522dd8ba679f6f71cad98c1cf9e88c20e31.tar.gz |
wireshark: update to 2.4.6 and add upstream check
[v2]
inherit upstream-version-is-even instead of creating my own regex
Security fixes:
The following vulnerabilities have been fixed:
* [1]wnpa-sec-2018-15
The MP4 dissector could crash. ([2]Bug 13777)
* [3]wnpa-sec-2018-16
The ADB dissector could crash. ([4]Bug 14460)
* [5]wnpa-sec-2018-17
The IEEE 802.15.4 dissector could crash. ([6]Bug 14468)
* [7]wnpa-sec-2018-18
The NBAP dissector could crash. ([8]Bug 14471)
* [9]wnpa-sec-2018-19
The VLAN dissector could crash. ([10]Bug 14469)
* [11]wnpa-sec-2018-20
The LWAPP dissector could crash. ([12]Bug 14467)
* [13]wnpa-sec-2018-21
The TCP dissector could crash. ([14]Bug 14472)
* [15]wnpa-sec-2018-22
The CQL dissector could to into an infinite loop. ([16]Bug 14530)
* [17]wnpa-sec-2018-23
The Kerberos dissector could crash. ([18]Bug 14576)
* [19]wnpa-sec-2018-24
Multiple dissectors and other modules could leak memory. The TN3270
([20]Bug 14480), ISUP ([21]Bug 14481), LAPD ([22]Bug 14482), SMB2
([23]Bug 14483), GIOP ([24]Bug 14484), ASN.1 ([25]Bug 14485), MIME
multipart ([26]Bug 14486), H.223 ([27]Bug 14487), and PCP ([28]Bug
14488) dissectors were susceptible along with Wireshark and TShark
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-support/wireshark/wireshark_2.4.6.bb (renamed from meta-networking/recipes-support/wireshark/wireshark_2.4.5.bb) | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-networking/recipes-support/wireshark/wireshark_2.4.5.bb b/meta-networking/recipes-support/wireshark/wireshark_2.4.6.bb index e330b99d7..3da0a7baf 100644 --- a/meta-networking/recipes-support/wireshark/wireshark_2.4.5.bb +++ b/meta-networking/recipes-support/wireshark/wireshark_2.4.6.bb | |||
@@ -9,12 +9,14 @@ DEPENDS = "pcre expat glib-2.0 glib-2.0-native libgcrypt libgpg-error" | |||
9 | SRC_URI = "https://1.as.dl.wireshark.org/src/${BP}.tar.xz" | 9 | SRC_URI = "https://1.as.dl.wireshark.org/src/${BP}.tar.xz" |
10 | SRC_URI += "file://libgcrypt.patch" | 10 | SRC_URI += "file://libgcrypt.patch" |
11 | 11 | ||
12 | SRC_URI[md5sum] = "2b6f1f37c72fa15a0a1863016a0abcc0" | 12 | UPSTREAM_CHECK_URI = "https://1.as.dl.wireshark.org/src" |
13 | SRC_URI[sha256sum] = "b3b2ec29fba0f4a3a590438abe4054e56f19108d440fc2d61492db9d8ff16fd7" | 13 | |
14 | SRC_URI[md5sum] = "8cfb73e286dd6427ca4405e6e802d13e" | ||
15 | SRC_URI[sha256sum] = "8e965fd282bc0c09e7c4eba5f08a555d0ccf40a7d1544b939e01b90bc893d5fe" | ||
14 | 16 | ||
15 | PE = "1" | 17 | PE = "1" |
16 | 18 | ||
17 | inherit autotools pkgconfig perlnative | 19 | inherit autotools pkgconfig perlnative upstream-version-is-even |
18 | 20 | ||
19 | ARM_INSTRUCTION_SET = "arm" | 21 | ARM_INSTRUCTION_SET = "arm" |
20 | 22 | ||