* [Buildroot] [PATCH] wireshark: security bump to version 2.2.5
@ 2017-03-06 14:55 Gustavo Zacarias
2017-03-06 16:46 ` Thomas Petazzoni
0 siblings, 1 reply; 3+ messages in thread
From: Gustavo Zacarias @ 2017-03-06 14:55 UTC (permalink / raw)
To: buildroot
Fixes:
wnpa-sec-2017-03 - LDSS dissector crash
wnpa-sec-2017-04 - RTMTP dissector infinite loop
wnpa-sec-2017-05 - WSP dissector infinite loop
wnpa-sec-2017-06 - STANAG 4607 file parser infinite loop
wnpa-sec-2017-07 - NetScaler file parser infinite loop
wnpa-sec-2017-08 - NetScaler file parser crash
wnpa-sec-2017-09 - K12 file parser crash
wnpa-sec-2017-10 - IAX2 dissector infinite loop
wnpa-sec-2017-11 - NetScaler file parser infinite loop
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
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 e3eeef3..3d1f7af 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.4.txt
-sha256 42a7fb35eed5a32478153e24601a284bb50148b7ba919c3e8452652f4c2a3911 wireshark-2.2.4.tar.bz2
+# From: https://www.wireshark.org/download/src/all-versions/SIGNATURES-2.2.5.txt
+sha256 75dd88d3d6336559e5b0b72077d8a772a988197d571f00029986225fef609ac8 wireshark-2.2.5.tar.bz2
diff --git a/package/wireshark/wireshark.mk b/package/wireshark/wireshark.mk
index edd830d..14c2943 100644
--- a/package/wireshark/wireshark.mk
+++ b/package/wireshark/wireshark.mk
@@ -4,7 +4,7 @@
#
################################################################################
-WIRESHARK_VERSION = 2.2.4
+WIRESHARK_VERSION = 2.2.5
WIRESHARK_SOURCE = wireshark-$(WIRESHARK_VERSION).tar.bz2
WIRESHARK_SITE = https://www.wireshark.org/download/src/all-versions
WIRESHARK_LICENSE = wireshark license
--
2.10.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] wireshark: security bump to version 2.2.5
2017-03-06 14:55 [Buildroot] [PATCH] wireshark: security bump to version 2.2.5 Gustavo Zacarias
@ 2017-03-06 16:46 ` Thomas Petazzoni
2017-03-07 15:12 ` Peter Korsgaard
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2017-03-06 16:46 UTC (permalink / raw)
To: buildroot
Hello,
On Mon, 6 Mar 2017 11:55:27 -0300, Gustavo Zacarias wrote:
> Fixes:
> wnpa-sec-2017-03 - LDSS dissector crash
> wnpa-sec-2017-04 - RTMTP dissector infinite loop
> wnpa-sec-2017-05 - WSP dissector infinite loop
> wnpa-sec-2017-06 - STANAG 4607 file parser infinite loop
> wnpa-sec-2017-07 - NetScaler file parser infinite loop
> wnpa-sec-2017-08 - NetScaler file parser crash
> wnpa-sec-2017-09 - K12 file parser crash
> wnpa-sec-2017-10 - IAX2 dissector infinite loop
> wnpa-sec-2017-11 - NetScaler file parser infinite loop
>
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
> package/wireshark/wireshark.hash | 4 ++--
> package/wireshark/wireshark.mk | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
Applied to master, thanks. Peter: we want this one for LTS I guess.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] wireshark: security bump to version 2.2.5
2017-03-06 16:46 ` Thomas Petazzoni
@ 2017-03-07 15:12 ` Peter Korsgaard
0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2017-03-07 15:12 UTC (permalink / raw)
To: buildroot
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
> Hello,
> On Mon, 6 Mar 2017 11:55:27 -0300, Gustavo Zacarias wrote:
>> Fixes:
>> wnpa-sec-2017-03 - LDSS dissector crash
>> wnpa-sec-2017-04 - RTMTP dissector infinite loop
>> wnpa-sec-2017-05 - WSP dissector infinite loop
>> wnpa-sec-2017-06 - STANAG 4607 file parser infinite loop
>> wnpa-sec-2017-07 - NetScaler file parser infinite loop
>> wnpa-sec-2017-08 - NetScaler file parser crash
>> wnpa-sec-2017-09 - K12 file parser crash
>> wnpa-sec-2017-10 - IAX2 dissector infinite loop
>> wnpa-sec-2017-11 - NetScaler file parser infinite loop
>>
>> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
>> ---
>> package/wireshark/wireshark.hash | 4 ++--
>> package/wireshark/wireshark.mk | 2 +-
>> 2 files changed, 3 insertions(+), 3 deletions(-)
> Applied to master, thanks. Peter: we want this one for LTS I guess.
Committed to 2017.02.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-03-07 15:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-06 14:55 [Buildroot] [PATCH] wireshark: security bump to version 2.2.5 Gustavo Zacarias
2017-03-06 16:46 ` Thomas Petazzoni
2017-03-07 15:12 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox