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 D4939C433EF for ; Wed, 27 Oct 2021 10:04:45 +0000 (UTC) Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (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 4E68860FBF for ; Wed, 27 Oct 2021 10:04:45 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 4E68860FBF 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 smtp4.osuosl.org (Postfix) with ESMTP id 261CA403AF; Wed, 27 Oct 2021 10:04:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SCIom46-Bu-a; Wed, 27 Oct 2021 10:04:44 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp4.osuosl.org (Postfix) with ESMTP id 83BA6403E5; Wed, 27 Oct 2021 10:04:43 +0000 (UTC) Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id A4C3F1BF5B5 for ; Wed, 27 Oct 2021 10:04:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 90408401DB for ; Wed, 27 Oct 2021 10:04:13 +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 C-JVO7d1JH-v for ; Wed, 27 Oct 2021 10:04:12 +0000 (UTC) Received: from busybox.osuosl.org (busybox.osuosl.org [140.211.167.122]) by smtp2.osuosl.org (Postfix) with ESMTP id B47F0401AE for ; Wed, 27 Oct 2021 10:04:12 +0000 (UTC) Received: by busybox.osuosl.org (Postfix, from userid 4021) id 634CC88F94; Wed, 27 Oct 2021 10:00:48 +0000 (UTC) From: Peter Korsgaard To: buildroot@buildroot.org Date: Wed, 27 Oct 2021 12:03:10 +0200 X-Git-Refname: refs/heads/2021.02.x X-Git-Oldrev: 34037929f60183bff01219a1fe05df06ca4403ef X-Git-Newrev: d1cc179f4fd9430add45d5c8acc5f60270ca0ba3 X-Patchwork-Hint: ignore Message-Id: <20211027100048.634CC88F94@busybox.osuosl.org> Subject: [Buildroot] [git commit branch/2021.02.x] package/vim: security bump to version 8.2.3565 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=d1cc179f4fd9430add45d5c8acc5f60270ca0ba3 branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.02.x Fix CVE-2021-3872: vim is vulnerable to Heap-based Buffer Overflow Fix CVE-2021-3875: vim is vulnerable to Heap-based Buffer Overflow https://github.com/vim/vim/compare/v8.2.3432...v8.2.3565 Signed-off-by: Fabrice Fontaine Signed-off-by: Peter Korsgaard (cherry picked from commit 5650439b922d020cfad1131e5fb536bce73eb845) Signed-off-by: Peter Korsgaard --- package/vim/vim.hash | 2 +- package/vim/vim.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/vim/vim.hash b/package/vim/vim.hash index 8dad275f49..bbe65c4dda 100644 --- a/package/vim/vim.hash +++ b/package/vim/vim.hash @@ -1,4 +1,4 @@ # Locally computed -sha256 12cce47b81e12779b7d58faf879633be1b668f54a5417a5a24adac50413b3b3c vim-8.2.3432.tar.gz +sha256 ac2264c45684218232ec49a6ae8b88b9a68312b664b93b811868d24c39d8dc11 vim-8.2.3565.tar.gz sha256 0bcab3b635dd39208c42b496568d1e8171dad247cf3da5bab3d750c9d5883499 LICENSE sha256 96970b67f9cb38b0e759946cff22562a3c4b11ce78f62f2117d5e7ecded9ab4d README.txt diff --git a/package/vim/vim.mk b/package/vim/vim.mk index a94dab4bd7..960759aab4 100644 --- a/package/vim/vim.mk +++ b/package/vim/vim.mk @@ -4,7 +4,7 @@ # ################################################################################ -VIM_VERSION = 8.2.3432 +VIM_VERSION = 8.2.3565 VIM_SITE = $(call github,vim,vim,v$(VIM_VERSION)) VIM_DEPENDENCIES = ncurses $(TARGET_NLS_DEPENDENCIES) VIM_SUBDIR = src _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot