summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster@mvista.com>2017-12-19 07:38:46 -0800
committerArmin Kuster <akuster808@gmail.com>2018-02-09 10:49:04 +0530
commita370c771887107f424c723c0fcb3c246ffe022a4 (patch)
tree5b91c27be48c3730d20aae9b7c0612543e9a045c
parentd8ce5a7195f1210912c698a135492df1e073447e (diff)
downloadmeta-openembedded-a370c771887107f424c723c0fcb3c246ffe022a4.tar.gz
wireshark: Update to 2.2.11
changed --with-ssh to --with-libssh=DIR includes: wnpa-sec-2017-47 : CVE-2017-17084 The IWARP_MPA dissector could crash. (Bug 14236) wnpa-sec-2017-48 : CVE-2017-17083 The NetBIOS dissector could crash. (Bug 14249) wnpa-sec-2017-49 : CVE-2017-17085 The CIP Safety dissector could crash. (Bug 14250) release notes: https://www.wireshark.org/docs/relnotes/wireshark-2.2.11.html Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-networking/recipes-support/wireshark/wireshark_2.2.11.bb (renamed from meta-networking/recipes-support/wireshark/wireshark_2.2.10.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-networking/recipes-support/wireshark/wireshark_2.2.10.bb b/meta-networking/recipes-support/wireshark/wireshark_2.2.11.bb
index 5358ba07f..5eb372e37 100644
--- a/meta-networking/recipes-support/wireshark/wireshark_2.2.10.bb
+++ b/meta-networking/recipes-support/wireshark/wireshark_2.2.11.bb
@@ -10,8 +10,8 @@ SRC_URI = "https://2.na.dl.wireshark.org/src/all-versions/${BP}.tar.bz2"
10 10
11PE = "1" 11PE = "1"
12 12
13SRC_URI[md5sum] = "ae3a1a43a6e3687f44a738fd15d78021" 13SRC_URI[md5sum] = "a79ba6cda83be2a91bde4110fe194788"
14SRC_URI[sha256sum] = "8574a5e1fdec7affae640924bd46c1aed1bd866e02632fa5625e1450e4a50707" 14SRC_URI[sha256sum] = "a9f11621e85d7e1d72259157edd94825e72af3fd72e184b8474459f92ad5fc40"
15 15
16inherit autotools pkgconfig perlnative 16inherit autotools pkgconfig perlnative
17 17
@@ -39,7 +39,7 @@ PACKAGECONFIG[geoip] = "--with-geoip=yes, --with-geoip=no, geoip"
39PACKAGECONFIG[plugins] = "--with-plugins=yes, --with-plugins=no" 39PACKAGECONFIG[plugins] = "--with-plugins=yes, --with-plugins=no"
40PACKAGECONFIG[sbc] = "--with-sbc=yes, --with-sbc=no, sbc" 40PACKAGECONFIG[sbc] = "--with-sbc=yes, --with-sbc=no, sbc"
41 41
42PACKAGECONFIG[libssh] = "--with-ssh=yes, --with-ssh=no, libssh2" 42PACKAGECONFIG[libssh] = "--with-libssh=${STAGING_LIBDIR}, --with-libssh=no, libssh2"
43 43
44 44
45# these next two options require addional layers 45# these next two options require addional layers