All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking][PATCH] wireshark: update to 12.1
@ 2014-09-16 23:50 Armin Kuster
  2014-09-24  2:04 ` Joe MacDonald
  0 siblings, 1 reply; 3+ messages in thread
From: Armin Kuster @ 2014-09-16 23:50 UTC (permalink / raw)
  To: openembedded-devel

following security fixes included:
MEGACO dissector infinite loop. (Bug 10333) CVE-2014-6423
Netflow dissector crash. (Bug 10370) CVE-2014-6424
CUPS dissector crash. (Bug 10353) CVE-2014-6425
HIP dissector infinite loop. CVE-2014-6426
RTSP dissector crash. (Bug 10381) CVE-2014-6427
SES dissector crash. (Bug 10454) CVE-2014-6428
Sniffer file parser crash. (Bug 10461) CVE-2014-6429 CVE-2014-6430 CVE-2014-6431 CVE-2014-6432

re-org'd dd file to be more in-line with style guide.

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../{wireshark_1.12.0.bb => wireshark_1.12.1.bb}    | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)
 rename meta-networking/recipes-support/wireshark/{wireshark_1.12.0.bb => wireshark_1.12.1.bb} (90%)

diff --git a/meta-networking/recipes-support/wireshark/wireshark_1.12.0.bb b/meta-networking/recipes-support/wireshark/wireshark_1.12.1.bb
similarity index 90%
rename from meta-networking/recipes-support/wireshark/wireshark_1.12.0.bb
rename to meta-networking/recipes-support/wireshark/wireshark_1.12.1.bb
index 39a24dc..71cc082 100644
--- a/meta-networking/recipes-support/wireshark/wireshark_1.12.0.bb
+++ b/meta-networking/recipes-support/wireshark/wireshark_1.12.1.bb
@@ -2,9 +2,19 @@ DESCRIPTION = "wireshark - a popular network protocol analyzer"
 HOMEPAGE = "http://www.wireshark.org"
 SECTION = "network"
 LICENSE = "GPL-2.0"
+LIC_FILES_CHKSUM = "file://README.linux;md5=631e077455b7972172eb149195e065b0"
 
 DEPENDS = "perl-native libcap libpcap pcre expat glib-2.0 libnl sbc"
 
+SRC_URI = " \
+    http://wiresharkdownloads.riverbed.com/wireshark/src/wireshark-${PV}.tar.bz2 \
+"
+
+PE = "1"
+
+SRC_URI[md5sum] = "14b3e3d8979d1eb27ff085bb5f400e67"
+SRC_URI[sha256sum]= "82b26bd416ec15903b27785e35a622687008a743342054e96eaaeaa249be584b"
+
 inherit autotools pkgconfig
 
 ARM_INSTRUCTION_SET = "arm"
@@ -27,16 +37,6 @@ PACKAGECONFIG[gcrypt] = "--with-gcrypt=yes, --with-gcrypt=no, libgcrypt"
 
 EXTRA_OECONF = "--with-qt=no --enable-usr-local=no --enable-tshark --with-c-ares=no"
 
-LIC_FILES_CHKSUM = "file://README.linux;md5=631e077455b7972172eb149195e065b0"
-SRC_URI = " \
-    http://wiresharkdownloads.riverbed.com/wireshark/src/wireshark-1.12.0.tar.bz2 \
-"
-
-PE = "1"
-
-SRC_URI[md5sum] = "8dcfe451d8769901129809d2e19c1fb7"
-SRC_URI[sha256sum]= "0f59fea1c5b35de90af681067e49113fee0dd7a901750a97fa25f4256dbf13c7"
-
 do_configure_prepend() {
     # force to use fallback 
     sed -i -e '/^glib_prefix/s/=.*$/=""/' ${S}/aclocal-flags
@@ -44,4 +44,3 @@ do_configure_prepend() {
 
 ALLOW_EMPTY_${PN} = "1"
 INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
-
-- 
1.9.1



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

* Re: [meta-networking][PATCH] wireshark: update to 12.1
  2014-09-16 23:50 [meta-networking][PATCH] wireshark: update to 12.1 Armin Kuster
@ 2014-09-24  2:04 ` Joe MacDonald
  2014-09-24 16:01   ` akuster808
  0 siblings, 1 reply; 3+ messages in thread
From: Joe MacDonald @ 2014-09-24  2:04 UTC (permalink / raw)
  To: openembedded-devel

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

Merged, thanks Armin.  I also included Roy's patch for the BUILD_CFLAGS
since, looking at my own build logs when cross-building, it looks like
it is required, but please let me know if you think it's inappropriate.

Thanks,
-J.

[[oe] [meta-networking][PATCH] wireshark: update to 12.1] On 14.09.16 (Tue 16:50) Armin Kuster wrote:

> following security fixes included:
> MEGACO dissector infinite loop. (Bug 10333) CVE-2014-6423
> Netflow dissector crash. (Bug 10370) CVE-2014-6424
> CUPS dissector crash. (Bug 10353) CVE-2014-6425
> HIP dissector infinite loop. CVE-2014-6426
> RTSP dissector crash. (Bug 10381) CVE-2014-6427
> SES dissector crash. (Bug 10454) CVE-2014-6428
> Sniffer file parser crash. (Bug 10461) CVE-2014-6429 CVE-2014-6430 CVE-2014-6431 CVE-2014-6432
> 
> re-org'd dd file to be more in-line with style guide.
> 
> Signed-off-by: Armin Kuster <akuster808@gmail.com>
> ---
>  .../{wireshark_1.12.0.bb => wireshark_1.12.1.bb}    | 21 ++++++++++-----------
>  1 file changed, 10 insertions(+), 11 deletions(-)
>  rename meta-networking/recipes-support/wireshark/{wireshark_1.12.0.bb => wireshark_1.12.1.bb} (90%)
> 
> diff --git a/meta-networking/recipes-support/wireshark/wireshark_1.12.0.bb b/meta-networking/recipes-support/wireshark/wireshark_1.12.1.bb
> similarity index 90%
> rename from meta-networking/recipes-support/wireshark/wireshark_1.12.0.bb
> rename to meta-networking/recipes-support/wireshark/wireshark_1.12.1.bb
> index 39a24dc..71cc082 100644
> --- a/meta-networking/recipes-support/wireshark/wireshark_1.12.0.bb
> +++ b/meta-networking/recipes-support/wireshark/wireshark_1.12.1.bb
> @@ -2,9 +2,19 @@ DESCRIPTION = "wireshark - a popular network protocol analyzer"
>  HOMEPAGE = "http://www.wireshark.org"
>  SECTION = "network"
>  LICENSE = "GPL-2.0"
> +LIC_FILES_CHKSUM = "file://README.linux;md5=631e077455b7972172eb149195e065b0"
>  
>  DEPENDS = "perl-native libcap libpcap pcre expat glib-2.0 libnl sbc"
>  
> +SRC_URI = " \
> +    http://wiresharkdownloads.riverbed.com/wireshark/src/wireshark-${PV}.tar.bz2 \
> +"
> +
> +PE = "1"
> +
> +SRC_URI[md5sum] = "14b3e3d8979d1eb27ff085bb5f400e67"
> +SRC_URI[sha256sum]= "82b26bd416ec15903b27785e35a622687008a743342054e96eaaeaa249be584b"
> +
>  inherit autotools pkgconfig
>  
>  ARM_INSTRUCTION_SET = "arm"
> @@ -27,16 +37,6 @@ PACKAGECONFIG[gcrypt] = "--with-gcrypt=yes, --with-gcrypt=no, libgcrypt"
>  
>  EXTRA_OECONF = "--with-qt=no --enable-usr-local=no --enable-tshark --with-c-ares=no"
>  
> -LIC_FILES_CHKSUM = "file://README.linux;md5=631e077455b7972172eb149195e065b0"
> -SRC_URI = " \
> -    http://wiresharkdownloads.riverbed.com/wireshark/src/wireshark-1.12.0.tar.bz2 \
> -"
> -
> -PE = "1"
> -
> -SRC_URI[md5sum] = "8dcfe451d8769901129809d2e19c1fb7"
> -SRC_URI[sha256sum]= "0f59fea1c5b35de90af681067e49113fee0dd7a901750a97fa25f4256dbf13c7"
> -
>  do_configure_prepend() {
>      # force to use fallback 
>      sed -i -e '/^glib_prefix/s/=.*$/=""/' ${S}/aclocal-flags
> @@ -44,4 +44,3 @@ do_configure_prepend() {
>  
>  ALLOW_EMPTY_${PN} = "1"
>  INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
> -
> -- 
> 1.9.1
> 
-- 
-Joe MacDonald.
:wq

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

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

* Re: [meta-networking][PATCH] wireshark: update to 12.1
  2014-09-24  2:04 ` Joe MacDonald
@ 2014-09-24 16:01   ` akuster808
  0 siblings, 0 replies; 3+ messages in thread
From: akuster808 @ 2014-09-24 16:01 UTC (permalink / raw)
  To: joe@deserted.net >> Joe MacDonald; +Cc: openembedded-devel



On 09/23/2014 07:04 PM, Joe MacDonald wrote:
> Merged, thanks Armin.

Thanks.

  I also included Roy's patch for the BUILD_CFLAGS
> since, looking at my own build logs when cross-building, it looks like
> it is required, but please let me know if you think it's inappropriate.

no problems here.

- Armin

>
> Thanks,
> -J.
>
> [[oe] [meta-networking][PATCH] wireshark: update to 12.1] On 14.09.16 (Tue 16:50) Armin Kuster wrote:
>
>> following security fixes included:
>> MEGACO dissector infinite loop. (Bug 10333) CVE-2014-6423
>> Netflow dissector crash. (Bug 10370) CVE-2014-6424
>> CUPS dissector crash. (Bug 10353) CVE-2014-6425
>> HIP dissector infinite loop. CVE-2014-6426
>> RTSP dissector crash. (Bug 10381) CVE-2014-6427
>> SES dissector crash. (Bug 10454) CVE-2014-6428
>> Sniffer file parser crash. (Bug 10461) CVE-2014-6429 CVE-2014-6430 CVE-2014-6431 CVE-2014-6432
>>
>> re-org'd dd file to be more in-line with style guide.
>>
>> Signed-off-by: Armin Kuster <akuster808@gmail.com>
>> ---
>>   .../{wireshark_1.12.0.bb => wireshark_1.12.1.bb}    | 21 ++++++++++-----------
>>   1 file changed, 10 insertions(+), 11 deletions(-)
>>   rename meta-networking/recipes-support/wireshark/{wireshark_1.12.0.bb => wireshark_1.12.1.bb} (90%)
>>
>> diff --git a/meta-networking/recipes-support/wireshark/wireshark_1.12.0.bb b/meta-networking/recipes-support/wireshark/wireshark_1.12.1.bb
>> similarity index 90%
>> rename from meta-networking/recipes-support/wireshark/wireshark_1.12.0.bb
>> rename to meta-networking/recipes-support/wireshark/wireshark_1.12.1.bb
>> index 39a24dc..71cc082 100644
>> --- a/meta-networking/recipes-support/wireshark/wireshark_1.12.0.bb
>> +++ b/meta-networking/recipes-support/wireshark/wireshark_1.12.1.bb
>> @@ -2,9 +2,19 @@ DESCRIPTION = "wireshark - a popular network protocol analyzer"
>>   HOMEPAGE = "http://www.wireshark.org"
>>   SECTION = "network"
>>   LICENSE = "GPL-2.0"
>> +LIC_FILES_CHKSUM = "file://README.linux;md5=631e077455b7972172eb149195e065b0"
>>
>>   DEPENDS = "perl-native libcap libpcap pcre expat glib-2.0 libnl sbc"
>>
>> +SRC_URI = " \
>> +    http://wiresharkdownloads.riverbed.com/wireshark/src/wireshark-${PV}.tar.bz2 \
>> +"
>> +
>> +PE = "1"
>> +
>> +SRC_URI[md5sum] = "14b3e3d8979d1eb27ff085bb5f400e67"
>> +SRC_URI[sha256sum]= "82b26bd416ec15903b27785e35a622687008a743342054e96eaaeaa249be584b"
>> +
>>   inherit autotools pkgconfig
>>
>>   ARM_INSTRUCTION_SET = "arm"
>> @@ -27,16 +37,6 @@ PACKAGECONFIG[gcrypt] = "--with-gcrypt=yes, --with-gcrypt=no, libgcrypt"
>>
>>   EXTRA_OECONF = "--with-qt=no --enable-usr-local=no --enable-tshark --with-c-ares=no"
>>
>> -LIC_FILES_CHKSUM = "file://README.linux;md5=631e077455b7972172eb149195e065b0"
>> -SRC_URI = " \
>> -    http://wiresharkdownloads.riverbed.com/wireshark/src/wireshark-1.12.0.tar.bz2 \
>> -"
>> -
>> -PE = "1"
>> -
>> -SRC_URI[md5sum] = "8dcfe451d8769901129809d2e19c1fb7"
>> -SRC_URI[sha256sum]= "0f59fea1c5b35de90af681067e49113fee0dd7a901750a97fa25f4256dbf13c7"
>> -
>>   do_configure_prepend() {
>>       # force to use fallback
>>       sed -i -e '/^glib_prefix/s/=.*$/=""/' ${S}/aclocal-flags
>> @@ -44,4 +44,3 @@ do_configure_prepend() {
>>
>>   ALLOW_EMPTY_${PN} = "1"
>>   INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
>> -
>> --
>> 1.9.1
>>
>>
>>


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

end of thread, other threads:[~2014-09-24 16:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-16 23:50 [meta-networking][PATCH] wireshark: update to 12.1 Armin Kuster
2014-09-24  2:04 ` Joe MacDonald
2014-09-24 16:01   ` akuster808

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.