All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/1] redis: advance to version 6.2.5
@ 2021-09-09 19:00 Joe Slater
  2021-09-09 21:38 ` [oe] " Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Joe Slater @ 2021-09-09 19:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: joe.slater, randy.macleod

Pull in fix for CVE-2021-32761.

Signed-off-by: Joe Slater <joe.slater@windriver.com>
---
 .../recipes-extended/redis/{redis_6.2.4.bb => redis_6.2.5.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/redis/{redis_6.2.4.bb => redis_6.2.5.bb} (96%)

diff --git a/meta-oe/recipes-extended/redis/redis_6.2.4.bb b/meta-oe/recipes-extended/redis/redis_6.2.5.bb
similarity index 96%
rename from meta-oe/recipes-extended/redis/redis_6.2.4.bb
rename to meta-oe/recipes-extended/redis/redis_6.2.5.bb
index 0db71240e..58d759b59 100644
--- a/meta-oe/recipes-extended/redis/redis_6.2.4.bb
+++ b/meta-oe/recipes-extended/redis/redis_6.2.5.bb
@@ -17,7 +17,7 @@ SRC_URI = "http://download.redis.io/releases/${BP}.tar.gz \
            file://GNU_SOURCE.patch \
            file://0006-Define-correct-gregs-for-RISCV32.patch \
            "
-SRC_URI[sha256sum] = "ba32c406a10fc2c09426e2be2787d74ff204eb3a2e496d87cff76a476b6ae16e"
+SRC_URI[sha256sum] = "4b9a75709a1b74b3785e20a6c158cab94cf52298aa381eea947a678a60d551ae"
 
 inherit autotools-brokensep update-rc.d systemd useradd
 
-- 
2.25.1


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

* Re: [oe] [meta-oe][PATCH 1/1] redis: advance to version 6.2.5
  2021-09-09 19:00 [meta-oe][PATCH 1/1] redis: advance to version 6.2.5 Joe Slater
@ 2021-09-09 21:38 ` Khem Raj
  2021-09-10  0:29   ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2021-09-09 21:38 UTC (permalink / raw)
  To: Joe Slater; +Cc: openembeded-devel, Randy MacLeod

Hi Joe

Seeing reproducible issue

https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/1521

can you take a look

On Thu, Sep 9, 2021 at 12:00 PM Joe Slater <joe.slater@windriver.com> wrote:
>
> Pull in fix for CVE-2021-32761.
>
> Signed-off-by: Joe Slater <joe.slater@windriver.com>
> ---
>  .../recipes-extended/redis/{redis_6.2.4.bb => redis_6.2.5.bb}   | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta-oe/recipes-extended/redis/{redis_6.2.4.bb => redis_6.2.5.bb} (96%)
>
> diff --git a/meta-oe/recipes-extended/redis/redis_6.2.4.bb b/meta-oe/recipes-extended/redis/redis_6.2.5.bb
> similarity index 96%
> rename from meta-oe/recipes-extended/redis/redis_6.2.4.bb
> rename to meta-oe/recipes-extended/redis/redis_6.2.5.bb
> index 0db71240e..58d759b59 100644
> --- a/meta-oe/recipes-extended/redis/redis_6.2.4.bb
> +++ b/meta-oe/recipes-extended/redis/redis_6.2.5.bb
> @@ -17,7 +17,7 @@ SRC_URI = "http://download.redis.io/releases/${BP}.tar.gz \
>             file://GNU_SOURCE.patch \
>             file://0006-Define-correct-gregs-for-RISCV32.patch \
>             "
> -SRC_URI[sha256sum] = "ba32c406a10fc2c09426e2be2787d74ff204eb3a2e496d87cff76a476b6ae16e"
> +SRC_URI[sha256sum] = "4b9a75709a1b74b3785e20a6c158cab94cf52298aa381eea947a678a60d551ae"
>
>  inherit autotools-brokensep update-rc.d systemd useradd
>
> --
> 2.25.1
>
>
> 
>

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

* Re: [oe] [meta-oe][PATCH 1/1] redis: advance to version 6.2.5
  2021-09-09 21:38 ` [oe] " Khem Raj
@ 2021-09-10  0:29   ` Khem Raj
  0 siblings, 0 replies; 3+ messages in thread
From: Khem Raj @ 2021-09-10  0:29 UTC (permalink / raw)
  To: Joe Slater; +Cc: openembeded-devel, Randy MacLeod

On Thu, Sep 9, 2021 at 2:38 PM Khem Raj <raj.khem@gmail.com> wrote:
>
> Hi Joe
>
> Seeing reproducible issue
>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/1521
>
> can you take a look

nm, it seems it was an AB glitch.
>
> On Thu, Sep 9, 2021 at 12:00 PM Joe Slater <joe.slater@windriver.com> wrote:
> >
> > Pull in fix for CVE-2021-32761.
> >
> > Signed-off-by: Joe Slater <joe.slater@windriver.com>
> > ---
> >  .../recipes-extended/redis/{redis_6.2.4.bb => redis_6.2.5.bb}   | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >  rename meta-oe/recipes-extended/redis/{redis_6.2.4.bb => redis_6.2.5.bb} (96%)
> >
> > diff --git a/meta-oe/recipes-extended/redis/redis_6.2.4.bb b/meta-oe/recipes-extended/redis/redis_6.2.5.bb
> > similarity index 96%
> > rename from meta-oe/recipes-extended/redis/redis_6.2.4.bb
> > rename to meta-oe/recipes-extended/redis/redis_6.2.5.bb
> > index 0db71240e..58d759b59 100644
> > --- a/meta-oe/recipes-extended/redis/redis_6.2.4.bb
> > +++ b/meta-oe/recipes-extended/redis/redis_6.2.5.bb
> > @@ -17,7 +17,7 @@ SRC_URI = "http://download.redis.io/releases/${BP}.tar.gz \
> >             file://GNU_SOURCE.patch \
> >             file://0006-Define-correct-gregs-for-RISCV32.patch \
> >             "
> > -SRC_URI[sha256sum] = "ba32c406a10fc2c09426e2be2787d74ff204eb3a2e496d87cff76a476b6ae16e"
> > +SRC_URI[sha256sum] = "4b9a75709a1b74b3785e20a6c158cab94cf52298aa381eea947a678a60d551ae"
> >
> >  inherit autotools-brokensep update-rc.d systemd useradd
> >
> > --
> > 2.25.1
> >
> >
> > 
> >

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

end of thread, other threads:[~2021-09-10  0:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-09 19:00 [meta-oe][PATCH 1/1] redis: advance to version 6.2.5 Joe Slater
2021-09-09 21:38 ` [oe] " Khem Raj
2021-09-10  0:29   ` 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.