From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:60663) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hYVwV-0007Be-Ue for guix-patches@gnu.org; Wed, 05 Jun 2019 09:27:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hYVwU-0006IX-W0 for guix-patches@gnu.org; Wed, 05 Jun 2019 09:27:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33270) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hYVwU-0006I8-LA for guix-patches@gnu.org; Wed, 05 Jun 2019 09:27:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hYVwU-0002U9-F3 for guix-patches@gnu.org; Wed, 05 Jun 2019 09:27:02 -0400 Subject: bug#36096: [PATCH] gnu: Update neovim to 0.3.7. Resent-To: guix-patches@gnu.org Resent-Message-ID: References: <20190605131455.25131-1-jonathan.brielmaier@web.de> From: Ricardo Wurmus In-reply-to: <20190605131455.25131-1-jonathan.brielmaier@web.de> Date: Wed, 05 Jun 2019 15:25:57 +0200 Message-ID: <87ftoocgey.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Jonathan Brielmaier Cc: 36096-done@debbugs.gnu.org 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