diff options
author | Armin Kuster <akuster808@gmail.com> | 2015-01-07 18:32:36 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2015-03-21 07:48:13 -0700 |
commit | 0a787c6745e14449b1278a762b2d6bc1bc5cbcc4 (patch) | |
tree | 24c9e9a77db350c4290dbc48bcf89f2cb345b046 /meta-networking/recipes-support/wireshark | |
parent | 4a054e43a6f1d16d5798c48421ef731fb9f94d38 (diff) | |
download | meta-openembedded-0a787c6745e14449b1278a762b2d6bc1bc5cbcc4.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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/wireshark')
-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 = " \ PE = "1" -SRC_URI[md5sum] = "2f2a16be8b087227cb17733c72288ae4" -SRC_URI[sha256sum] = "30ae16b408a592642ce3a84dd9877d24df7a6dae8da4847486965190039df292" +SRC_URI[md5sum] = "e6318b8451d4e56d39bd911da296ef19" +SRC_URI[sha256sum] = "69950b9dcb1a630982b5f680554d73d27ee0dc856fc6aeef88c8d04eb5ac33ea" inherit autotools pkgconfig |