From patchwork Wed May 18 10:14:29 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Karlsson X-Patchwork-Id: 8166 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7D95FC433EF for ; Wed, 18 May 2022 10:14:55 +0000 (UTC) Received: from mail.actia.se (mail.actia.se [212.181.117.226]) by mx.groups.io with SMTP id smtpd.web09.3225.1652868886206320018 for ; Wed, 18 May 2022 03:14:48 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: actia.se, ip: 212.181.117.226, mailfrom: daniel.karlsson@actia.se) Received: from daniel-VirtualBox.actianordic.se (10.12.12.67) by S035ANL.actianordic.se (10.12.31.116) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.28; Wed, 18 May 2022 12:14:42 +0200 From: Daniel Karlsson To: CC: Daniel Karlsson Subject: [dunfell][PATCH] openssl: update from 1.1.1n to 1.1.1o Date: Wed, 18 May 2022 12:14:29 +0200 Message-ID: <20220518101429.339410-1-daniel.karlsson@actia.se> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Originating-IP: [10.12.12.67] X-EsetResult: clean, is OK X-EsetId: 37303A293105C852607667 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 18 May 2022 10:14:55 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/57127 This update fixes CVE-2022-1292. Signed-off-by: Daniel Karlsson --- .../openssl/{openssl_1.1.1n.bb => openssl_1.1.1o.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-connectivity/openssl/{openssl_1.1.1n.bb => openssl_1.1.1o.bb} (98%) diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1n.bb b/meta/recipes-connectivity/openssl/openssl_1.1.1o.bb similarity index 98% rename from meta/recipes-connectivity/openssl/openssl_1.1.1n.bb rename to meta/recipes-connectivity/openssl/openssl_1.1.1o.bb index 8538bd5a18..c9cfc759c9 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.1.1n.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.1.1o.bb @@ -24,7 +24,7 @@ SRC_URI_append_class-nativesdk = " \ file://environment.d-openssl.sh \ " -SRC_URI[sha256sum] = "40dceb51a4f6a5275bde0e6bf20ef4b91bfc32ed57c0552e2e8e15463372b17a" +SRC_URI[sha256sum] = "9384a2b0570dd80358841464677115df785edb941c71211f75076d72fe6b438f" inherit lib_package multilib_header multilib_script ptest MULTILIB_SCRIPTS = "${PN}-bin:${bindir}/c_rehash"