All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][gatesgarth][dunfell] openssl: update to 1.1.1k to fix CVE-2021-3450 and CVE-2021-3449
@ 2021-03-25 19:20 Mikko Rapeli
  2021-03-26 18:54 ` [OE-core] " Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Mikko Rapeli @ 2021-03-25 19:20 UTC (permalink / raw)
  To: openembedded-core; +Cc: Mikko Rapeli

Only security issues fixed in this release according to
https://www.openssl.org/news/cl111.txt

Signed-off-by: Mikko Rapeli <mikko.rapeli@bmw.de>
---
 .../openssl/{openssl_1.1.1j.bb => openssl_1.1.1k.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-connectivity/openssl/{openssl_1.1.1j.bb => openssl_1.1.1k.bb} (98%)

diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1j.bb b/meta/recipes-connectivity/openssl/openssl_1.1.1k.bb
similarity index 98%
rename from meta/recipes-connectivity/openssl/openssl_1.1.1j.bb
rename to meta/recipes-connectivity/openssl/openssl_1.1.1k.bb
index f054d2fdba..5f281197c9 100644
--- a/meta/recipes-connectivity/openssl/openssl_1.1.1j.bb
+++ b/meta/recipes-connectivity/openssl/openssl_1.1.1k.bb
@@ -23,7 +23,7 @@ SRC_URI_append_class-nativesdk = " \
            file://environment.d-openssl.sh \
            "
 
-SRC_URI[sha256sum] = "aaf2fcb575cdf6491b98ab4829abf78a3dec8402b8b81efc8f23c00d443981bf"
+SRC_URI[sha256sum] = "892a0875b9872acd04a9fde79b1f943075d5ea162415de3047c327df33fbaee5"
 
 inherit lib_package multilib_header multilib_script ptest
 MULTILIB_SCRIPTS = "${PN}-bin:${bindir}/c_rehash"
-- 
2.20.1


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

* Re: [OE-core] [PATCH][gatesgarth][dunfell] openssl: update to 1.1.1k to fix CVE-2021-3450 and CVE-2021-3449
  2021-03-25 19:20 [PATCH][gatesgarth][dunfell] openssl: update to 1.1.1k to fix CVE-2021-3450 and CVE-2021-3449 Mikko Rapeli
@ 2021-03-26 18:54 ` Khem Raj
  2021-03-26 19:22   ` Steve Sakoman
  0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2021-03-26 18:54 UTC (permalink / raw)
  To: Mikko Rapeli; +Cc: Patches and discussions about the oe-core layer

do we need this on dunfell too?

On Thu, Mar 25, 2021 at 12:20 PM Mikko Rapeli <mikko.rapeli@bmw.de> wrote:
>
> Only security issues fixed in this release according to
> https://www.openssl.org/news/cl111.txt
>
> Signed-off-by: Mikko Rapeli <mikko.rapeli@bmw.de>
> ---
>  .../openssl/{openssl_1.1.1j.bb => openssl_1.1.1k.bb}            | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-connectivity/openssl/{openssl_1.1.1j.bb => openssl_1.1.1k.bb} (98%)
>
> diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1j.bb b/meta/recipes-connectivity/openssl/openssl_1.1.1k.bb
> similarity index 98%
> rename from meta/recipes-connectivity/openssl/openssl_1.1.1j.bb
> rename to meta/recipes-connectivity/openssl/openssl_1.1.1k.bb
> index f054d2fdba..5f281197c9 100644
> --- a/meta/recipes-connectivity/openssl/openssl_1.1.1j.bb
> +++ b/meta/recipes-connectivity/openssl/openssl_1.1.1k.bb
> @@ -23,7 +23,7 @@ SRC_URI_append_class-nativesdk = " \
>             file://environment.d-openssl.sh \
>             "
>
> -SRC_URI[sha256sum] = "aaf2fcb575cdf6491b98ab4829abf78a3dec8402b8b81efc8f23c00d443981bf"
> +SRC_URI[sha256sum] = "892a0875b9872acd04a9fde79b1f943075d5ea162415de3047c327df33fbaee5"
>
>  inherit lib_package multilib_header multilib_script ptest
>  MULTILIB_SCRIPTS = "${PN}-bin:${bindir}/c_rehash"
> --
> 2.20.1
>
>
> 
>

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

* Re: [OE-core] [PATCH][gatesgarth][dunfell] openssl: update to 1.1.1k to fix CVE-2021-3450 and CVE-2021-3449
  2021-03-26 18:54 ` [OE-core] " Khem Raj
@ 2021-03-26 19:22   ` Steve Sakoman
  2021-03-26 20:19     ` Mikko Rapeli
  0 siblings, 1 reply; 4+ messages in thread
From: Steve Sakoman @ 2021-03-26 19:22 UTC (permalink / raw)
  To: Khem Raj; +Cc: Mikko Rapeli, Patches and discussions about the oe-core layer

On Fri, Mar 26, 2021 at 8:54 AM Khem Raj <raj.khem@gmail.com> wrote:
>
> do we need this on dunfell too?

I plan to take it when it hits master.

Steve

>
> On Thu, Mar 25, 2021 at 12:20 PM Mikko Rapeli <mikko.rapeli@bmw.de> wrote:
> >
> > Only security issues fixed in this release according to
> > https://www.openssl.org/news/cl111.txt
> >
> > Signed-off-by: Mikko Rapeli <mikko.rapeli@bmw.de>
> > ---
> >  .../openssl/{openssl_1.1.1j.bb => openssl_1.1.1k.bb}            | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >  rename meta/recipes-connectivity/openssl/{openssl_1.1.1j.bb => openssl_1.1.1k.bb} (98%)
> >
> > diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1j.bb b/meta/recipes-connectivity/openssl/openssl_1.1.1k.bb
> > similarity index 98%
> > rename from meta/recipes-connectivity/openssl/openssl_1.1.1j.bb
> > rename to meta/recipes-connectivity/openssl/openssl_1.1.1k.bb
> > index f054d2fdba..5f281197c9 100644
> > --- a/meta/recipes-connectivity/openssl/openssl_1.1.1j.bb
> > +++ b/meta/recipes-connectivity/openssl/openssl_1.1.1k.bb
> > @@ -23,7 +23,7 @@ SRC_URI_append_class-nativesdk = " \
> >             file://environment.d-openssl.sh \
> >             "
> >
> > -SRC_URI[sha256sum] = "aaf2fcb575cdf6491b98ab4829abf78a3dec8402b8b81efc8f23c00d443981bf"
> > +SRC_URI[sha256sum] = "892a0875b9872acd04a9fde79b1f943075d5ea162415de3047c327df33fbaee5"
> >
> >  inherit lib_package multilib_header multilib_script ptest
> >  MULTILIB_SCRIPTS = "${PN}-bin:${bindir}/c_rehash"
> > --
> > 2.20.1
> >
> >
> >
> >
>
> 
>

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

* Re: [OE-core] [PATCH][gatesgarth][dunfell] openssl: update to 1.1.1k to fix CVE-2021-3450 and CVE-2021-3449
  2021-03-26 19:22   ` Steve Sakoman
@ 2021-03-26 20:19     ` Mikko Rapeli
  0 siblings, 0 replies; 4+ messages in thread
From: Mikko Rapeli @ 2021-03-26 20:19 UTC (permalink / raw)
  To: sakoman; +Cc: raj.khem, openembedded-core

On Fri, Mar 26, 2021 at 09:22:51AM -1000, Steve Sakoman wrote:
> On Fri, Mar 26, 2021 at 8:54 AM Khem Raj <raj.khem@gmail.com> wrote:
> >
> > do we need this on dunfell too?
> 
> I plan to take it when it hits master.

Thanks! As subject says, the patch applies to both gatesgarth and dunfell.

-Mikko

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

end of thread, other threads:[~2021-03-26 20:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-25 19:20 [PATCH][gatesgarth][dunfell] openssl: update to 1.1.1k to fix CVE-2021-3450 and CVE-2021-3449 Mikko Rapeli
2021-03-26 18:54 ` [OE-core] " Khem Raj
2021-03-26 19:22   ` Steve Sakoman
2021-03-26 20:19     ` Mikko Rapeli

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.