all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#27770] [PATCH] gnu: vim: Update to 8.0.0727 [fixes CVE-2017-11109].
@ 2017-07-20  5:44 Leo Famulari
  2017-07-21 19:25 ` bug#27770: " Leo Famulari
  0 siblings, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2017-07-20  5:44 UTC (permalink / raw)
  To: 27770

vim-full fails its tests with this update. I've noticed from previous
discussion that the test suite is flaky with vim-full. What do you
suggest?

------
Test results:


From test_alot.vim:
Found errors in Test_input_in_timer():
function RunTheTest[24]..Test_input_in_timer line 4: Expected 'hello' but got ''
Found errors in Test_map_ctrl_c_insert():
function RunTheTest[24]..Test_map_ctrl_c_insert line 7: Expected 'TEST2: CTRL-C |<ctrl-c>A|' but got 'GoTEST2: CTRL-C |<ctrl-c>A|'
TEST FAILURE
------

* gnu/packages/vim.scm (vim, vim-full): Update to 8.0.0727.
---
 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 27c0b0da9..39894f39c 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -60,7 +60,7 @@
 (define-public vim
   (package
     (name "vim")
-    (version "8.0.0600")
+    (version "8.0.0727")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://github.com/vim/vim/archive/v"
@@ -68,7 +68,7 @@
              (file-name (string-append name "-" version ".tar.gz"))
              (sha256
               (base32
-               "1ifaj0lfzqn06snkcd83l58m9r6lg7lk3wspx71k5ycvypyfi67s"))))
+               "0hwqglpsk8qlp2rn6q9p35fxk88xixljk1yv42m3j01g3bgqg0gx"))))
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"
-- 
2.13.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#27770: [PATCH] gnu: vim: Update to 8.0.0727 [fixes CVE-2017-11109].
  2017-07-20  5:44 [bug#27770] [PATCH] gnu: vim: Update to 8.0.0727 [fixes CVE-2017-11109] Leo Famulari
@ 2017-07-21 19:25 ` Leo Famulari
  2017-07-24 12:45   ` ‘vim-full’ to be removed? Ludovic Courtès
  2017-07-29 14:54   ` [bug#27770] [PATCH] gnu: vim: Update to 8.0.0727 [fixes CVE-2017-11109] Marius Bakke
  0 siblings, 2 replies; 4+ messages in thread
From: Leo Famulari @ 2017-07-21 19:25 UTC (permalink / raw)
  To: 27770-done

On Thu, Jul 20, 2017 at 01:44:36AM -0400, Leo Famulari wrote:
> vim-full fails its tests with this update. I've noticed from previous
> discussion that the test suite is flaky with vim-full. What do you
> suggest?

In 3c14378381fc1f187a07b2f958eeed1958f02672, I updated vim and kept
vim-full at 8.0.0600.

This means that vim-full is still vulnerable to CVE-2017-11109.

I'll remove the vim-full package in 1 week (July 28) unless we have a
fix for this bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* ‘vim-full’ to be removed?
  2017-07-21 19:25 ` bug#27770: " Leo Famulari
@ 2017-07-24 12:45   ` Ludovic Courtès
  2017-07-29 14:54   ` [bug#27770] [PATCH] gnu: vim: Update to 8.0.0727 [fixes CVE-2017-11109] Marius Bakke
  1 sibling, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2017-07-24 12:45 UTC (permalink / raw)
  To: guix-devel

Dear Vim users,

This is an excerpt from <https://bugs.gnu.org/27770>:

Leo Famulari <leo@famulari.name> skribis:

> On Thu, Jul 20, 2017 at 01:44:36AM -0400, Leo Famulari wrote:
>> vim-full fails its tests with this update. I've noticed from previous
>> discussion that the test suite is flaky with vim-full. What do you
>> suggest?
>
> In 3c14378381fc1f187a07b2f958eeed1958f02672, I updated vim and kept
> vim-full at 8.0.0600.
>
> This means that vim-full is still vulnerable to CVE-2017-11109.
>
> I'll remove the vim-full package in 1 week (July 28) unless we have a
> fix for this bug.

I’m sure removing this package would annoy quite a bunch of people, so
please do take a look and give a hand to Leo!

Ludo’.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#27770] [PATCH] gnu: vim: Update to 8.0.0727 [fixes CVE-2017-11109].
  2017-07-21 19:25 ` bug#27770: " Leo Famulari
  2017-07-24 12:45   ` ‘vim-full’ to be removed? Ludovic Courtès
@ 2017-07-29 14:54   ` Marius Bakke
  1 sibling, 0 replies; 4+ messages in thread
From: Marius Bakke @ 2017-07-29 14:54 UTC (permalink / raw)
  To: Leo Famulari, 27770-done

[-- Attachment #1: Type: text/plain, Size: 807 bytes --]

Leo Famulari <leo@famulari.name> writes:

> On Thu, Jul 20, 2017 at 01:44:36AM -0400, Leo Famulari wrote:
>> vim-full fails its tests with this update. I've noticed from previous
>> discussion that the test suite is flaky with vim-full. What do you
>> suggest?
>
> In 3c14378381fc1f187a07b2f958eeed1958f02672, I updated vim and kept
> vim-full at 8.0.0600.
>
> This means that vim-full is still vulnerable to CVE-2017-11109.
>
> I'll remove the vim-full package in 1 week (July 28) unless we have a
> fix for this bug.

FWIW I believe the root cause of at least some of the failing GUI tests
have been found:

https://groups.google.com/forum/#!msg/vim_dev/_a9DYXDuZ1I/Mb2c3lUbBgAJ

I don't have strong objections against removing this package, but we
could also just disable tests until it's working again.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-07-29 14:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-20  5:44 [bug#27770] [PATCH] gnu: vim: Update to 8.0.0727 [fixes CVE-2017-11109] Leo Famulari
2017-07-21 19:25 ` bug#27770: " Leo Famulari
2017-07-24 12:45   ` ‘vim-full’ to be removed? Ludovic Courtès
2017-07-29 14:54   ` [bug#27770] [PATCH] gnu: vim: Update to 8.0.0727 [fixes CVE-2017-11109] Marius Bakke

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.