diff options
author | Armin Kuster <akuster808@gmail.com> | 2015-06-17 22:27:12 -0700 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-07-06 15:27:52 -0400 |
commit | 7010e1fb4a6238372cc60065ca474a63a2a12abb (patch) | |
tree | 49aba5794e823b90f4dd6572dc228411a9089cf1 | |
parent | f195ff612ba17dcd1bd8003b43cd2ecf513710c1 (diff) | |
download | meta-openembedded-7010e1fb4a6238372cc60065ca474a63a2a12abb.tar.gz |
wireshark: update to 1.12.6
include a security fixes but no CVE #
The following vulnerabilities have been fixed.
* [1]wnpa-sec-2015-19
WCCP dissector crash. ([2]Bug 11153)
* [3]wnpa-sec-2015-20
GSM DTAP dissector crash. ([4]Bug 11201)
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_1.12.6.bb (renamed from meta-networking/recipes-support/wireshark/wireshark_1.12.5.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/wireshark/wireshark_1.12.5.bb b/meta-networking/recipes-support/wireshark/wireshark_1.12.6.bb index 32d0ab92c..936ad620f 100644 --- a/meta-networking/recipes-support/wireshark/wireshark_1.12.5.bb +++ b/meta-networking/recipes-support/wireshark/wireshark_1.12.6.bb | |||
@@ -10,8 +10,8 @@ SRC_URI = "https://2.na.dl.wireshark.org/src/wireshark-${PV}.tar.bz2" | |||
10 | 10 | ||
11 | PE = "1" | 11 | PE = "1" |
12 | 12 | ||
13 | SRC_URI[md5sum] = "9ee199dde4f36a3d71f7b81dd6764e93" | 13 | SRC_URI[md5sum] = "25ad2bc1c2a21396827c238fcff51bf3" |
14 | SRC_URI[sha256sum] = "d0f177b2ef49e4deae4ff7d3299bdd295ba558a3934ce8ae489b2f13927cbd82" | 14 | SRC_URI[sha256sum] = "22ac0cc872f12cef9bb2cacfe0720eed8533dc5cea102d21de511620606cb3b6" |
15 | 15 | ||
16 | inherit autotools pkgconfig | 16 | inherit autotools pkgconfig |
17 | 17 | ||