From mboxrd@z Thu Jan 1 00:00:00 1970 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 smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 28B1FC001DB for ; Thu, 3 Aug 2023 19:20:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id D5DB58235E; Thu, 3 Aug 2023 19:19:59 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org D5DB58235E X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CEhkLu3I1N98; Thu, 3 Aug 2023 19:19:58 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp1.osuosl.org (Postfix) with ESMTP id C852D82EF0; Thu, 3 Aug 2023 19:19:57 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org C852D82EF0 Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 0D5891BF2BD for ; Thu, 3 Aug 2023 19:19:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 46A5682141 for ; Thu, 3 Aug 2023 19:19:32 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 46A5682141 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sD8gEbMiZRtK for ; Thu, 3 Aug 2023 19:19:31 +0000 (UTC) Received: from smtp6-g21.free.fr (smtp6-g21.free.fr [212.27.42.6]) by smtp1.osuosl.org (Postfix) with ESMTPS id 2CEB383F95 for ; Thu, 3 Aug 2023 19:19:31 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 2CEB383F95 Received: from ymorin.is-a-geek.org (unknown [IPv6:2a01:cb19:8b44:b00:220a:a3fc:7608:6165]) (Authenticated sender: yann.morin.1998@free.fr) by smtp6-g21.free.fr (Postfix) with ESMTPSA id 30ACA780372; Thu, 3 Aug 2023 21:19:27 +0200 (CEST) Received: by ymorin.is-a-geek.org (sSMTP sendmail emulation); Thu, 03 Aug 2023 21:19:26 +0200 Date: Thu, 3 Aug 2023 21:19:26 +0200 From: "Yann E. MORIN" To: Bernd Kuhls Message-ID: <20230803191926.GO421096@scaer> References: <20230803040935.23465-1-bernd@kuhls.net> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230803040935.23465-1-bernd@kuhls.net> User-Agent: Mutt/1.5.22 (2013-10-16) X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=free.fr; s=smtp-20201208; t=1691090369; bh=C9MjvOSnhKk7bwuGNWmVNTElXErE2JQ9y5OcL9PrDys=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=e69xkZL61p/nZgjM+ZtHei/9yDTJ9N9nVnh1eS7nsA+8MJW0nze4oVoS72RaDmYsO AQuLGiGAmoCTaeiM2+u66eFkgwCwQ89i04qaYzeQjn537AIkYobZNexLJms5lnCzgQ 2oTVh+wjbk9QiAn67li3taFTZ+QxVRQge0cVtRp0r2Mkkl+n/c6deRxkeY2b6ayC5E Oljz5NVNAZj8qpzmch7pZh3G52VeeD0h0Y61TlqQHWCzyyebOlOld+0BWz15QUOs68 FPb2xHfHaFMsaVDzFDmRtx/HtXxQHm/r8Nu8xHRYQop9pSErrVHFCCJCuCyS+SDql5 j9g2U57p5CQ9Q== X-Mailman-Original-Authentication-Results: smtp1.osuosl.org; dkim=pass (2048-bit key) header.d=free.fr header.i=@free.fr header.a=rsa-sha256 header.s=smtp-20201208 header.b=e69xkZL6 Subject: Re: [Buildroot] [PATCH 1/1] package/libopenssl: security bump version to 3.0.10 X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: buildroot@buildroot.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" Bernd, All, On 2023-08-03 06:09 +0200, Bernd Kuhls spake thusly: > Fixes > CVE-2023-2975: https://www.openssl.org/news/secadv/20230714.txt > CVE-2023-3446: https://www.openssl.org/news/secadv/20230719.txt > CVE-2023-3817: https://www.openssl.org/news/secadv/20230731.txt > > Changelog: https://www.openssl.org/news/cl30.txt > > Signed-off-by: Bernd Kuhls Applied to master, thanks. Regards, Yann E. MORIN. > --- > package/libopenssl/libopenssl.hash | 4 ++-- > package/libopenssl/libopenssl.mk | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/package/libopenssl/libopenssl.hash b/package/libopenssl/libopenssl.hash > index ddba5f2049..b43281c7eb 100644 > --- a/package/libopenssl/libopenssl.hash > +++ b/package/libopenssl/libopenssl.hash > @@ -1,5 +1,5 @@ > -# From https://www.openssl.org/source/openssl-1.1.1u.tar.gz.sha256 > -sha256 eb1ab04781474360f77c318ab89d8c5a03abc38e63d65a603cabbf1b00a1dc90 openssl-3.0.9.tar.gz > +# From https://www.openssl.org/source/openssl-3.0.10.tar.gz.sha256 > +sha256 1761d4f5b13a1028b9b6f3d4b8e17feb0cedc9370f6afe61d7193d2cdce83323 openssl-3.0.10.tar.gz > > # License files > sha256 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a LICENSE.txt > diff --git a/package/libopenssl/libopenssl.mk b/package/libopenssl/libopenssl.mk > index 41626d20e1..8bc3687921 100644 > --- a/package/libopenssl/libopenssl.mk > +++ b/package/libopenssl/libopenssl.mk > @@ -4,7 +4,7 @@ > # > ################################################################################ > > -LIBOPENSSL_VERSION = 3.0.9 > +LIBOPENSSL_VERSION = 3.0.10 > LIBOPENSSL_SITE = https://www.openssl.org/source > LIBOPENSSL_SOURCE = openssl-$(LIBOPENSSL_VERSION).tar.gz > LIBOPENSSL_LICENSE = Apache-2.0 > -- > 2.39.2 > > _______________________________________________ > buildroot mailing list > buildroot@buildroot.org > https://lists.buildroot.org/mailman/listinfo/buildroot -- .-----------------.--------------------.------------------.--------------------. | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: | | +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ | | +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no | | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. | '------------------------------^-------^------------------^--------------------' _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot