From patchwork Fri Nov 25 07:41:42 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: cp0613 X-Patchwork-Id: 15918 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 390BAC4332F for ; Fri, 25 Nov 2022 07:43:46 +0000 (UTC) Received: from out30-45.freemail.mail.aliyun.com (out30-45.freemail.mail.aliyun.com [115.124.30.45]) by mx.groups.io with SMTP id smtpd.web10.42268.1669362218137474594 for ; Thu, 24 Nov 2022 23:43:38 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: linux.alibaba.com, ip: 115.124.30.45, mailfrom: cp0613@linux.alibaba.com) X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R171e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018046050;MF=cp0613@linux.alibaba.com;NM=1;PH=DS;RN=2;SR=0;TI=SMTPD_---0VVeNRmG_1669362207; Received: from DESKTOP-AMMB16H.localdomain(mailfrom:cp0613@linux.alibaba.com fp:SMTPD_---0VVeNRmG_1669362207) by smtp.aliyun-inc.com; Fri, 25 Nov 2022 15:43:34 +0800 From: cp0613@linux.alibaba.com To: openembedded-devel@lists.openembedded.org Cc: Chen Pei Subject: [meta-oe] [PATCH] botan: upgrade 2.19.2 -> 2.19.3 Date: Fri, 25 Nov 2022 15:41:42 +0800 Message-Id: <20221125074141.939-1-cp0613@linux.alibaba.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 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 ; Fri, 25 Nov 2022 07:43:46 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/99725 From: Chen Pei Version 2.19.3, 2022-11-16 CVE-2022-43705: A malicious OCSP responder could forge OCSP responses due to a failure to validate that an embedded certificate was issued by the end-entity issuing certificate authority. Signed-off-by: Chen Pei --- meta-oe/recipes-crypto/botan/{botan_2.19.2.bb => botan_2.19.3.bb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta-oe/recipes-crypto/botan/{botan_2.19.2.bb => botan_2.19.3.bb} (100%) diff --git a/meta-oe/recipes-crypto/botan/botan_2.19.2.bb b/meta-oe/recipes-crypto/botan/botan_2.19.3.bb similarity index 100% rename from meta-oe/recipes-crypto/botan/botan_2.19.2.bb rename to meta-oe/recipes-crypto/botan/botan_2.19.3.bb