diff options
author | Armin Kuster <akuster808@gmail.com> | 2015-10-17 10:14:45 -0700 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-10-21 15:59:04 -0400 |
commit | 05b15b8cf12e6700cfde6f02a563d9048b1680a7 (patch) | |
tree | ddc35acdca8caf3c509410d4f85fddf8f6f624a5 /meta-networking | |
parent | eb01349b1fbf03ab1e8c00ad5347746c121da6c5 (diff) | |
download | meta-openembedded-05b15b8cf12e6700cfde6f02a563d9048b1680a7.tar.gz |
wireshark: update package to 1.12.8
changes include CVE-2015-7830
see https://www.wireshark.org/docs/relnotes/wireshark-1.12.8.html
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.8.bb (renamed from meta-networking/recipes-support/wireshark/wireshark_1.12.7.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/wireshark/wireshark_1.12.7.bb b/meta-networking/recipes-support/wireshark/wireshark_1.12.8.bb index f8ab3ca8ec..eee9f309f9 100644 --- a/meta-networking/recipes-support/wireshark/wireshark_1.12.7.bb +++ b/meta-networking/recipes-support/wireshark/wireshark_1.12.8.bb | |||
@@ -10,8 +10,8 @@ SRC_URI = "https://2.na.dl.wireshark.org/src/${BP}.tar.bz2" | |||
10 | 10 | ||
11 | PE = "1" | 11 | PE = "1" |
12 | 12 | ||
13 | SRC_URI[md5sum] = "c8ae53f648b1dcbf6e74495401a0f1ab" | 13 | SRC_URI[md5sum] = "988a4595a4a87dafb3c4870ea40e89b5" |
14 | SRC_URI[sha256sum] = "c74a1c14e72ce0f198a93d832e71742c7f312cbbe719e5def9ecef176860f92c" | 14 | SRC_URI[sha256sum] = "357e0a4e49525d80cdc740bb16539fcdb526ad38cc2ed6cabedafc9bdee5c7e7" |
15 | 15 | ||
16 | inherit autotools pkgconfig | 16 | inherit autotools pkgconfig |
17 | 17 | ||