[oe-commits] [meta-openembedded] 20/21: wireshark: update to 2.2.1

git at git.openembedded.org git at git.openembedded.org
Thu Oct 20 19:13:12 UTC 2016


joe_macdonald pushed a commit to branch master
in repository meta-openembedded.

commit 8eef5ab5cd66b349dd517cbcc3db355963232d9c
Author: Armin Kuster <akuster808 at gmail.com>
AuthorDate: Wed Oct 5 17:33:37 2016 -0700

    wireshark: update to 2.2.1
    
    Restore PE
    
    includes 2 security fixes:
    wnpa-sec-2016-57. NCP dissector crash. Fixed in 2.2.1.
    wnpa-sec-2016-56. Bluetooth L2CAP dissector crash. Fixed in 2.2.1.
    
    see https://www.wireshark.org/docs/relnotes/wireshark-2.2.1.html
    
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
---
 .../wireshark/{wireshark_2.2.0.bb => wireshark_2.2.1.bb}             | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/meta-networking/recipes-support/wireshark/wireshark_2.2.0.bb b/meta-networking/recipes-support/wireshark/wireshark_2.2.1.bb
similarity index 93%
rename from meta-networking/recipes-support/wireshark/wireshark_2.2.0.bb
rename to meta-networking/recipes-support/wireshark/wireshark_2.2.1.bb
index dca3be6..a5fb7f6 100644
--- a/meta-networking/recipes-support/wireshark/wireshark_2.2.0.bb
+++ b/meta-networking/recipes-support/wireshark/wireshark_2.2.1.bb
@@ -8,8 +8,9 @@ DEPENDS = "pcre expat glib-2.0 sbc"
 
 SRC_URI = "https://2.na.dl.wireshark.org/src/all-versions/${BP}.tar.bz2"
 
-SRC_URI[md5sum] = "c7de0997f74934f25b456846cf75cb81"
-SRC_URI[sha256sum] = "a6847e741efcba6cb9d92d464d4219917bee3ad0b8f5b0f80d4388ad2f3f1104"
+PE = "1"
+SRC_URI[md5sum] = "49a1023a69ac108ca089d750eee50e37"
+SRC_URI[sha256sum] = "900e22af04c8b35e0d02a25a360ab1fb7cfe5ac18fc48a9afd75a7103e569149"
 
 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