[oe-commits] [meta-openembedded] 51/129: wireshark: Upgrade to 2.2.7

git at git.openembedded.org git at git.openembedded.org
Mon Sep 11 16:11:00 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch pyro-next
in repository meta-openembedded.

commit c3f8c021a10d57a4edd90061612be0750cf4b159
Author: fan.xin <fan.xin at jp.fujitsu.com>
AuthorDate: Wed Jun 7 12:09:57 2017 +0900

    wireshark: Upgrade to 2.2.7
    
    Upgrade wireshark from 2.2.6 to 2.2.7
    
    Signed-off-by: Fan Xin <fan.xin at jp.fujitsu.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
    
    This update add bug and security fixes.
        Bazaar dissector infinite loop (Bug 13599) CVE-2017-9352
        DOF dissector read overflow (Bug 13608) CVE-2017-9348
        DHCP dissector read overflow (Bug 13609, Bug 13628) CVE-2017-9351
        SoulSeek dissector infinite loop (Bug 13631) CVE-2017-9346
        DNS dissector infinite loop (Bug 13633) CVE-2017-9345
        DICOM dissector infinite loop (Bug 13685) CVE-2017-9349
        openSAFETY dissector memory exhaustion (Bug 13649) CVE-2017-9350
        BT L2CAP dissector divide by zero (Bug 13701) CVE-2017-9344
        MSNIP dissector crash (Bug 13725) CVE-2017-9343
        ROS dissector crash (Bug 13637) CVE-2017-9347
        RGMP dissector crash (Bug 13646) CVE-2017-9354
        IPv6 dissector crash (Bug 13675) CVE-2017-9353
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 .../wireshark/{wireshark_2.2.6.bb => wireshark_2.2.7.bb}              | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-networking/recipes-support/wireshark/wireshark_2.2.6.bb b/meta-networking/recipes-support/wireshark/wireshark_2.2.7.bb
similarity index 95%
rename from meta-networking/recipes-support/wireshark/wireshark_2.2.6.bb
rename to meta-networking/recipes-support/wireshark/wireshark_2.2.7.bb
index a0b6b8f..2f6f7b0 100644
--- a/meta-networking/recipes-support/wireshark/wireshark_2.2.6.bb
+++ b/meta-networking/recipes-support/wireshark/wireshark_2.2.7.bb
@@ -10,8 +10,8 @@ SRC_URI = "https://2.na.dl.wireshark.org/src/all-versions/${BP}.tar.bz2"
 
 PE = "1"
 
-SRC_URI[md5sum] = "2cd9a35c2df8c32668c1776784f074df"
-SRC_URI[sha256sum] = "f627d51eda85f5ae5f5c8c9fc1f6539ffc2a270dd7500dc7f67490a8534ca849"
+SRC_URI[md5sum] = "a4d880554c7f925dafef60fa313b580d"
+SRC_URI[sha256sum] = "689ddf62221b152779d8846ab5b2063cc7fd41ec1a9f04eefab09b5d5486dbb5"
 
 inherit autotools pkgconfig perlnative
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list