All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking][PATCH] wireshark: update to 2.2.1
@ 2016-10-06  0:33 Armin Kuster
  2016-11-22 16:52 ` Martin Jansa
  0 siblings, 1 reply; 4+ messages in thread
From: Armin Kuster @ 2016-10-06  0:33 UTC (permalink / raw)
  To: openembedded-devel

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@gmail.com>
---
 .../wireshark/{wireshark_2.2.0.bb => wireshark_2.2.1.bb}             | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
 rename meta-networking/recipes-support/wireshark/{wireshark_2.2.0.bb => wireshark_2.2.1.bb} (93%)

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
 
-- 
2.7.4



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

* Re: [meta-networking][PATCH] wireshark: update to 2.2.1
  2016-10-06  0:33 [meta-networking][PATCH] wireshark: update to 2.2.1 Armin Kuster
@ 2016-11-22 16:52 ` Martin Jansa
  2016-11-22 18:06   ` Fabio Berton
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2016-11-22 16:52 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2059 bytes --]

On Wed, Oct 05, 2016 at 05:33:37PM -0700, Armin Kuster wrote:
> 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

It didn't last building for very long, now it seems to be broken by
libpcap upgrade in oe-core:

http://errors.yoctoproject.org/Errors/Details/104702/

> 
> Signed-off-by: Armin Kuster <akuster808@gmail.com>
> ---
>  .../wireshark/{wireshark_2.2.0.bb => wireshark_2.2.1.bb}             | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
>  rename meta-networking/recipes-support/wireshark/{wireshark_2.2.0.bb => wireshark_2.2.1.bb} (93%)
> 
> 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
>  
> -- 
> 2.7.4
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 201 bytes --]

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

* Re: [meta-networking][PATCH] wireshark: update to 2.2.1
  2016-11-22 16:52 ` Martin Jansa
@ 2016-11-22 18:06   ` Fabio Berton
  2016-11-22 20:47     ` Martin Jansa
  0 siblings, 1 reply; 4+ messages in thread
From: Fabio Berton @ 2016-11-22 18:06 UTC (permalink / raw)
  To: openembedded-devel

Hi Martin,

I fixed this issue in libpcap recipe and I'll send a patch to oe-core.


On Tue, Nov 22, 2016 at 2:52 PM, Martin Jansa <martin.jansa@gmail.com>
wrote:

> On Wed, Oct 05, 2016 at 05:33:37PM -0700, Armin Kuster wrote:
> > 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
>
> It didn't last building for very long, now it seems to be broken by
> libpcap upgrade in oe-core:
>
> http://errors.yoctoproject.org/Errors/Details/104702/
>
> >
> > Signed-off-by: Armin Kuster <akuster808@gmail.com>
> > ---
> >  .../wireshark/{wireshark_2.2.0.bb => wireshark_2.2.1.bb}             |
> 5 +++--
> >  1 file changed, 3 insertions(+), 2 deletions(-)
> >  rename meta-networking/recipes-support/wireshark/{wireshark_2.2.0.bb
> => wireshark_2.2.1.bb} (93%)
> >
> > 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] = "a6847e741efcba6cb9d92d464d4219
> 917bee3ad0b8f5b0f80d4388ad2f3f1104"
> > +PE = "1"
> > +SRC_URI[md5sum] = "49a1023a69ac108ca089d750eee50e37"
> > +SRC_URI[sha256sum] = "900e22af04c8b35e0d02a25a360ab1
> fb7cfe5ac18fc48a9afd75a7103e569149"
> >
> >  inherit autotools pkgconfig perlnative
> >
> > --
> > 2.7.4
> >
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
> --
> Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
>


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

* Re: [meta-networking][PATCH] wireshark: update to 2.2.1
  2016-11-22 18:06   ` Fabio Berton
@ 2016-11-22 20:47     ` Martin Jansa
  0 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2016-11-22 20:47 UTC (permalink / raw)
  To: openembedded-devel

Thanks for another quick fix!

On Tue, Nov 22, 2016 at 7:06 PM, Fabio Berton <fabio.berton@ossystems.com.br
> wrote:

> Hi Martin,
>
> I fixed this issue in libpcap recipe and I'll send a patch to oe-core.
>
>
> On Tue, Nov 22, 2016 at 2:52 PM, Martin Jansa <martin.jansa@gmail.com>
> wrote:
>
> > On Wed, Oct 05, 2016 at 05:33:37PM -0700, Armin Kuster wrote:
> > > 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
> >
> > It didn't last building for very long, now it seems to be broken by
> > libpcap upgrade in oe-core:
> >
> > http://errors.yoctoproject.org/Errors/Details/104702/
> >
> > >
> > > Signed-off-by: Armin Kuster <akuster808@gmail.com>
> > > ---
> > >  .../wireshark/{wireshark_2.2.0.bb => wireshark_2.2.1.bb}
>  |
> > 5 +++--
> > >  1 file changed, 3 insertions(+), 2 deletions(-)
> > >  rename meta-networking/recipes-support/wireshark/{wireshark_2.2.0.bb
> > => wireshark_2.2.1.bb} (93%)
> > >
> > > 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] = "a6847e741efcba6cb9d92d464d4219
> > 917bee3ad0b8f5b0f80d4388ad2f3f1104"
> > > +PE = "1"
> > > +SRC_URI[md5sum] = "49a1023a69ac108ca089d750eee50e37"
> > > +SRC_URI[sha256sum] = "900e22af04c8b35e0d02a25a360ab1
> > fb7cfe5ac18fc48a9afd75a7103e569149"
> > >
> > >  inherit autotools pkgconfig perlnative
> > >
> > > --
> > > 2.7.4
> > >
> > > --
> > > _______________________________________________
> > > Openembedded-devel mailing list
> > > Openembedded-devel@lists.openembedded.org
> > > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> >
> > --
> > Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com
> >
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> >
> >
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


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

end of thread, other threads:[~2016-11-22 20:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-06  0:33 [meta-networking][PATCH] wireshark: update to 2.2.1 Armin Kuster
2016-11-22 16:52 ` Martin Jansa
2016-11-22 18:06   ` Fabio Berton
2016-11-22 20:47     ` Martin Jansa

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.