All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] wireshark: security bump to version 2.2.11
@ 2017-12-09 14:08 Peter Korsgaard
  2017-12-10 19:55 ` Peter Korsgaard
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Peter Korsgaard @ 2017-12-09 14:08 UTC (permalink / raw)
  To: buildroot

Fixes the following security issues:

wnpa-sec-2017-47: The IWARP_MPA dissector could crash. (Bug 14236)

https://www.wireshark.org/security/wnpa-sec-2017-47.html

wnpa-sec-2017-48: The NetBIOS dissector could crash. (Bug 14249)

https://www.wireshark.org/security/wnpa-sec-2017-48.html

wnpa-sec-2017-49: The CIP Safety dissector could crash. (Bug 14250)

https://www.wireshark.org/security/wnpa-sec-2017-49.html

For more information, see the release notes:
https://www.wireshark.org/docs/relnotes/wireshark-2.2.11.html

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/wireshark/wireshark.hash | 4 ++--
 package/wireshark/wireshark.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/wireshark/wireshark.hash b/package/wireshark/wireshark.hash
index 3494f2e5bf..cffdab2a24 100644
--- a/package/wireshark/wireshark.hash
+++ b/package/wireshark/wireshark.hash
@@ -1,2 +1,2 @@
-# From: https://www.wireshark.org/download/src/all-versions/SIGNATURES-2.2.10.txt
-sha256 8574a5e1fdec7affae640924bd46c1aed1bd866e02632fa5625e1450e4a50707  wireshark-2.2.10.tar.bz2
+# From: https://www.wireshark.org/download/src/all-versions/SIGNATURES-2.2.11.txt
+sha256 a9f11621e85d7e1d72259157edd94825e72af3fd72e184b8474459f92ad5fc40  wireshark-2.2.11.tar.bz2
diff --git a/package/wireshark/wireshark.mk b/package/wireshark/wireshark.mk
index 34ee563f18..535ed7a2c9 100644
--- a/package/wireshark/wireshark.mk
+++ b/package/wireshark/wireshark.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-WIRESHARK_VERSION = 2.2.10
+WIRESHARK_VERSION = 2.2.11
 WIRESHARK_SOURCE = wireshark-$(WIRESHARK_VERSION).tar.bz2
 WIRESHARK_SITE = https://www.wireshark.org/download/src/all-versions
 WIRESHARK_LICENSE = wireshark license
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] wireshark: security bump to version 2.2.11
  2017-12-09 14:08 [Buildroot] [PATCH] wireshark: security bump to version 2.2.11 Peter Korsgaard
@ 2017-12-10 19:55 ` Peter Korsgaard
  2017-12-27 11:46 ` Peter Korsgaard
  2017-12-28 22:43 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2017-12-10 19:55 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > Fixes the following security issues:
 > wnpa-sec-2017-47: The IWARP_MPA dissector could crash. (Bug 14236)

 > https://www.wireshark.org/security/wnpa-sec-2017-47.html

 > wnpa-sec-2017-48: The NetBIOS dissector could crash. (Bug 14249)

 > https://www.wireshark.org/security/wnpa-sec-2017-48.html

 > wnpa-sec-2017-49: The CIP Safety dissector could crash. (Bug 14250)

 > https://www.wireshark.org/security/wnpa-sec-2017-49.html

 > For more information, see the release notes:
 > https://www.wireshark.org/docs/relnotes/wireshark-2.2.11.html

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] wireshark: security bump to version 2.2.11
  2017-12-09 14:08 [Buildroot] [PATCH] wireshark: security bump to version 2.2.11 Peter Korsgaard
  2017-12-10 19:55 ` Peter Korsgaard
@ 2017-12-27 11:46 ` Peter Korsgaard
  2017-12-28 22:43 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2017-12-27 11:46 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > Fixes the following security issues:
 > wnpa-sec-2017-47: The IWARP_MPA dissector could crash. (Bug 14236)

 > https://www.wireshark.org/security/wnpa-sec-2017-47.html

 > wnpa-sec-2017-48: The NetBIOS dissector could crash. (Bug 14249)

 > https://www.wireshark.org/security/wnpa-sec-2017-48.html

 > wnpa-sec-2017-49: The CIP Safety dissector could crash. (Bug 14250)

 > https://www.wireshark.org/security/wnpa-sec-2017-49.html

 > For more information, see the release notes:
 > https://www.wireshark.org/docs/relnotes/wireshark-2.2.11.html

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed to 2017.11.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] wireshark: security bump to version 2.2.11
  2017-12-09 14:08 [Buildroot] [PATCH] wireshark: security bump to version 2.2.11 Peter Korsgaard
  2017-12-10 19:55 ` Peter Korsgaard
  2017-12-27 11:46 ` Peter Korsgaard
@ 2017-12-28 22:43 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2017-12-28 22:43 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > Fixes the following security issues:
 > wnpa-sec-2017-47: The IWARP_MPA dissector could crash. (Bug 14236)

 > https://www.wireshark.org/security/wnpa-sec-2017-47.html

 > wnpa-sec-2017-48: The NetBIOS dissector could crash. (Bug 14249)

 > https://www.wireshark.org/security/wnpa-sec-2017-48.html

 > wnpa-sec-2017-49: The CIP Safety dissector could crash. (Bug 14250)

 > https://www.wireshark.org/security/wnpa-sec-2017-49.html

 > For more information, see the release notes:
 > https://www.wireshark.org/docs/relnotes/wireshark-2.2.11.html

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
 > ---
 >  package/wireshark/wireshark.hash | 4 ++--
 >  package/wireshark/wireshark.mk   | 2 +-
 >  2 files changed, 3 insertions(+), 3 deletions(-)

 > diff --git a/package/wireshark/wireshark.hash b/package/wireshark/wireshark.hash

Committed to 2017.02.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-12-28 22:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-09 14:08 [Buildroot] [PATCH] wireshark: security bump to version 2.2.11 Peter Korsgaard
2017-12-10 19:55 ` Peter Korsgaard
2017-12-27 11:46 ` Peter Korsgaard
2017-12-28 22:43 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.