GNU bug report logs - #36096
[PATCH] gnu: Update neovim to 0.3.7.

Previous Next

Package: guix-patches;

Reported by: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>

Date: Wed, 5 Jun 2019 13:16:02 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ricardo Wurmus <rekado <at> elephly.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#36096: closed ([PATCH] gnu: Update neovim to 0.3.7.)
Date: Wed, 05 Jun 2019 13:27:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 05 Jun 2019 15:25:57 +0200
with message-id <87ftoocgey.fsf <at> elephly.net>
and subject line Re: [bug#36096] [PATCH] gnu: Update neovim to 0.3.7.
has caused the debbugs.gnu.org bug report #36096,
regarding [PATCH] gnu: Update neovim to 0.3.7.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
36096: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=36096
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: guix-patches <at> gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: [PATCH] gnu: Update neovim to 0.3.7.
Date: Wed,  5 Jun 2019 15:14:55 +0200
* 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
---
 gnu/packages/vim.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 8789060b3c..aa543b68d0 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -730,7 +730,7 @@ are detected, the user is notified.")))
 (define-public neovim
   (package
     (name "neovim")
-    (version "0.3.5")
+    (version "0.3.7")
     (source
      (origin
        (method git-fetch)
@@ -740,7 +740,7 @@ are detected, the user is notified.")))
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "113lrr9gwimvvzlkwlishm4cjqcf30xq9jfxn7vh41ckgnbiwf3w"))))
+         "1j6w5jvq5v7kf7diad91qs1acr427nidnk9s24yyrz0hwdd1c2lh"))))
     (build-system cmake-build-system)
     (arguments
      `(#:modules ((srfi srfi-26)
--
2.21.0



[Message part 3 (message/rfc822, inline)]
From: Ricardo Wurmus <rekado <at> elephly.net>
To: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Cc: 36096-done <at> debbugs.gnu.org
Subject: Re: [bug#36096] [PATCH] gnu: Update neovim to 0.3.7.
Date: Wed, 05 Jun 2019 15:25:57 +0200
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



This bug report was last modified 6 years and 50 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.