From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 05 09:26:25 2019 Received: (at 36096-done) by debbugs.gnu.org; 5 Jun 2019 13:26:25 +0000 Received: from localhost ([127.0.0.1]:46812 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hYVvt-0002TA-3a for submit@debbugs.gnu.org; Wed, 05 Jun 2019 09:26:25 -0400 Received: from sender4-of-o53.zoho.com ([136.143.188.53]:21370) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hYVvq-0002T1-Ja for 36096-done@debbugs.gnu.org; Wed, 05 Jun 2019 09:26:23 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1559741167; cv=none; d=zoho.com; s=zohoarc; b=KgFQs82BxnVW1LuEJI+sL3FFxT+HUPk4bbbu1JH9q52HCbG0AgQSVn0L0qjtYxPoECUm8ft7MAqbumZ7mhMsZQ/eeQ4X/WbOAdvSvsljf18CfGwkVgb1AnKRB314qzTgbTr+SXu9gX8gmdHw3/vdFGwOdSI1opVUImddlKPRuVo= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1559741167; h=Content-Type:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To:ARC-Authentication-Results; bh=VA6lUUC0giPqBh7WWfrVR+5L3O9aibveUWWMSM0XPMc=; b=cawsohYZZYmLh2J/JkEerrL10+DwccCMktwcf2jwY2fY3ggMwSBumx8n7yshlJZK5F6z+aVqs8DvGMaSHWA1xNRIRp03pY+jsGvvAc/XhQccHWLbOxWhqGqpX9D0UJvCaLhx9VteAFOMzY8OMeGkIkbJvd/+wMty/Fx5m+x/Pb8= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1559741167; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:In-reply-to:Date:Message-ID:MIME-Version:Content-Type; l=343; bh=VA6lUUC0giPqBh7WWfrVR+5L3O9aibveUWWMSM0XPMc=; b=bQZytw4DI1RvhhEhcUxxldepaOUf0x+zVDLO0n/0Y19iT+zp+nn9d0NXPpaXInQU uq2U9loG3mXc8b/IUDLGcndJAffX7D9VGws42O/w/xZg10qdUtZgPKuNt/C8tLRf5AW kCZg1qSlClNan4sqZV/+I3rDr4uQHEENkPzAKbSw= Received: from localhost (141.80.245.254 [141.80.245.254]) by mx.zohomail.com with SMTPS id 1559741164894331.0979612047271; Wed, 5 Jun 2019 06:26:04 -0700 (PDT) References: <20190605131455.25131-1-jonathan.brielmaier@web.de> User-agent: mu4e 1.2.0; emacs 26.2 From: Ricardo Wurmus To: Jonathan Brielmaier Subject: Re: [bug#36096] [PATCH] gnu: Update neovim to 0.3.7. In-reply-to: <20190605131455.25131-1-jonathan.brielmaier@web.de> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Wed, 05 Jun 2019 15:25:57 +0200 Message-ID: <87ftoocgey.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 36096-done Cc: 36096-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Jonathan, > * gnu/packages/vim.scm (neovim): Update to 0.3.7. > > This includes a fix for a security issue described here: > https://github.com/numirias/security/blob/master/doc/2019-06-04_ace-vim-neovim.md Thank you. I pushed this to the master branch with commit 3390ac619f after adjusting the commit message. -- Ricardo