[oe-commits] [meta-openembedded] 06/07: wireshark: update to 2.4.6 and add upstream check

git at git.openembedded.org git at git.openembedded.org
Wed Apr 25 19:58:56 UTC 2018


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

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

commit e71a2522dd8ba679f6f71cad98c1cf9e88c20e31
Author: Armin Kuster <akuster808 at gmail.com>
AuthorDate: Wed Apr 4 07:09:24 2018 -0700

    wireshark: update to 2.4.6 and add upstream check
    
    [v2]
    inherit upstream-version-is-even instead of creating my own regex
    
    Security fixes:
    
       The following vulnerabilities have been fixed:
         * [1]wnpa-sec-2018-15
           The MP4 dissector could crash. ([2]Bug 13777)
         * [3]wnpa-sec-2018-16
           The ADB dissector could crash. ([4]Bug 14460)
         * [5]wnpa-sec-2018-17
           The IEEE 802.15.4 dissector could crash. ([6]Bug 14468)
         * [7]wnpa-sec-2018-18
           The NBAP dissector could crash. ([8]Bug 14471)
         * [9]wnpa-sec-2018-19
           The VLAN dissector could crash. ([10]Bug 14469)
         * [11]wnpa-sec-2018-20
           The LWAPP dissector could crash. ([12]Bug 14467)
         * [13]wnpa-sec-2018-21
           The TCP dissector could crash. ([14]Bug 14472)
         * [15]wnpa-sec-2018-22
           The CQL dissector could to into an infinite loop. ([16]Bug 14530)
         * [17]wnpa-sec-2018-23
           The Kerberos dissector could crash. ([18]Bug 14576)
         * [19]wnpa-sec-2018-24
           Multiple dissectors and other modules could leak memory. The TN3270
           ([20]Bug 14480), ISUP ([21]Bug 14481), LAPD ([22]Bug 14482), SMB2
           ([23]Bug 14483), GIOP ([24]Bug 14484), ASN.1 ([25]Bug 14485), MIME
           multipart ([26]Bug 14486), H.223 ([27]Bug 14487), and PCP ([28]Bug
           14488) dissectors were susceptible along with Wireshark and TShark
    
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
---
 .../wireshark/{wireshark_2.4.5.bb => wireshark_2.4.6.bb}          | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/meta-networking/recipes-support/wireshark/wireshark_2.4.5.bb b/meta-networking/recipes-support/wireshark/wireshark_2.4.6.bb
similarity index 92%
rename from meta-networking/recipes-support/wireshark/wireshark_2.4.5.bb
rename to meta-networking/recipes-support/wireshark/wireshark_2.4.6.bb
index e330b99..3da0a7b 100644
--- a/meta-networking/recipes-support/wireshark/wireshark_2.4.5.bb
+++ b/meta-networking/recipes-support/wireshark/wireshark_2.4.6.bb
@@ -9,12 +9,14 @@ DEPENDS = "pcre expat glib-2.0 glib-2.0-native libgcrypt libgpg-error"
 SRC_URI = "https://1.as.dl.wireshark.org/src/${BP}.tar.xz"
 SRC_URI += "file://libgcrypt.patch"
 
-SRC_URI[md5sum] = "2b6f1f37c72fa15a0a1863016a0abcc0"
-SRC_URI[sha256sum] = "b3b2ec29fba0f4a3a590438abe4054e56f19108d440fc2d61492db9d8ff16fd7"
+UPSTREAM_CHECK_URI = "https://1.as.dl.wireshark.org/src"
+
+SRC_URI[md5sum] = "8cfb73e286dd6427ca4405e6e802d13e"
+SRC_URI[sha256sum] = "8e965fd282bc0c09e7c4eba5f08a555d0ccf40a7d1544b939e01b90bc893d5fe"
 
 PE = "1"
 
-inherit autotools pkgconfig perlnative
+inherit autotools pkgconfig perlnative upstream-version-is-even
 
 ARM_INSTRUCTION_SET = "arm"
 

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


More information about the Openembedded-commits mailing list