summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/wireshark
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2014-09-16 16:50:19 -0700
committerJoe MacDonald <joe_macdonald@mentor.com>2014-09-23 22:00:01 -0400
commit1fbaf1ca73b18d723991b337086859d7b367a78c (patch)
tree2ac4c0e27fefb2199aaa41ab1ba6b58ade3c2afb /meta-networking/recipes-support/wireshark
parent2fab4b8902320d0323e3a59ea72e743f24eb36c9 (diff)
downloadmeta-openembedded-1fbaf1ca73b18d723991b337086859d7b367a78c.tar.gz
wireshark: update to 12.1
following security fixes included: MEGACO dissector infinite loop. (Bug 10333) CVE-2014-6423 Netflow dissector crash. (Bug 10370) CVE-2014-6424 CUPS dissector crash. (Bug 10353) CVE-2014-6425 HIP dissector infinite loop. CVE-2014-6426 RTSP dissector crash. (Bug 10381) CVE-2014-6427 SES dissector crash. (Bug 10454) CVE-2014-6428 Sniffer file parser crash. (Bug 10461) CVE-2014-6429 CVE-2014-6430 CVE-2014-6431 CVE-2014-6432 re-org'd dd file to be more in-line with style guide. 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/recipes-support/wireshark')
-rw-r--r--meta-networking/recipes-support/wireshark/wireshark_1.12.1.bb (renamed from meta-networking/recipes-support/wireshark/wireshark_1.12.0.bb)21
1 files changed, 10 insertions, 11 deletions
diff --git a/meta-networking/recipes-support/wireshark/wireshark_1.12.0.bb b/meta-networking/recipes-support/wireshark/wireshark_1.12.1.bb
index 39a24dc78..71cc0823a 100644
--- a/meta-networking/recipes-support/wireshark/wireshark_1.12.0.bb
+++ b/meta-networking/recipes-support/wireshark/wireshark_1.12.1.bb
@@ -2,9 +2,19 @@ DESCRIPTION = "wireshark - a popular network protocol analyzer"
2HOMEPAGE = "http://www.wireshark.org" 2HOMEPAGE = "http://www.wireshark.org"
3SECTION = "network" 3SECTION = "network"
4LICENSE = "GPL-2.0" 4LICENSE = "GPL-2.0"
5LIC_FILES_CHKSUM = "file://README.linux;md5=631e077455b7972172eb149195e065b0"
5 6
6DEPENDS = "perl-native libcap libpcap pcre expat glib-2.0 libnl sbc" 7DEPENDS = "perl-native libcap libpcap pcre expat glib-2.0 libnl sbc"
7 8
9SRC_URI = " \
10 http://wiresharkdownloads.riverbed.com/wireshark/src/wireshark-${PV}.tar.bz2 \
11"
12
13PE = "1"
14
15SRC_URI[md5sum] = "14b3e3d8979d1eb27ff085bb5f400e67"
16SRC_URI[sha256sum]= "82b26bd416ec15903b27785e35a622687008a743342054e96eaaeaa249be584b"
17
8inherit autotools pkgconfig 18inherit autotools pkgconfig
9 19
10ARM_INSTRUCTION_SET = "arm" 20ARM_INSTRUCTION_SET = "arm"
@@ -27,16 +37,6 @@ PACKAGECONFIG[gcrypt] = "--with-gcrypt=yes, --with-gcrypt=no, libgcrypt"
27 37
28EXTRA_OECONF = "--with-qt=no --enable-usr-local=no --enable-tshark --with-c-ares=no" 38EXTRA_OECONF = "--with-qt=no --enable-usr-local=no --enable-tshark --with-c-ares=no"
29 39
30LIC_FILES_CHKSUM = "file://README.linux;md5=631e077455b7972172eb149195e065b0"
31SRC_URI = " \
32 http://wiresharkdownloads.riverbed.com/wireshark/src/wireshark-1.12.0.tar.bz2 \
33"
34
35PE = "1"
36
37SRC_URI[md5sum] = "8dcfe451d8769901129809d2e19c1fb7"
38SRC_URI[sha256sum]= "0f59fea1c5b35de90af681067e49113fee0dd7a901750a97fa25f4256dbf13c7"
39
40do_configure_prepend() { 40do_configure_prepend() {
41 # force to use fallback 41 # force to use fallback
42 sed -i -e '/^glib_prefix/s/=.*$/=""/' ${S}/aclocal-flags 42 sed -i -e '/^glib_prefix/s/=.*$/=""/' ${S}/aclocal-flags
@@ -44,4 +44,3 @@ do_configure_prepend() {
44 44
45ALLOW_EMPTY_${PN} = "1" 45ALLOW_EMPTY_${PN} = "1"
46INHIBIT_PACKAGE_DEBUG_SPLIT = "1" 46INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
47