diff options
author | Armin Kuster <akuster808@gmail.com> | 2015-01-07 18:32:36 -0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-01-26 10:13:53 -0500 |
commit | 6b76fffbb16351d0031c6b863a2deb9c60ec8dc7 (patch) | |
tree | 0c0753cb50a89a199f72569139f024547b4d8128 /meta-networking | |
parent | ee3412f5023fab71a4744a4e1820e28d126b4eb4 (diff) | |
download | meta-openembedded-6b76fffbb16351d0031c6b863a2deb9c60ec8dc7.tar.gz |
wireshark: update to 1.12.3
The following vulnerabilities have been fixed.
* [1]wnpa-sec-2015-01
The WCCP dissector could crash. ([2]Bug 10720, ws-buglink:10806)
CVE-2015-0559, CVE-2015-0560
* [3]wnpa-sec-2015-02
The LPP dissector could crash. ([4]Bug 10773)
CVE-2015-0561
* [5]wnpa-sec-2015-03
The DEC DNA Routing Protocol dissector could crash. ([6]Bug 10724)
CVE-2015-0562
* [7]wnpa-sec-2015-04
The SMTP dissector could crash. ([8]Bug 10823)
CVE-2015-0563
* wnpa-sec-2015-05
Wireshark could crash while decypting TLS/SSL sessions.
Discovered by Noam Rathaus.
CVE-2015-0564
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>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-support/wireshark/wireshark_1.12.3.bb (renamed from meta-networking/recipes-support/wireshark/wireshark_1.12.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/wireshark/wireshark_1.12.2.bb b/meta-networking/recipes-support/wireshark/wireshark_1.12.3.bb index 5740730a9..2dd99d698 100644 --- a/meta-networking/recipes-support/wireshark/wireshark_1.12.2.bb +++ b/meta-networking/recipes-support/wireshark/wireshark_1.12.3.bb | |||
@@ -13,8 +13,8 @@ SRC_URI = " \ | |||
13 | 13 | ||
14 | PE = "1" | 14 | PE = "1" |
15 | 15 | ||
16 | SRC_URI[md5sum] = "2f2a16be8b087227cb17733c72288ae4" | 16 | SRC_URI[md5sum] = "e6318b8451d4e56d39bd911da296ef19" |
17 | SRC_URI[sha256sum] = "30ae16b408a592642ce3a84dd9877d24df7a6dae8da4847486965190039df292" | 17 | SRC_URI[sha256sum] = "69950b9dcb1a630982b5f680554d73d27ee0dc856fc6aeef88c8d04eb5ac33ea" |
18 | 18 | ||
19 | inherit autotools pkgconfig | 19 | inherit autotools pkgconfig |
20 | 20 | ||