All of lore.kernel.org
 help / color / mirror / Atom feed
* maintainers for wireshark/tshark, net-snmp, libpcap, tcpdump
@ 2009-01-29  7:24 Sergey Lapin
  2009-01-29  8:18 ` Sergey Lapin
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Sergey Lapin @ 2009-01-29  7:24 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Dmitry

Hi, all!

Is there any maintainers for the following recipes:?

o.o.d/packages/wireshark/tshark_0.99.4.bb
o.o.d/packages/wireshark/wireshark_0.99.4.bb
o.o.s/packages/net-snmp/net-snmp_*.bb
o.o.s/packages/libpcap/libpcap_*.bb
o.o.d/packages/tcpdump/tcpdump_*.bb

I have a set of patches implementing IEEE802.15.4 stuff, so these are
needed to be upgraded and patched.

wireshark/tshark: buildability
net-snmp: recipe for svn trunk with fixed release (net-snmp recipe is
unbuildable currently
   probably that could be fixed, too. Some libtool issue is there.).
libpcap: upgrade to latest upstream (1.0.0), minor patching for
ARPHRD_* stuff, does not change normal use
tcpdump: upgrade to latest upstream (4.0.0) minor patching to properly
react on DLT_IEEE802_15_4

None of these patches change normal use of tools, only adds minor functionality.

So, if there's no objections I'll push this stuff, and if somebody interested,
I'll send patches beforehand.

All the best,
S.



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

* Re: maintainers for wireshark/tshark, net-snmp, libpcap, tcpdump
  2009-01-29  7:24 maintainers for wireshark/tshark, net-snmp, libpcap, tcpdump Sergey Lapin
@ 2009-01-29  8:18 ` Sergey Lapin
  2009-01-29  8:39 ` Dmitry Eremin-Solenikov
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: Sergey Lapin @ 2009-01-29  8:18 UTC (permalink / raw)
  To: openembedded-devel

On Thu, Jan 29, 2009 at 10:24 AM, Sergey Lapin <slapinid@gmail.com> wrote:
> Hi, all!
>
> Is there any maintainers for the following recipes:?
>
> o.o.d/packages/wireshark/tshark_0.99.4.bb
> o.o.d/packages/wireshark/wireshark_0.99.4.bb
> o.o.s/packages/net-snmp/net-snmp_*.bb
I have overlooked maintainer of net-snmp in MAINTAINERS and tried
contacting him.
other recipts are not listed there.

> o.o.s/packages/libpcap/libpcap_*.bb
> o.o.d/packages/tcpdump/tcpdump_*.bb
>
>
> None of these patches change normal use of tools, only adds minor functionality.
>
> So, if there's no objections I'll push this stuff, and if somebody interested,
> I'll send patches beforehand.

I have pushed these changes to separate branch, ieee80215.
It can be viewed using OE cgit:
http://cgit.openembedded.net/cgit.cgi?url=openembedded%2Flog&h=ieee80215&=switch
(patches in question are first four (3 by me and 1 by Dmitry).

Thanks a lot,
S.



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

* Re: maintainers for wireshark/tshark, net-snmp, libpcap, tcpdump
  2009-01-29  7:24 maintainers for wireshark/tshark, net-snmp, libpcap, tcpdump Sergey Lapin
  2009-01-29  8:18 ` Sergey Lapin
@ 2009-01-29  8:39 ` Dmitry Eremin-Solenikov
  2009-01-29  8:46   ` Sergey Lapin
  2009-01-29  8:52 ` Michael 'Mickey' Lauer
  2009-01-29 17:01 ` Koen Kooi
  3 siblings, 1 reply; 7+ messages in thread
From: Dmitry Eremin-Solenikov @ 2009-01-29  8:39 UTC (permalink / raw)
  To: Sergey Lapin; +Cc: openembedded-devel

2009/1/29 Sergey Lapin <slapinid@gmail.com>:
> Hi, all!
>
> Is there any maintainers for the following recipes:?
>
> o.o.d/packages/wireshark/tshark_0.99.4.bb
> o.o.d/packages/wireshark/wireshark_0.99.4.bb
> o.o.s/packages/net-snmp/net-snmp_*.bb
> o.o.s/packages/libpcap/libpcap_*.bb
> o.o.d/packages/tcpdump/tcpdump_*.bb
>
> I have a set of patches implementing IEEE802.15.4 stuff, so these are
> needed to be upgraded and patched.
>
> wireshark/tshark: buildability

While you at at it,  could you please also bump the version of wshark/tshark
to the upstream one?

> net-snmp: recipe for svn trunk with fixed release (net-snmp recipe is
> unbuildable currently
>   probably that could be fixed, too. Some libtool issue is there.).
> libpcap: upgrade to latest upstream (1.0.0), minor patching for
> ARPHRD_* stuff, does not change normal use
> tcpdump: upgrade to latest upstream (4.0.0) minor patching to properly
> react on DLT_IEEE802_15_4
>
> None of these patches change normal use of tools, only adds minor functionality.
>
> So, if there's no objections I'll push this stuff, and if somebody interested,
> I'll send patches beforehand.
>
> All the best,
> S.
>



-- 
With best wishes
Dmitry



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

* Re: maintainers for wireshark/tshark, net-snmp, libpcap, tcpdump
  2009-01-29  8:39 ` Dmitry Eremin-Solenikov
@ 2009-01-29  8:46   ` Sergey Lapin
  0 siblings, 0 replies; 7+ messages in thread
From: Sergey Lapin @ 2009-01-29  8:46 UTC (permalink / raw)
  To: Dmitry Eremin-Solenikov; +Cc: openembedded-devel

>> I have a set of patches implementing IEEE802.15.4 stuff, so these are
>> needed to be upgraded and patched.
>>
>> wireshark/tshark: buildability
>
> While you at at it,  could you please also bump the version of wshark/tshark
> to the upstream one?
'twas my initial intention, but it has some additional
cross-compile-unfriendly tests
which require some attention.



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

* Re: maintainers for wireshark/tshark, net-snmp, libpcap, tcpdump
  2009-01-29  7:24 maintainers for wireshark/tshark, net-snmp, libpcap, tcpdump Sergey Lapin
  2009-01-29  8:18 ` Sergey Lapin
  2009-01-29  8:39 ` Dmitry Eremin-Solenikov
@ 2009-01-29  8:52 ` Michael 'Mickey' Lauer
  2009-01-29 17:01 ` Koen Kooi
  3 siblings, 0 replies; 7+ messages in thread
From: Michael 'Mickey' Lauer @ 2009-01-29  8:52 UTC (permalink / raw)
  To: openembedded-devel

I used to take care about libpcap and tcpdump, but haven't used it since 2006.

Feel free to commit what you have.

-- 
:M:



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

* Re: maintainers for wireshark/tshark, net-snmp, libpcap, tcpdump
  2009-01-29  7:24 maintainers for wireshark/tshark, net-snmp, libpcap, tcpdump Sergey Lapin
                   ` (2 preceding siblings ...)
  2009-01-29  8:52 ` Michael 'Mickey' Lauer
@ 2009-01-29 17:01 ` Koen Kooi
  2009-01-29 17:22   ` Sergey Lapin
  3 siblings, 1 reply; 7+ messages in thread
From: Koen Kooi @ 2009-01-29 17:01 UTC (permalink / raw)
  To: openembedded-devel

On 29-01-09 08:24, Sergey Lapin wrote:
> Hi, all!
>
> Is there any maintainers for the following recipes:?
>
> o.o.d/packages/wireshark/tshark_0.99.4.bb
> o.o.d/packages/wireshark/wireshark_0.99.4.bb
> o.o.s/packages/net-snmp/net-snmp_*.bb
> o.o.s/packages/libpcap/libpcap_*.bb
> o.o.d/packages/tcpdump/tcpdump_*.bb
>
> I have a set of patches implementing IEEE802.15.4 stuff, so these are
> needed to be upgraded and patched.

In the future please update conf/checksums.ini with the checksums for 
new packages as well.

regards,

Koen




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

* Re: maintainers for wireshark/tshark, net-snmp, libpcap, tcpdump
  2009-01-29 17:01 ` Koen Kooi
@ 2009-01-29 17:22   ` Sergey Lapin
  0 siblings, 0 replies; 7+ messages in thread
From: Sergey Lapin @ 2009-01-29 17:22 UTC (permalink / raw)
  To: openembedded-devel

On Thu, Jan 29, 2009 at 8:01 PM, Koen Kooi <k.kooi@student.utwente.nl> wrote:
> On 29-01-09 08:24, Sergey Lapin wrote:
>>
>> Hi, all!
>>
>> Is there any maintainers for the following recipes:?
>>
>> o.o.d/packages/wireshark/tshark_0.99.4.bb
>> o.o.d/packages/wireshark/wireshark_0.99.4.bb
>> o.o.s/packages/net-snmp/net-snmp_*.bb
>> o.o.s/packages/libpcap/libpcap_*.bb
>> o.o.d/packages/tcpdump/tcpdump_*.bb
>>
>> I have a set of patches implementing IEEE802.15.4 stuff, so these are
>> needed to be upgraded and patched.
>
> In the future please update conf/checksums.ini with the checksums for new
> packages as well.
Ok, sorry, will do.



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

end of thread, other threads:[~2009-01-29 17:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-29  7:24 maintainers for wireshark/tshark, net-snmp, libpcap, tcpdump Sergey Lapin
2009-01-29  8:18 ` Sergey Lapin
2009-01-29  8:39 ` Dmitry Eremin-Solenikov
2009-01-29  8:46   ` Sergey Lapin
2009-01-29  8:52 ` Michael 'Mickey' Lauer
2009-01-29 17:01 ` Koen Kooi
2009-01-29 17:22   ` Sergey Lapin

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.