Re: [PATCH] libpcap: update to 1.10.0

2021-01-04 Thread Rosen Penev
On Mon, Jan 4, 2021 at 5:36 AM Hannu Nyman wrote: > > Rosen Penev kirjoitti 4.1.2021 klo 10.31: > > On Sun, Jan 3, 2021 at 11:35 PM Bjørn Mork wrote: > >> Rosen Penev writes: > >> > >>> ... > >>> > >>> @@ -48,11 +47,15 @@ endef > >>> CMAKE_OPTIONS += \ > >>>-DBUILD_SHARED_LIBS=ON \ >

Re: [PATCH] libpcap: update to 1.10.0

2021-01-04 Thread Hannu Nyman
Rosen Penev kirjoitti 4.1.2021 klo 10.31: On Sun, Jan 3, 2021 at 11:35 PM Bjørn Mork wrote: Rosen Penev writes: ... @@ -48,11 +47,15 @@ endef CMAKE_OPTIONS += \ -DBUILD_SHARED_LIBS=ON \ -DBUILD_WITH_LIBNL=OFF \ + -DINET6=O$(if $(CONFIG_IPV6),N,FF) # grep

RE: [PATCH] libpcap: update to 1.10.0

2021-01-04 Thread Adrian Schmutzler
> > And where did CONFIG_PCAP_HAS_NETFILTER go? > Oversight. Will add. > > > > I don't understand why you do these unnecessary style changes while > > updating package versions. You're obviously not testing them. And you > > do add bugs. But whatever. While one can discuss about the tone, there

Re: [PATCH] libpcap: update to 1.10.0

2021-01-04 Thread Rosen Penev
On Sun, Jan 3, 2021 at 11:35 PM Bjørn Mork wrote: > > Rosen Penev writes: > > > Simplify cmake option handling by putting everything in blocks. > > > > Add openssl patch as there's no easy way to disable. > > > > Rebase the skip manpages patch. > > > > Remove the monitor mode patch as it no

Re: [PATCH] libpcap: update to 1.10.0

2021-01-03 Thread Bjørn Mork
Rosen Penev writes: > Simplify cmake option handling by putting everything in blocks. > > Add openssl patch as there's no easy way to disable. > > Rebase the skip manpages patch. > > Remove the monitor mode patch as it no longer applies. > > Remove flex patch as normal Makefile is no longer

[PATCH] libpcap: update to 1.10.0

2021-01-03 Thread Rosen Penev
Simplify cmake option handling by putting everything in blocks. Add openssl patch as there's no easy way to disable. Rebase the skip manpages patch. Remove the monitor mode patch as it no longer applies. Remove flex patch as normal Makefile is no longer used. Remove USB path patch. While it