diff options
author | Armin Kuster <akuster808@gmail.com> | 2016-06-08 00:44:48 -0700 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-06-15 19:52:21 -0400 |
commit | f316c4a32686e57c4b65e659fbf7d7936ac39ff6 (patch) | |
tree | 7a9c95eebd68b64da41f0abe0e1591ea13109654 | |
parent | 13db3c65f525a6c87cd51961c3c1816e059478b9 (diff) | |
download | meta-openembedded-f316c4a32686e57c4b65e659fbf7d7936ac39ff6.tar.gz |
wireshark: update to 2.0.4
The following vulnerabilities have been fixed:
* [1]wnpa-sec-2016-29
The SPOOLS dissector could go into an infinite loop. Discovered by
the CESG.
* [2]wnpa-sec-2016-30
The IEEE 802.11 dissector could crash. ([3]Bug 11585)
* [4]wnpa-sec-2016-31
The IEEE 802.11 dissector could crash. Discovered by Mateusz
Jurczyk. ([5]Bug 12175)
* [6]wnpa-sec-2016-32
The UMTS FP dissector could crash. ([7]Bug 12191)
* [8]wnpa-sec-2016-33
Some USB dissectors could crash. Discovered by Mateusz Jurczyk.
([9]Bug 12356)
* [10]wnpa-sec-2016-34
The Toshiba file parser could crash. Discovered by iDefense Labs.
([11]Bug 12394)
* [12]wnpa-sec-2016-35
The CoSine file parser could crash. Discovered by iDefense Labs.
([13]Bug 12395)
* [14]wnpa-sec-2016-36
The NetScreen file parser could crash. Discovered by iDefense Labs.
([15]Bug 12396)
* [16]wnpa-sec-2016-37
The Ethernet dissector could crash. ([17]Bug 12440)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r-- | meta-networking/recipes-support/wireshark/wireshark_2.0.4.bb (renamed from meta-networking/recipes-support/wireshark/wireshark_2.0.3.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/wireshark/wireshark_2.0.3.bb b/meta-networking/recipes-support/wireshark/wireshark_2.0.4.bb index 76cb30a91..8aec230ed 100644 --- a/meta-networking/recipes-support/wireshark/wireshark_2.0.3.bb +++ b/meta-networking/recipes-support/wireshark/wireshark_2.0.4.bb | |||
@@ -8,8 +8,8 @@ DEPENDS = "perl-native pcre expat glib-2.0 sbc" | |||
8 | 8 | ||
9 | SRC_URI = "https://2.na.dl.wireshark.org/src/all-versions/${BP}.tar.bz2" | 9 | SRC_URI = "https://2.na.dl.wireshark.org/src/all-versions/${BP}.tar.bz2" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "62dc20f5a77542feed2e38f18db8ae3b" | 11 | SRC_URI[md5sum] = "622928dc6cb31c227c672ec3ec697f28" |
12 | SRC_URI[sha256sum] = "e196376e75fe21fdef41b4eaa27ce2e1b2b561e7f7b20328a8e96657cc4465fc" | 12 | SRC_URI[sha256sum] = "9ea9c82da9942194ebc8fc5c951a02e6d179afa7472cb6d96ca76154510de1a5" |
13 | 13 | ||
14 | PE = "1" | 14 | PE = "1" |
15 | 15 | ||