From patchwork Sun Jul 31 11:32:49 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1662270 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=buildroot.org (client-ip=2605:bc80:3010::136; helo=smtp3.osuosl.org; envelope-from=buildroot-bounces@buildroot.org; receiver=) Received: from smtp3.osuosl.org (smtp3.osuosl.org [IPv6:2605:bc80:3010::136]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by bilbo.ozlabs.org (Postfix) with ESMTPS id 4LwfJL3Myhz9s75 for ; Sun, 31 Jul 2022 21:33:06 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 6C39C61059; Sun, 31 Jul 2022 11:32:59 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 6C39C61059 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qLxQtANLiMVO; Sun, 31 Jul 2022 11:32:58 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp3.osuosl.org (Postfix) with ESMTP id 7D82460EC2; Sun, 31 Jul 2022 11:32:57 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 7D82460EC2 X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id B1B681BF589 for ; Sun, 31 Jul 2022 11:32:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 8AF32828F2 for ; Sun, 31 Jul 2022 11:32:55 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 8AF32828F2 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 PIZvcBl_Qs11 for ; Sun, 31 Jul 2022 11:32:54 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 6CB3A828DA Received: from mailout12.t-online.de (mailout12.t-online.de [194.25.134.22]) by smtp1.osuosl.org (Postfix) with ESMTPS id 6CB3A828DA for ; Sun, 31 Jul 2022 11:32:54 +0000 (UTC) Received: from fwd88.dcpf.telekom.de (fwd88.aul.t-online.de [10.223.144.114]) by mailout12.t-online.de (Postfix) with SMTP id 54F8CF6C7; Sun, 31 Jul 2022 13:32:52 +0200 (CEST) Received: from fli4l.lan.fli4l ([79.214.192.98]) by fwd88.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1oI7Bi-0YobvF0; Sun, 31 Jul 2022 13:32:50 +0200 Received: from bruckner.lan.fli4l ([192.168.1.1]:46658) by fli4l.lan.fli4l with esmtp (Exim 4.96) (envelope-from ) id 1oI7Bh-0004ec-2r; Sun, 31 Jul 2022 13:32:49 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sun, 31 Jul 2022 13:32:49 +0200 Message-Id: <20220731113249.93158-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1659267170-0144075D-108AFDB0/0/0 CLEAN NORMAL X-TOI-MSGID: 3577f35e-6eb2-4c59-9c58-df78bd9dbfe8 Subject: [Buildroot] [PATCH 1/1] package/ffmpeg: ignore CVE-2021-38291 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: Mahyar Koshkouei Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" Fixed in version 4.4.1 by http://git.videolan.org/?p=ffmpeg.git;a=blob;f=Changelog;h=1845c0c85c56d300b6b2ffea43d4adc610caa2f5;hb=refs/heads/release/4.4#l160 http://git.videolan.org/?p=ffmpeg.git;a=commit;h=07dec5b0c383ebd6053bdf0a022dfe4aa01b9b70 Signed-off-by: Bernd Kuhls --- package/ffmpeg/ffmpeg.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/ffmpeg/ffmpeg.mk b/package/ffmpeg/ffmpeg.mk index 82d229903f..d43274c4a7 100644 --- a/package/ffmpeg/ffmpeg.mk +++ b/package/ffmpeg/ffmpeg.mk @@ -17,6 +17,8 @@ FFMPEG_LICENSE_FILES += COPYING.GPLv2 endif FFMPEG_CPE_ID_VENDOR = ffmpeg +# fixed in version 4.4.1 +FFMPEG_IGNORE_CVES += CVE-2021-38291 FFMPEG_CONF_OPTS = \ --prefix=/usr \