Re: [oe] [meta-networking][PATCH] wireshark: update to 2.4.6 and add upstream check

2018-04-06 Thread akuster808
On 04/06/2018 12:49 AM, Alexander Kanavin wrote: > On 04/06/2018 07:48 AM, Anuj Mittal wrote: > +UPSTREAM_CHECK_REGEX = "wireshark-(?P2\.4(\.\d+)+)\.tar\.xz" Why restrict the version to only 2.4.x ? >>> 2.5.1 is beta.. I don't want to update to it. >> >> It follows the odd/even vers

Re: [oe] [meta-networking][PATCH] wireshark: update to 2.4.6 and add upstream check

2018-04-06 Thread Alexander Kanavin
On 04/06/2018 07:48 AM, Anuj Mittal wrote: +UPSTREAM_CHECK_REGEX = "wireshark-(?P2\.4(\.\d+)+)\.tar\.xz" Why restrict the version to only 2.4.x ? 2.5.1 is beta.. I don't want to update to it. It follows the odd/even versioning with odd being the development releases. https://wiki.wireshark.

Re: [oe] [meta-networking][PATCH] wireshark: update to 2.4.6 and add upstream check

2018-04-05 Thread Anuj Mittal
On 04/05/2018 03:23 AM, akuster808 wrote: > > > On 04/04/2018 09:28 AM, Alexander Kanavin wrote: >> On 04/04/2018 05:09 PM, Armin Kuster wrote: >> >>> +UPSTREAM_CHECK_REGEX = "wireshark-(?P2\.4(\.\d+)+)\.tar\.xz" >> >> Why restrict the version to only 2.4.x ? > 2.5.1 is beta.. I don't want to upd

Re: [oe] [meta-networking][PATCH] wireshark: update to 2.4.6 and add upstream check

2018-04-04 Thread akuster808
On 04/04/2018 09:28 AM, Alexander Kanavin wrote: > On 04/04/2018 05:09 PM, Armin Kuster wrote: > >> +UPSTREAM_CHECK_REGEX = "wireshark-(?P2\.4(\.\d+)+)\.tar\.xz" > > Why restrict the version to only 2.4.x ? 2.5.1 is beta.. I don't want to update to it. > (also including .xz at the end may not be

Re: [oe] [meta-networking][PATCH] wireshark: update to 2.4.6 and add upstream check

2018-04-04 Thread Alexander Kanavin
On 04/04/2018 05:09 PM, Armin Kuster wrote: +UPSTREAM_CHECK_REGEX = "wireshark-(?P2\.4(\.\d+)+)\.tar\.xz" Why restrict the version to only 2.4.x ? (also including .xz at the end may not be a good idea if upstream decides to use a different compressor) Alex -- ___

[oe] [meta-networking][PATCH] wireshark: update to 2.4.6 and add upstream check

2018-04-04 Thread Armin Kuster
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 cras