diff options
author | Armin Kuster <akuster808@gmail.com> | 2015-05-15 13:27:20 -0700 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-06-05 21:11:38 -0400 |
commit | 77d9d68c131d386b37d6d33a4f1601c1ecf400c5 (patch) | |
tree | 443693114d68c1d7528785d302f26b263b605714 /meta-networking | |
parent | 337717b45ce601f30b67065b3f90785804c40226 (diff) | |
download | meta-openembedded-77d9d68c131d386b37d6d33a4f1601c1ecf400c5.tar.gz |
wireshark: update to 12.5
fixed broken url and cleaned up the PACKAGECONFIG
removed patch as it is included in this release
The following vulnerabilities have been fixed.
* [1]wnpa-sec-2015-12
The LBMR dissector could go into an infinite loop. ([2]Bug 11036)
[3]CVE-2015-3808 [4]CVE-2015-3809
* [5]wnpa-sec-2015-13
The WebSocket dissector could recurse excessively. ([6]Bug 10989)
[7]CVE-2015-3810
* [8]wnpa-sec-2015-14
The WCP dissector could crash while decompressing data. ([9]Bug
10978) [10]CVE-2015-3811
* [11]wnpa-sec-2015-15
The X11 dissector could leak memory. ([12]Bug 11088)
[13]CVE-2015-3812
* [14]wnpa-sec-2015-16
The packet reassembly code could leak memory. ([15]Bug 11129)
[16]CVE-2015-3813
* [17]wnpa-sec-2015-17
The IEEE 802.11 dissector could go into an infinite loop. ([18]Bug
11110) [19]CVE-2015-3814
* [20]wnpa-sec-2015-18
The Android Logcat file parser could crash. Discovered by Hanno
Böck. ([21]Bug 11188) [22]CVE-2015-3815
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.5.bb (renamed from meta-networking/recipes-support/wireshark/wireshark_1.12.4.bb) | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/meta-networking/recipes-support/wireshark/wireshark_1.12.4.bb b/meta-networking/recipes-support/wireshark/wireshark_1.12.5.bb index 99ff5d062..32d0ab92c 100644 --- a/meta-networking/recipes-support/wireshark/wireshark_1.12.4.bb +++ b/meta-networking/recipes-support/wireshark/wireshark_1.12.5.bb | |||
@@ -6,15 +6,12 @@ LIC_FILES_CHKSUM = "file://README.linux;md5=631e077455b7972172eb149195e065b0" | |||
6 | 6 | ||
7 | DEPENDS = "perl-native pcre expat glib-2.0 sbc" | 7 | DEPENDS = "perl-native pcre expat glib-2.0 sbc" |
8 | 8 | ||
9 | SRC_URI = " \ | 9 | SRC_URI = "https://2.na.dl.wireshark.org/src/wireshark-${PV}.tar.bz2" |
10 | http://wiresharkdownloads.riverbed.com/wireshark/src/wireshark-${PV}.tar.bz2 \ | ||
11 | file://Do-not-set-CC_FOR_BUILD-flags.patch \ | ||
12 | " | ||
13 | 10 | ||
14 | PE = "1" | 11 | PE = "1" |
15 | 12 | ||
16 | SRC_URI[md5sum] = "acfa156fd35cb66c867b1ace992e4b5b" | 13 | SRC_URI[md5sum] = "9ee199dde4f36a3d71f7b81dd6764e93" |
17 | SRC_URI[sha256sum] = "de804e98e252e4b795d28d6ac2d48d7f5aacd9b046ee44d44266983795ebc312" | 14 | SRC_URI[sha256sum] = "d0f177b2ef49e4deae4ff7d3299bdd295ba558a3934ce8ae489b2f13927cbd82" |
18 | 15 | ||
19 | inherit autotools pkgconfig | 16 | inherit autotools pkgconfig |
20 | 17 | ||
@@ -23,11 +20,12 @@ ARM_INSTRUCTION_SET = "arm" | |||
23 | # Works with either gtk+ or gtk3. | 20 | # Works with either gtk+ or gtk3. |
24 | WHICH_GTK = "gtk3" | 21 | WHICH_GTK = "gtk3" |
25 | 22 | ||
26 | PACKAGECONFIG ??= "libcap gnutls libnl" | 23 | PACKAGECONFIG ?= "libpcap gnutls libnl libcap" |
27 | PACKAGECONFIG += " ${@bb.utils.contains("DISTRO_FEATURES", "x11", "${WHICH_GTK} graphics", "", d)}" | 24 | PACKAGECONFIG += " ${@bb.utils.contains("DISTRO_FEATURES", "x11", "${WHICH_GTK} graphics", "", d)}" |
28 | PACKAGECONFIG += " ${@bb.utils.contains("DISTRO_FEATURES", "ipv6", "ipv6", "", d)}" | 25 | PACKAGECONFIG += " ${@bb.utils.contains("DISTRO_FEATURES", "ipv6", "ipv6", "", d)}" |
29 | 26 | ||
30 | PACKAGECONFIG[libcap] = "--with-libcap=${STAGING_DIR_HOST}, --with-libcap=no, libcap" | 27 | PACKAGECONFIG[libcap] = "--with-libcap=${STAGING_LIBDIR}, --with-libcap=no --enable-pcap-ng-default , libcap" |
28 | PACKAGECONFIG[libpcap] = "--with-pcap=${STAGING_LIBDIR} --with-pcap-remote, --with-pcap=no --enable-pcap-ng-default , libpcap" | ||
31 | PACKAGECONFIG[libsmi] = "--with-libsmi=yes, --with-libsmi=no, libsmi" | 29 | PACKAGECONFIG[libsmi] = "--with-libsmi=yes, --with-libsmi=no, libsmi" |
32 | PACKAGECONFIG[libnl] = "--with-libnl=yes, --with-libnl=no, libnl" | 30 | PACKAGECONFIG[libnl] = "--with-libnl=yes, --with-libnl=no, libnl" |
33 | PACKAGECONFIG[portaudio] = "--with-portaudio=yes, --with-portaudio=no, portaudio-v19" | 31 | PACKAGECONFIG[portaudio] = "--with-portaudio=yes, --with-portaudio=no, portaudio-v19" |
@@ -46,7 +44,7 @@ PACKAGECONFIG[geoip] = "--with-geoip=yes, --with-geoip=no, geoip" | |||
46 | PACKAGECONFIG[adns] = "--with-adns=yes, --with-adns=no, adns" | 44 | PACKAGECONFIG[adns] = "--with-adns=yes, --with-adns=no, adns" |
47 | PACKAGECONFIG[c-ares] = "--with-c-ares=yes, --with-c-ares=no, c-ares" | 45 | PACKAGECONFIG[c-ares] = "--with-c-ares=yes, --with-c-ares=no, c-ares" |
48 | 46 | ||
49 | EXTRA_OECONF += "--with-qt=no --enable-usr-local=no --enable-tshark --with-pcap=no --enable-pcap-ng-default" | 47 | EXTRA_OECONF += "--with-qt=no --enable-usr-local=no --enable-tshark --enable-rawshark" |
50 | 48 | ||
51 | do_configure_prepend() { | 49 | do_configure_prepend() { |
52 | # force to use fallback | 50 | # force to use fallback |