* [meta-networking][PATCH] tcpdump: upgrade to 4.8.1
@ 2017-01-02 8:28 Oleksandr Kravchuk
2017-01-05 18:02 ` Martin Jansa
0 siblings, 1 reply; 4+ messages in thread
From: Oleksandr Kravchuk @ 2017-01-02 8:28 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
---
.../recipes-support/tcpdump/{tcpdump_4.7.4.bb => tcpdump_4.8.1.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta-networking/recipes-support/tcpdump/{tcpdump_4.7.4.bb => tcpdump_4.8.1.bb} (91%)
diff --git a/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb b/meta-networking/recipes-support/tcpdump/tcpdump_4.8.1.bb
similarity index 91%
rename from meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb
rename to meta-networking/recipes-support/tcpdump/tcpdump_4.8.1.bb
index e18228f..18efb9b 100644
--- a/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb
+++ b/meta-networking/recipes-support/tcpdump/tcpdump_4.8.1.bb
@@ -12,8 +12,8 @@ SRC_URI = " \
file://add-ptest.patch \
file://run-ptest \
"
-SRC_URI[md5sum] = "58af728de36f499341918fc4b8e827c3"
-SRC_URI[sha256sum] = "6be520269a89036f99c0b2126713a60965953eab921002b07608ccfc0c47d9af"
+SRC_URI[md5sum] = "32f57943649f276e09236ba66622bb0c"
+SRC_URI[sha256sum] = "20e4341ec48fcf72abcae312ea913e6ba6b958617b2f3fb496d51f0ae88d831c"
export LIBS=" -lpcap"
inherit autotools-brokensep ptest
--
2.7.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [meta-networking][PATCH] tcpdump: upgrade to 4.8.1
2017-01-02 8:28 [meta-networking][PATCH] tcpdump: upgrade to 4.8.1 Oleksandr Kravchuk
@ 2017-01-05 18:02 ` Martin Jansa
2017-01-07 9:12 ` Oleksandr Kravchuk
0 siblings, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2017-01-05 18:02 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1908 bytes --]
On Mon, Jan 02, 2017 at 09:28:18AM +0100, Oleksandr Kravchuk wrote:
> Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
Causes:
ERROR: tcpdump-4.8.1-r0 do_configure: QA Issue: tcpdump: configure was passed unrecognised options: --enable-ipv6 [unknown-configure-option]
ERROR: tcpdump-4.8.1-r0 do_configure: Fatal QA errors found, failing task.
ERROR: tcpdump-4.8.1-r0 do_configure: Function failed: do_qa_configure
> ---
> .../recipes-support/tcpdump/{tcpdump_4.7.4.bb => tcpdump_4.8.1.bb} | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> rename meta-networking/recipes-support/tcpdump/{tcpdump_4.7.4.bb => tcpdump_4.8.1.bb} (91%)
>
> diff --git a/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb b/meta-networking/recipes-support/tcpdump/tcpdump_4.8.1.bb
> similarity index 91%
> rename from meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb
> rename to meta-networking/recipes-support/tcpdump/tcpdump_4.8.1.bb
> index e18228f..18efb9b 100644
> --- a/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb
> +++ b/meta-networking/recipes-support/tcpdump/tcpdump_4.8.1.bb
> @@ -12,8 +12,8 @@ SRC_URI = " \
> file://add-ptest.patch \
> file://run-ptest \
> "
> -SRC_URI[md5sum] = "58af728de36f499341918fc4b8e827c3"
> -SRC_URI[sha256sum] = "6be520269a89036f99c0b2126713a60965953eab921002b07608ccfc0c47d9af"
> +SRC_URI[md5sum] = "32f57943649f276e09236ba66622bb0c"
> +SRC_URI[sha256sum] = "20e4341ec48fcf72abcae312ea913e6ba6b958617b2f3fb496d51f0ae88d831c"
> export LIBS=" -lpcap"
>
> inherit autotools-brokensep ptest
> --
> 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] tcpdump: upgrade to 4.8.1
2017-01-05 18:02 ` Martin Jansa
@ 2017-01-07 9:12 ` Oleksandr Kravchuk
2017-01-09 13:38 ` Joe MacDonald
0 siblings, 1 reply; 4+ messages in thread
From: Oleksandr Kravchuk @ 2017-01-07 9:12 UTC (permalink / raw)
To: openembedded-devel
Martin -
Thank you for the comment. I will try to pay closer attention to
warnings during testing in the future.
I have sent a fix to the mailing list, "[meta-networking][PATCH]
tcpdump: remove obsolete enable-ipv6 configure flag".
On 5 January 2017 at 19:02, Martin Jansa <martin.jansa@gmail.com> wrote:
> On Mon, Jan 02, 2017 at 09:28:18AM +0100, Oleksandr Kravchuk wrote:
>> Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
>
> Causes:
> ERROR: tcpdump-4.8.1-r0 do_configure: QA Issue: tcpdump: configure was passed unrecognised options: --enable-ipv6 [unknown-configure-option]
> ERROR: tcpdump-4.8.1-r0 do_configure: Fatal QA errors found, failing task.
> ERROR: tcpdump-4.8.1-r0 do_configure: Function failed: do_qa_configure
>
>> ---
>> .../recipes-support/tcpdump/{tcpdump_4.7.4.bb => tcpdump_4.8.1.bb} | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>> rename meta-networking/recipes-support/tcpdump/{tcpdump_4.7.4.bb => tcpdump_4.8.1.bb} (91%)
>>
>> diff --git a/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb b/meta-networking/recipes-support/tcpdump/tcpdump_4.8.1.bb
>> similarity index 91%
>> rename from meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb
>> rename to meta-networking/recipes-support/tcpdump/tcpdump_4.8.1.bb
>> index e18228f..18efb9b 100644
>> --- a/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb
>> +++ b/meta-networking/recipes-support/tcpdump/tcpdump_4.8.1.bb
>> @@ -12,8 +12,8 @@ SRC_URI = " \
>> file://add-ptest.patch \
>> file://run-ptest \
>> "
>> -SRC_URI[md5sum] = "58af728de36f499341918fc4b8e827c3"
>> -SRC_URI[sha256sum] = "6be520269a89036f99c0b2126713a60965953eab921002b07608ccfc0c47d9af"
>> +SRC_URI[md5sum] = "32f57943649f276e09236ba66622bb0c"
>> +SRC_URI[sha256sum] = "20e4341ec48fcf72abcae312ea913e6ba6b958617b2f3fb496d51f0ae88d831c"
>> export LIBS=" -lpcap"
>>
>> inherit autotools-brokensep ptest
>> --
>> 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
>
--
echo "EOF" >> /var/tmp/email
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [meta-networking][PATCH] tcpdump: upgrade to 4.8.1
2017-01-07 9:12 ` Oleksandr Kravchuk
@ 2017-01-09 13:38 ` Joe MacDonald
0 siblings, 0 replies; 4+ messages in thread
From: Joe MacDonald @ 2017-01-09 13:38 UTC (permalink / raw)
To: Oleksandr Kravchuk; +Cc: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 3013 bytes --]
[Re: [oe] [meta-networking][PATCH] tcpdump: upgrade to 4.8.1] On 17.01.07 (Sat 10:12) Oleksandr Kravchuk wrote:
> Martin -
>
> Thank you for the comment. I will try to pay closer attention to
> warnings during testing in the future.
>
> I have sent a fix to the mailing list, "[meta-networking][PATCH]
> tcpdump: remove obsolete enable-ipv6 configure flag".
As far as I can tell, --disable-ipv6 is still a valid option for 4.7.4
and since your patch doing the update hasn't been merged yet, please
just send a v2 of the single patch. There's no need for two.
Thanks.
-J.
>
> On 5 January 2017 at 19:02, Martin Jansa <martin.jansa@gmail.com> wrote:
> > On Mon, Jan 02, 2017 at 09:28:18AM +0100, Oleksandr Kravchuk wrote:
> >> Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
> >
> > Causes:
> > ERROR: tcpdump-4.8.1-r0 do_configure: QA Issue: tcpdump: configure was passed unrecognised options: --enable-ipv6 [unknown-configure-option]
> > ERROR: tcpdump-4.8.1-r0 do_configure: Fatal QA errors found, failing task.
> > ERROR: tcpdump-4.8.1-r0 do_configure: Function failed: do_qa_configure
> >
> >> ---
> >> .../recipes-support/tcpdump/{tcpdump_4.7.4.bb => tcpdump_4.8.1.bb} | 4 ++--
> >> 1 file changed, 2 insertions(+), 2 deletions(-)
> >> rename meta-networking/recipes-support/tcpdump/{tcpdump_4.7.4.bb => tcpdump_4.8.1.bb} (91%)
> >>
> >> diff --git a/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb b/meta-networking/recipes-support/tcpdump/tcpdump_4.8.1.bb
> >> similarity index 91%
> >> rename from meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb
> >> rename to meta-networking/recipes-support/tcpdump/tcpdump_4.8.1.bb
> >> index e18228f..18efb9b 100644
> >> --- a/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb
> >> +++ b/meta-networking/recipes-support/tcpdump/tcpdump_4.8.1.bb
> >> @@ -12,8 +12,8 @@ SRC_URI = " \
> >> file://add-ptest.patch \
> >> file://run-ptest \
> >> "
> >> -SRC_URI[md5sum] = "58af728de36f499341918fc4b8e827c3"
> >> -SRC_URI[sha256sum] = "6be520269a89036f99c0b2126713a60965953eab921002b07608ccfc0c47d9af"
> >> +SRC_URI[md5sum] = "32f57943649f276e09236ba66622bb0c"
> >> +SRC_URI[sha256sum] = "20e4341ec48fcf72abcae312ea913e6ba6b958617b2f3fb496d51f0ae88d831c"
> >> export LIBS=" -lpcap"
> >>
> >> inherit autotools-brokensep ptest
> >> --
> >> 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
> >
>
>
>
> --
> echo "EOF" >> /var/tmp/email
--
-Joe MacDonald.
:wq
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 484 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-01-09 13:38 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-02 8:28 [meta-networking][PATCH] tcpdump: upgrade to 4.8.1 Oleksandr Kravchuk
2017-01-05 18:02 ` Martin Jansa
2017-01-07 9:12 ` Oleksandr Kravchuk
2017-01-09 13:38 ` Joe MacDonald
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.