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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D245CC433F5 for ; Tue, 26 Oct 2021 12:16:57 +0000 (UTC) Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8940D61167 for ; Tue, 26 Oct 2021 12:16:57 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 8940D61167 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=korsgaard.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=buildroot.org Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 54DEC401DF; Tue, 26 Oct 2021 12:16:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rWHPRBi6Q5Dg; Tue, 26 Oct 2021 12:16:56 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id 4A06E401EF; Tue, 26 Oct 2021 12:16:55 +0000 (UTC) Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 58C471BF38D for ; Tue, 26 Oct 2021 12:15:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 53E9D80C46 for ; Tue, 26 Oct 2021 12:15:44 +0000 (UTC) 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 IL4U57t-Hvl8 for ; Tue, 26 Oct 2021 12:15:43 +0000 (UTC) Received: from busybox.osuosl.org (busybox.osuosl.org [140.211.167.122]) by smtp1.osuosl.org (Postfix) with ESMTP id 8288E80EE2 for ; Tue, 26 Oct 2021 12:15:43 +0000 (UTC) Received: by busybox.osuosl.org (Postfix, from userid 4021) id 5262A88DA1; Tue, 26 Oct 2021 12:12:21 +0000 (UTC) From: Peter Korsgaard To: buildroot@buildroot.org Date: Tue, 26 Oct 2021 14:14:48 +0200 X-Git-Refname: refs/heads/2021.02.x X-Git-Oldrev: eada913c9713b4e98177c7477247813bf2de5589 X-Git-Newrev: 5a76d8a8ee89378ca1ae9271ee59ce4939101588 X-Patchwork-Hint: ignore Message-Id: <20211026121221.5262A88DA1@busybox.osuosl.org> Subject: [Buildroot] [git commit branch/2021.02.x] package/freerdp: security bump to version 2.4.1 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: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" commit: https://git.buildroot.net/buildroot/commit/?id=5a76d8a8ee89378ca1ae9271ee59ce4939101588 branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.02.x - Fix CVE-2021-41159: Improper client input validation for gateway connections allows to overwrite memory - Fix CVE-2021-41160: Improper region checks in all clients allow out of bound write to memory https://github.com/FreeRDP/FreeRDP/releases/tag/2.4.1 Signed-off-by: Fabrice Fontaine Signed-off-by: Thomas Petazzoni (cherry picked from commit f5dc5f47f567ff3cfc0e782503d659d462b3d212) Signed-off-by: Peter Korsgaard --- package/freerdp/freerdp.hash | 4 ++-- package/freerdp/freerdp.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/freerdp/freerdp.hash b/package/freerdp/freerdp.hash index a6cc16c9ad..637e57e8b0 100644 --- a/package/freerdp/freerdp.hash +++ b/package/freerdp/freerdp.hash @@ -1,5 +1,5 @@ -# From https://pub.freerdp.com/releases/freerdp-2.4.0.tar.gz.sha256 -sha256 10ec9b06d74182b354ae288c8e621d94c0fb189b0c3b14a59867ab4c414c08b5 freerdp-2.4.0.tar.gz +# From https://pub.freerdp.com/releases/freerdp-2.4.1.tar.gz.sha256 +sha256 ef75c87926643a0d0041f6556e343ac037380d4260c64885e7cdd20da0147edf freerdp-2.4.1.tar.gz # Locally calculated sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE diff --git a/package/freerdp/freerdp.mk b/package/freerdp/freerdp.mk index 1ff6feeaa7..40a3904024 100644 --- a/package/freerdp/freerdp.mk +++ b/package/freerdp/freerdp.mk @@ -4,7 +4,7 @@ # ################################################################################ -FREERDP_VERSION = 2.4.0 +FREERDP_VERSION = 2.4.1 FREERDP_SITE = https://pub.freerdp.com/releases FREERDP_DEPENDENCIES = libglib2 openssl zlib FREERDP_LICENSE = Apache-2.0 _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot