summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2019-01-18 09:00:28 +0100
committerPeter Korsgaard <peter@korsgaard.com>2019-01-19 16:31:42 +0100
commitcd232aefc9eedae43aff1e4a4abf86b64ef3bdfa (patch)
treea6d977f0505d33354570d8eb3d9f4677f5c49669
parentd9dcf1c5c11aeebbde16b1f98cf31590a92b6205 (diff)
downloadbuildroot-cd232aefc9eedae43aff1e4a4abf86b64ef3bdfa.tar.gz
buildroot-cd232aefc9eedae43aff1e4a4abf86b64ef3bdfa.zip
package/wireshark: security bump to version 2.6.6
Fixes the following security vulnerabilities: - wnpa-sec-2019-01 The 6LoWPAN dissector could crash. Bug 15217. CVE-2019-5716 https://www.wireshark.org/security/wnpa-sec-2019-01 - wnpa-sec-2019-02 The P_MUL dissector could crash. Bug 15337. CVE-2019-5717 https://www.wireshark.org/security/wnpa-sec-2019-02 - wnpa-sec-2019-03 The RTSE dissector and other dissectors could crash. Bug 15373. CVE-2019-5718 https://www.wireshark.org/security/wnpa-sec-2019-03 - wnpa-sec-2019-04 The ISAKMP dissector could crash. Bug 15374. CVE-2019-5719 https://www.wireshark.org/security/wnpa-sec-2019-04 Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/wireshark/wireshark.hash4
-rw-r--r--package/wireshark/wireshark.mk2
2 files changed, 3 insertions, 3 deletions
diff --git a/package/wireshark/wireshark.hash b/package/wireshark/wireshark.hash
index 7748dd8409..bad0a0fd45 100644
--- a/package/wireshark/wireshark.hash
+++ b/package/wireshark/wireshark.hash
@@ -1,4 +1,4 @@
-# From: https://www.wireshark.org/download/src/all-versions/SIGNATURES-2.6.5.txt
-sha256 93155b798544b2f07693920f4ac1b531c952965ee4eb1d98419961240177438a wireshark-2.6.5.tar.xz
+# From: https://www.wireshark.org/download/src/all-versions/SIGNATURES-2.6.6.txt
+sha256 487933ea075bdbb25d8df06017d9c4f49fc20eb7f6ec80af086718ed5550e863 wireshark-2.6.6.tar.xz
# Locally calculated
sha256 7cdbed2b697efaa45576a033f1ac0e73cd045644a91c79bbf41d4a7d81dac7bf COPYING
diff --git a/package/wireshark/wireshark.mk b/package/wireshark/wireshark.mk
index 07c1ade24d..c01238826b 100644
--- a/package/wireshark/wireshark.mk
+++ b/package/wireshark/wireshark.mk
@@ -4,7 +4,7 @@
#
################################################################################
-WIRESHARK_VERSION = 2.6.5
+WIRESHARK_VERSION = 2.6.6
WIRESHARK_SOURCE = wireshark-$(WIRESHARK_VERSION).tar.xz
WIRESHARK_SITE = https://www.wireshark.org/download/src/all-versions
WIRESHARK_LICENSE = wireshark license
OpenPOWER on IntegriCloud