All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking][PATCH] daq: upgrade 2.0.6 -> 2.2.2
@ 2020-02-24  9:28 Zheng Ruoqin
  2020-02-25  4:59 ` Khem Raj
  0 siblings, 1 reply; 9+ messages in thread
From: Zheng Ruoqin @ 2020-02-24  9:28 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 .../recipes-connectivity/daq/{daq_2.0.6.bb => daq_2.2.2.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-networking/recipes-connectivity/daq/{daq_2.0.6.bb => daq_2.2.2.bb} (88%)

diff --git a/meta-networking/recipes-connectivity/daq/daq_2.0.6.bb b/meta-networking/recipes-connectivity/daq/daq_2.2.2.bb
similarity index 88%
rename from meta-networking/recipes-connectivity/daq/daq_2.0.6.bb
rename to meta-networking/recipes-connectivity/daq/daq_2.2.2.bb
index 42ffb17a1..29ac5c770 100644
--- a/meta-networking/recipes-connectivity/daq/daq_2.0.6.bb
+++ b/meta-networking/recipes-connectivity/daq/daq_2.2.2.bb
@@ -25,8 +25,8 @@ EXTRA_OECONF = "--disable-nfq-module --disable-ipq-module --includedir=${include
 PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
 PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
 
-SRC_URI[md5sum] = "2cd6da422a72c129c685fc4bb848c24c"
-SRC_URI[sha256sum] = "b40e1d1273e08aaeaa86e69d4f28d535b7e53bdb3898adf539266b63137be7cb"
+SRC_URI[md5sum] = "c61f60674a5f951f0c50faf33a611fee"
+SRC_URI[sha256sum] = "7cd818cabb1ad35360e83076e54775f07165ee71407dc672d147e27d3cd37f7b"
 
 inherit autotools
 
-- 
2.17.1





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

* Re: [meta-networking][PATCH] daq: upgrade 2.0.6 -> 2.2.2
  2020-02-24  9:28 [meta-networking][PATCH] daq: upgrade 2.0.6 -> 2.2.2 Zheng Ruoqin
@ 2020-02-25  4:59 ` Khem Raj
  2020-02-26  9:33   ` Zheng, Ruoqin
  0 siblings, 1 reply; 9+ messages in thread
From: Khem Raj @ 2020-02-25  4:59 UTC (permalink / raw)
  To: Zheng Ruoqin, openembedded-devel



On 2/24/20 1:28 AM, Zheng Ruoqin wrote:
> Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
> ---
>   .../recipes-connectivity/daq/{daq_2.0.6.bb => daq_2.2.2.bb}   | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-networking/recipes-connectivity/daq/{daq_2.0.6.bb => daq_2.2.2.bb} (88%)
> 
> diff --git a/meta-networking/recipes-connectivity/daq/daq_2.0.6.bb b/meta-networking/recipes-connectivity/daq/daq_2.2.2.bb
> similarity index 88%
> rename from meta-networking/recipes-connectivity/daq/daq_2.0.6.bb
> rename to meta-networking/recipes-connectivity/daq/daq_2.2.2.bb
> index 42ffb17a1..29ac5c770 100644
> --- a/meta-networking/recipes-connectivity/daq/daq_2.0.6.bb
> +++ b/meta-networking/recipes-connectivity/daq/daq_2.2.2.bb
> @@ -25,8 +25,8 @@ EXTRA_OECONF = "--disable-nfq-module --disable-ipq-module --includedir=${include
>   PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
>   PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
>   
> -SRC_URI[md5sum] = "2cd6da422a72c129c685fc4bb848c24c"
> -SRC_URI[sha256sum] = "b40e1d1273e08aaeaa86e69d4f28d535b7e53bdb3898adf539266b63137be7cb"
> +SRC_URI[md5sum] = "c61f60674a5f951f0c50faf33a611fee"
> +SRC_URI[sha256sum] = "7cd818cabb1ad35360e83076e54775f07165ee71407dc672d147e27d3cd37f7b"
>   
>   inherit autotools
>   
> 
This is causing snort build failures since we use snort 2.9

https://errors.yoctoproject.org/Errors/Details/392611/

Perhaps we need to upgrade snort 3.0 and daq together


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

* Re: [meta-networking][PATCH] daq: upgrade 2.0.6 -> 2.2.2
  2020-02-25  4:59 ` Khem Raj
@ 2020-02-26  9:33   ` Zheng, Ruoqin
  2020-02-26 15:05     ` Khem Raj
  0 siblings, 1 reply; 9+ messages in thread
From: Zheng, Ruoqin @ 2020-02-26  9:33 UTC (permalink / raw)
  To: openembedded-devel

Hi Khem

> This is causing snort build failures since we use snort 2.9
> 
> https://errors.yoctoproject.org/Errors/Details/392611/
> 
> Perhaps we need to upgrade snort 3.0 and daq together

I'm sorry to have this error. To fix it, I have tried to upgrade snort 3.0 but it failed(in do_configure task).

And how should we do next? To fix snort and make it pass?

--------------------------------------------------
Zheng Ruoqin
Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST)
ADDR.: No.6 Wenzhu Road, Software Avenue,
       Nanjing, 210012, China
MAIL : zhengrq.fnst@cn.fujistu.com


> -----Original Message-----
> From: Khem Raj <raj.khem@gmail.com>
> Sent: Tuesday, February 25, 2020 1:00 PM
> To: Zheng, Ruoqin/郑 若钦 <zhengrq.fnst@cn.fujitsu.com>; openembedded-
> devel@lists.openembedded.org
> Subject: Re: [oe] [meta-networking][PATCH] daq: upgrade 2.0.6 -> 2.2.2
> 
> 
> 
> On 2/24/20 1:28 AM, Zheng Ruoqin wrote:
> > Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
> > ---
> >   .../recipes-connectivity/daq/{daq_2.0.6.bb => daq_2.2.2.bb}   | 4 ++--
> >   1 file changed, 2 insertions(+), 2 deletions(-)
> >   rename meta-networking/recipes-connectivity/daq/{daq_2.0.6.bb =>
> daq_2.2.2.bb} (88%)
> >
> > diff --git a/meta-networking/recipes-connectivity/daq/daq_2.0.6.bb b/meta-
> networking/recipes-connectivity/daq/daq_2.2.2.bb
> > similarity index 88%
> > rename from meta-networking/recipes-connectivity/daq/daq_2.0.6.bb
> > rename to meta-networking/recipes-connectivity/daq/daq_2.2.2.bb
> > index 42ffb17a1..29ac5c770 100644
> > --- a/meta-networking/recipes-connectivity/daq/daq_2.0.6.bb
> > +++ b/meta-networking/recipes-connectivity/daq/daq_2.2.2.bb
> > @@ -25,8 +25,8 @@ EXTRA_OECONF = "--disable-nfq-module --disable-ipq-
> module --includedir=${include
> >   PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
> >   PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
> >
> > -SRC_URI[md5sum] = "2cd6da422a72c129c685fc4bb848c24c"
> > -SRC_URI[sha256sum] =
> "b40e1d1273e08aaeaa86e69d4f28d535b7e53bdb3898adf539266b63137be7cb"
> > +SRC_URI[md5sum] = "c61f60674a5f951f0c50faf33a611fee"
> > +SRC_URI[sha256sum] =
> "7cd818cabb1ad35360e83076e54775f07165ee71407dc672d147e27d3cd37f7b"
> >
> >   inherit autotools
> >
> >
> This is causing snort build failures since we use snort 2.9
> 
> https://errors.yoctoproject.org/Errors/Details/392611/
> 
> Perhaps we need to upgrade snort 3.0 and daq together
> 




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

* Re: [meta-networking][PATCH] daq: upgrade 2.0.6 -> 2.2.2
  2020-02-26  9:33   ` Zheng, Ruoqin
@ 2020-02-26 15:05     ` Khem Raj
  0 siblings, 0 replies; 9+ messages in thread
From: Khem Raj @ 2020-02-26 15:05 UTC (permalink / raw)
  To: Zheng, Ruoqin; +Cc: openembedded-devel

On Wed, Feb 26, 2020 at 1:33 AM Zheng, Ruoqin
<zhengrq.fnst@cn.fujitsu.com> wrote:
>
> Hi Khem
>
> > This is causing snort build failures since we use snort 2.9
> >
> > https://errors.yoctoproject.org/Errors/Details/392611/
> >
> > Perhaps we need to upgrade snort 3.0 and daq together
>
> I'm sorry to have this error. To fix it, I have tried to upgrade snort 3.0 but it failed(in do_configure task).
>
> And how should we do next? To fix snort and make it pass?
>

perhaps share errors yoou are seeing

> --------------------------------------------------
> Zheng Ruoqin
> Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST)
> ADDR.: No.6 Wenzhu Road, Software Avenue,
>        Nanjing, 210012, China
> MAIL : zhengrq.fnst@cn.fujistu.com
>
>
> > -----Original Message-----
> > From: Khem Raj <raj.khem@gmail.com>
> > Sent: Tuesday, February 25, 2020 1:00 PM
> > To: Zheng, Ruoqin/郑 若钦 <zhengrq.fnst@cn.fujitsu.com>; openembedded-
> > devel@lists.openembedded.org
> > Subject: Re: [oe] [meta-networking][PATCH] daq: upgrade 2.0.6 -> 2.2.2
> >
> >
> >
> > On 2/24/20 1:28 AM, Zheng Ruoqin wrote:
> > > Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
> > > ---
> > >   .../recipes-connectivity/daq/{daq_2.0.6.bb => daq_2.2.2.bb}   | 4 ++--
> > >   1 file changed, 2 insertions(+), 2 deletions(-)
> > >   rename meta-networking/recipes-connectivity/daq/{daq_2.0.6.bb =>
> > daq_2.2.2.bb} (88%)
> > >
> > > diff --git a/meta-networking/recipes-connectivity/daq/daq_2.0.6.bb b/meta-
> > networking/recipes-connectivity/daq/daq_2.2.2.bb
> > > similarity index 88%
> > > rename from meta-networking/recipes-connectivity/daq/daq_2.0.6.bb
> > > rename to meta-networking/recipes-connectivity/daq/daq_2.2.2.bb
> > > index 42ffb17a1..29ac5c770 100644
> > > --- a/meta-networking/recipes-connectivity/daq/daq_2.0.6.bb
> > > +++ b/meta-networking/recipes-connectivity/daq/daq_2.2.2.bb
> > > @@ -25,8 +25,8 @@ EXTRA_OECONF = "--disable-nfq-module --disable-ipq-
> > module --includedir=${include
> > >   PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
> > >   PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
> > >
> > > -SRC_URI[md5sum] = "2cd6da422a72c129c685fc4bb848c24c"
> > > -SRC_URI[sha256sum] =
> > "b40e1d1273e08aaeaa86e69d4f28d535b7e53bdb3898adf539266b63137be7cb"
> > > +SRC_URI[md5sum] = "c61f60674a5f951f0c50faf33a611fee"
> > > +SRC_URI[sha256sum] =
> > "7cd818cabb1ad35360e83076e54775f07165ee71407dc672d147e27d3cd37f7b"
> > >
> > >   inherit autotools
> > >
> > >
> > This is causing snort build failures since we use snort 2.9
> >
> > https://errors.yoctoproject.org/Errors/Details/392611/
> >
> > Perhaps we need to upgrade snort 3.0 and daq together
> >
>
>
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

* Re: [meta-networking][PATCH] daq: upgrade 2.0.6 -> 2.2.2
  2019-10-30  7:50     ` Yi Zhao
@ 2019-10-31  7:16       ` Khem Raj
  0 siblings, 0 replies; 9+ messages in thread
From: Khem Raj @ 2019-10-31  7:16 UTC (permalink / raw)
  To: Yi Zhao; +Cc: openembeded-devel

Thanks I think I will rely on you to monitor it and update both recipes
together when 3.0 is out

On Wed, Oct 30, 2019 at 8:51 AM Yi Zhao <yi.zhao@windriver.com> wrote:

>
> On 10/28/19 1:56 PM, Khem Raj wrote:
> > On Mon, Oct 28, 2019 at 6:15 AM Yi Zhao <yi.zhao@windriver.com> wrote:
> >> Hi Ruoqin,
> >>
> >>
> >> Please don't update this recipe because the day 2.0.x is needed by snort
> >> 2.x.
> >>
> >>
> > is there any way forward for snort.
>
> Snort 3.0 which depends on daq 2.2.2 is still beta version:
> https://snort.org/downloads
>
>
> //Yi
>
>
> >
> >> //Yi
> >>
> >>
> >> On 10/28/19 7:23 PM, Zheng Ruoqin wrote:
> >>> Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
> >>> ---
> >>>    .../recipes-connectivity/daq/{daq_2.0.6.bb => daq_2.2.2.bb}
>    | 4 ++--
> >>>    1 file changed, 2 insertions(+), 2 deletions(-)
> >>>    rename meta-networking/recipes-connectivity/daq/{daq_2.0.6.bb =>
> daq_2.2.2.bb} (88%)
> >>>
> >>> diff --git a/meta-networking/recipes-connectivity/daq/daq_2.0.6.bb
> b/meta-networking/recipes-connectivity/daq/daq_2.2.2.bb
> >>> similarity index 88%
> >>> rename from meta-networking/recipes-connectivity/daq/daq_2.0.6.bb
> >>> rename to meta-networking/recipes-connectivity/daq/daq_2.2.2.bb
> >>> index 42ffb17..29ac5c7 100644
> >>> --- a/meta-networking/recipes-connectivity/daq/daq_2.0.6.bb
> >>> +++ b/meta-networking/recipes-connectivity/daq/daq_2.2.2.bb
> >>> @@ -25,8 +25,8 @@ EXTRA_OECONF = "--disable-nfq-module
> --disable-ipq-module --includedir=${include
> >>>    PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6',
> d)}"
> >>>    PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
> >>>
> >>> -SRC_URI[md5sum] = "2cd6da422a72c129c685fc4bb848c24c"
> >>> -SRC_URI[sha256sum] =
> "b40e1d1273e08aaeaa86e69d4f28d535b7e53bdb3898adf539266b63137be7cb"
> >>> +SRC_URI[md5sum] = "c61f60674a5f951f0c50faf33a611fee"
> >>> +SRC_URI[sha256sum] =
> "7cd818cabb1ad35360e83076e54775f07165ee71407dc672d147e27d3cd37f7b"
> >>>
> >>>    inherit autotools
> >>>
> >> --
> >> _______________________________________________
> >> Openembedded-devel mailing list
> >> Openembedded-devel@lists.openembedded.org
> >> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


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

* Re: [meta-networking][PATCH] daq: upgrade 2.0.6 -> 2.2.2
  2019-10-28  5:56   ` Khem Raj
@ 2019-10-30  7:50     ` Yi Zhao
  2019-10-31  7:16       ` Khem Raj
  0 siblings, 1 reply; 9+ messages in thread
From: Yi Zhao @ 2019-10-30  7:50 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembeded-devel


On 10/28/19 1:56 PM, Khem Raj wrote:
> On Mon, Oct 28, 2019 at 6:15 AM Yi Zhao <yi.zhao@windriver.com> wrote:
>> Hi Ruoqin,
>>
>>
>> Please don't update this recipe because the day 2.0.x is needed by snort
>> 2.x.
>>
>>
> is there any way forward for snort.

Snort 3.0 which depends on daq 2.2.2 is still beta version: 
https://snort.org/downloads


//Yi


>
>> //Yi
>>
>>
>> On 10/28/19 7:23 PM, Zheng Ruoqin wrote:
>>> Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
>>> ---
>>>    .../recipes-connectivity/daq/{daq_2.0.6.bb => daq_2.2.2.bb}           | 4 ++--
>>>    1 file changed, 2 insertions(+), 2 deletions(-)
>>>    rename meta-networking/recipes-connectivity/daq/{daq_2.0.6.bb => daq_2.2.2.bb} (88%)
>>>
>>> diff --git a/meta-networking/recipes-connectivity/daq/daq_2.0.6.bb b/meta-networking/recipes-connectivity/daq/daq_2.2.2.bb
>>> similarity index 88%
>>> rename from meta-networking/recipes-connectivity/daq/daq_2.0.6.bb
>>> rename to meta-networking/recipes-connectivity/daq/daq_2.2.2.bb
>>> index 42ffb17..29ac5c7 100644
>>> --- a/meta-networking/recipes-connectivity/daq/daq_2.0.6.bb
>>> +++ b/meta-networking/recipes-connectivity/daq/daq_2.2.2.bb
>>> @@ -25,8 +25,8 @@ EXTRA_OECONF = "--disable-nfq-module --disable-ipq-module --includedir=${include
>>>    PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
>>>    PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
>>>
>>> -SRC_URI[md5sum] = "2cd6da422a72c129c685fc4bb848c24c"
>>> -SRC_URI[sha256sum] = "b40e1d1273e08aaeaa86e69d4f28d535b7e53bdb3898adf539266b63137be7cb"
>>> +SRC_URI[md5sum] = "c61f60674a5f951f0c50faf33a611fee"
>>> +SRC_URI[sha256sum] = "7cd818cabb1ad35360e83076e54775f07165ee71407dc672d147e27d3cd37f7b"
>>>
>>>    inherit autotools
>>>
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

* [meta-networking][PATCH] daq: upgrade 2.0.6 -> 2.2.2
@ 2019-10-28 11:23 Zheng Ruoqin
  2019-10-28  5:14 ` Yi Zhao
  0 siblings, 1 reply; 9+ messages in thread
From: Zheng Ruoqin @ 2019-10-28 11:23 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 .../recipes-connectivity/daq/{daq_2.0.6.bb => daq_2.2.2.bb}           | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-networking/recipes-connectivity/daq/{daq_2.0.6.bb => daq_2.2.2.bb} (88%)

diff --git a/meta-networking/recipes-connectivity/daq/daq_2.0.6.bb b/meta-networking/recipes-connectivity/daq/daq_2.2.2.bb
similarity index 88%
rename from meta-networking/recipes-connectivity/daq/daq_2.0.6.bb
rename to meta-networking/recipes-connectivity/daq/daq_2.2.2.bb
index 42ffb17..29ac5c7 100644
--- a/meta-networking/recipes-connectivity/daq/daq_2.0.6.bb
+++ b/meta-networking/recipes-connectivity/daq/daq_2.2.2.bb
@@ -25,8 +25,8 @@ EXTRA_OECONF = "--disable-nfq-module --disable-ipq-module --includedir=${include
 PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
 PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
 
-SRC_URI[md5sum] = "2cd6da422a72c129c685fc4bb848c24c"
-SRC_URI[sha256sum] = "b40e1d1273e08aaeaa86e69d4f28d535b7e53bdb3898adf539266b63137be7cb"
+SRC_URI[md5sum] = "c61f60674a5f951f0c50faf33a611fee"
+SRC_URI[sha256sum] = "7cd818cabb1ad35360e83076e54775f07165ee71407dc672d147e27d3cd37f7b"
 
 inherit autotools
 
-- 
2.7.4





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

* Re: [meta-networking][PATCH] daq: upgrade 2.0.6 -> 2.2.2
  2019-10-28  5:14 ` Yi Zhao
@ 2019-10-28  5:56   ` Khem Raj
  2019-10-30  7:50     ` Yi Zhao
  0 siblings, 1 reply; 9+ messages in thread
From: Khem Raj @ 2019-10-28  5:56 UTC (permalink / raw)
  To: Yi Zhao; +Cc: openembeded-devel

On Mon, Oct 28, 2019 at 6:15 AM Yi Zhao <yi.zhao@windriver.com> wrote:
>
> Hi Ruoqin,
>
>
> Please don't update this recipe because the day 2.0.x is needed by snort
> 2.x.
>
>

is there any way forward for snort.

> //Yi
>
>
> On 10/28/19 7:23 PM, Zheng Ruoqin wrote:
> > Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
> > ---
> >   .../recipes-connectivity/daq/{daq_2.0.6.bb => daq_2.2.2.bb}           | 4 ++--
> >   1 file changed, 2 insertions(+), 2 deletions(-)
> >   rename meta-networking/recipes-connectivity/daq/{daq_2.0.6.bb => daq_2.2.2.bb} (88%)
> >
> > diff --git a/meta-networking/recipes-connectivity/daq/daq_2.0.6.bb b/meta-networking/recipes-connectivity/daq/daq_2.2.2.bb
> > similarity index 88%
> > rename from meta-networking/recipes-connectivity/daq/daq_2.0.6.bb
> > rename to meta-networking/recipes-connectivity/daq/daq_2.2.2.bb
> > index 42ffb17..29ac5c7 100644
> > --- a/meta-networking/recipes-connectivity/daq/daq_2.0.6.bb
> > +++ b/meta-networking/recipes-connectivity/daq/daq_2.2.2.bb
> > @@ -25,8 +25,8 @@ EXTRA_OECONF = "--disable-nfq-module --disable-ipq-module --includedir=${include
> >   PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
> >   PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
> >
> > -SRC_URI[md5sum] = "2cd6da422a72c129c685fc4bb848c24c"
> > -SRC_URI[sha256sum] = "b40e1d1273e08aaeaa86e69d4f28d535b7e53bdb3898adf539266b63137be7cb"
> > +SRC_URI[md5sum] = "c61f60674a5f951f0c50faf33a611fee"
> > +SRC_URI[sha256sum] = "7cd818cabb1ad35360e83076e54775f07165ee71407dc672d147e27d3cd37f7b"
> >
> >   inherit autotools
> >
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

* Re: [meta-networking][PATCH] daq: upgrade 2.0.6 -> 2.2.2
  2019-10-28 11:23 Zheng Ruoqin
@ 2019-10-28  5:14 ` Yi Zhao
  2019-10-28  5:56   ` Khem Raj
  0 siblings, 1 reply; 9+ messages in thread
From: Yi Zhao @ 2019-10-28  5:14 UTC (permalink / raw)
  To: Zheng Ruoqin, openembedded-devel

Hi Ruoqin,


Please don't update this recipe because the day 2.0.x is needed by snort 
2.x.


//Yi


On 10/28/19 7:23 PM, Zheng Ruoqin wrote:
> Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
> ---
>   .../recipes-connectivity/daq/{daq_2.0.6.bb => daq_2.2.2.bb}           | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-networking/recipes-connectivity/daq/{daq_2.0.6.bb => daq_2.2.2.bb} (88%)
>
> diff --git a/meta-networking/recipes-connectivity/daq/daq_2.0.6.bb b/meta-networking/recipes-connectivity/daq/daq_2.2.2.bb
> similarity index 88%
> rename from meta-networking/recipes-connectivity/daq/daq_2.0.6.bb
> rename to meta-networking/recipes-connectivity/daq/daq_2.2.2.bb
> index 42ffb17..29ac5c7 100644
> --- a/meta-networking/recipes-connectivity/daq/daq_2.0.6.bb
> +++ b/meta-networking/recipes-connectivity/daq/daq_2.2.2.bb
> @@ -25,8 +25,8 @@ EXTRA_OECONF = "--disable-nfq-module --disable-ipq-module --includedir=${include
>   PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
>   PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
>   
> -SRC_URI[md5sum] = "2cd6da422a72c129c685fc4bb848c24c"
> -SRC_URI[sha256sum] = "b40e1d1273e08aaeaa86e69d4f28d535b7e53bdb3898adf539266b63137be7cb"
> +SRC_URI[md5sum] = "c61f60674a5f951f0c50faf33a611fee"
> +SRC_URI[sha256sum] = "7cd818cabb1ad35360e83076e54775f07165ee71407dc672d147e27d3cd37f7b"
>   
>   inherit autotools
>   


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

end of thread, other threads:[~2020-02-26 15:05 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-24  9:28 [meta-networking][PATCH] daq: upgrade 2.0.6 -> 2.2.2 Zheng Ruoqin
2020-02-25  4:59 ` Khem Raj
2020-02-26  9:33   ` Zheng, Ruoqin
2020-02-26 15:05     ` Khem Raj
  -- strict thread matches above, loose matches on Subject: below --
2019-10-28 11:23 Zheng Ruoqin
2019-10-28  5:14 ` Yi Zhao
2019-10-28  5:56   ` Khem Raj
2019-10-30  7:50     ` Yi Zhao
2019-10-31  7:16       ` Khem Raj

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.