Change log for vim package in Ubuntu

76150 of 292 results
Superseded in lunar-release
Obsolete in kinetic-release
Deleted in kinetic-proposed (Reason: Moved to kinetic)
vim (2:9.0.0242-1ubuntu1) kinetic; urgency=low

  * Merge from Debian unstable. Remaining changes:
    + debian/runtime/vimrc:
      "syntax on" is a sane default for non-tiny vim.
    + debian/patches/debian/ubuntu-grub-syntax.patch:
      Add Ubuntu-specific "quiet" keyword.
    + debian/patches/ubuntu-mouse-off.patch:
      Mouse mode is actively harmful in some chroots.
    + debian/patches/patches/increase_timeout.diff:
      Increase timeout for the Test_pattern_compile_speed patch.
    + debian/patches/0001-fix-flaky-terminal-mode-test.vim: Fix flaky vim
      terminal mode test
    + debian/patches/0002-disable-failing-tests-on-ppc64.patch: Disable some
      tests that were throwing an ENOMEM during build on ppc64el. The tests
      are only disabled when building on ppc64el.

Superseded in kinetic-release
Deleted in kinetic-proposed (Reason: Moved to kinetic)
vim (2:9.0.0135-1ubuntu1) kinetic; urgency=low

  * Merge from Debian unstable. Remaining changes:
    + debian/runtime/vimrc:
      "syntax on" is a sane default for non-tiny vim.
    + debian/patches/debian/ubuntu-grub-syntax.patch:
      Add Ubuntu-specific "quiet" keyword.
    + debian/patches/ubuntu-mouse-off.patch:
      Mouse mode is actively harmful in some chroots.
    + debian/patches/patches/increase_timeout.diff:
      Increase timeout for the Test_pattern_compile_speed patch.
    + debian/patches/0001-fix-flaky-terminal-mode-test.vim: Fix flaky vim
      terminal mode test
    + debian/patches/0002-disable-failing-tests-on-ppc64.patch: Disable some
      tests that were throwing an ENOMEM during build on ppc64el. The tests
      are only disabled when building on ppc64el.
  * Dropped, no longer needed:
    + debian/patches/debian/update-upstart-syntax.patch: we no longer
      support upstart; no reason to carry a patch to an editor to improve
      syntax highlighting for upstart files.
    + debian/patches/ubuntu-fix-ftbfs.patch: Resolve FTBFS in kinetic

Superseded in kinetic-release
Deleted in kinetic-proposed (Reason: Moved to kinetic)
vim (2:8.2.5166-0ubuntu1) kinetic; urgency=medium

  * New upstream version.

 -- Simon Quigley <email address hidden>  Sun, 26 Jun 2022 22:22:46 -0500
Superseded in kinetic-release
Deleted in kinetic-proposed (Reason: Moved to kinetic)
vim (2:8.2.4793-1ubuntu2) kinetic; urgency=medium

  * Resolve FTBFS in kinetic (LP: #1979336)

 -- William 'jawn-smith' Wilson <email address hidden>  Tue, 21 Jun 2022 09:44:32 -0500
Superseded in kinetic-proposed
vim (2:8.2.4793-1ubuntu1) kinetic; urgency=medium

  * Merge from Debian unstable, remaining changes:
    + debian/runtime/vimrc:
      "syntax on" is a sane default for non-tiny vim.
    + debian/patches/debian/ubuntu-grub-syntax.patch:
      Add Ubuntu-specific "quiet" keyword.
    + debian/patches/debian/update-upstart-syntax.patch:
      Add setuid and setgid to syntax file.
    + debian/patches/ubuntu-mouse-off.patch:
      Mouse mode is actively harmful in some chroots.
    + debian/patches/patches/increase_timeout.diff:
      Increase timeout for the Test_pattern_compile_speed patch.
  * Update my patch adding Kinetic given the new upstream changes. The patch
    only adds Kinetic at this point.

Superseded in kinetic-release
Deleted in kinetic-proposed (Reason: Moved to kinetic)
vim (2:8.2.3995-1ubuntu3) kinetic; urgency=medium

  * Add ubuntu-kinetic.patch, which drops Hirsute from the supported releases
    and adds Kinetic to the supported releases.

 -- Simon Quigley <email address hidden>  Fri, 29 Apr 2022 04:04:08 -0500
Superseded in kinetic-release
Published in jammy-release
Deleted in jammy-proposed (Reason: Moved to jammy)
vim (2:8.2.3995-1ubuntu2) jammy; urgency=medium

  * Disable some tests that were throwing an ENOMEM during build on
    ppc64el. The tests are only disabled when building on ppc64el.

 -- William 'jawn-smith' Wilson <email address hidden>  Mon, 18 Apr 2022 14:26:30 -0500
Superseded in jammy-release
Deleted in jammy-proposed (Reason: Moved to jammy)
vim (2:8.2.3995-1ubuntu1) jammy; urgency=medium

  * Merge from Debian unstable, remaining changes:
    + debian/runtime/vimrc:
      "syntax on" is a sane default for non-tiny vim.
    + debian/patches/debian/ubuntu-grub-syntax.patch:
      Add Ubuntu-specific "quiet" keyword.
    + debian/patches/debian/update-upstart-syntax.patch:
      Add setuid and setgid to syntax file.
    + debian/patches/ubuntu-mouse-off.patch:
      Mouse mode is actively harmful in some chroots.
    + debian/patches/patches/increase_timeout.diff:
      Increase timeout for the Test_pattern_compile_speed patch.
  * Dropped changes, fixed upstream:
    + debian/patches/CVE-2021-3927.patch
    + debian/patches/CVE-2021-3928.patch
    + debian/patches/python3.10.patch
  * Dropped change, seems to be no longer needed
    + debian/rules:
      Disable tests on riscv64.

Superseded in jammy-proposed
vim (2:8.2.3565-1ubuntu6) jammy; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Sun, 06 Feb 2022 13:48:51 +0100
Superseded in focal-updates
Superseded in focal-security
vim (2:8.1.2269-1ubuntu5.7) focal-security; urgency=medium

  * No-change rebuild to fix cdimage build on riscv64

 -- Ray Veldkamp <email address hidden>  Tue, 01 Feb 2022 20:16:32 +1100
Superseded in focal-updates
Superseded in focal-security
vim (2:8.1.2269-1ubuntu5.6) focal-security; urgency=medium

  * SECURITY UPDATE: Use-after-free issue in regular expression engine when
    using a mark, could lead to a denial of service or code execution.
    - debian/patches/CVE-2021-3974.patch: Ensure check for free is made when
      processing mark in src/regexp_nfa.c, src/testdir/test_regexp_latin.vim
    - CVE-2021-3974

  * SECURITY UPDATE: Heap-based buffer overflow could lead to a denial of
    service or possible code execution when C-indenting
    - debian/patches/CVE-2021-3984.patch: Fix memory access issue by correctly
      dereferencing cursor position in src/cindent.c and
      src/testdir/test_cindent.vim
    - CVE-2021-3984

  * SECURITY UPDATE: Heap-based buffer overflow could lead to a denial of
    service when help functions are provided with long command strings
    - debian/patches/CVE-2021-4019.patch: Fix handling of strcpy to use safer
      vim_snprintf in src/ex_cmds.c and src/testdir/test_help.vim
    - CVE-2021-4019

  * SECURITY UPDATE: Use-after-free issue in open command can lead to a denial
    of service or possible code execution
    - debian/patches/CVE-2021-4069.patch: Fix issue making a copy of the
      current line and its address in src/ex_docmd.c
    - CVE-2021-4069

 -- Ray Veldkamp <email address hidden>  Thu, 20 Jan 2022 22:59:01 +1100
Superseded in bionic-updates
Superseded in bionic-security
vim (2:8.0.1453-1ubuntu1.8) bionic-security; urgency=medium

  * SECURITY UPDATE: Heap-based buffer overflow could lead to a denial of
    service or possible code execution when C-indenting
    - debian/patches/CVE-2021-3984.patch: Fix memory access issue by correctly
      dereferencing cursor position in src/misc1.c and
      src/testdir/test_cindent.vim
    - CVE-2021-3984

  * SECURITY UPDATE: Heap-based buffer overflow could lead to a denial of
    service when help functions are provided with long command strings
    - debian/patches/CVE-2021-4019.patch: Fix handling of strcpy to use safer
      vim_snprintf in src/ex_cmds.c and src/testdir/test_help.vim
    - CVE-2021-4019

  * SECURITY UPDATE: Use-after-free issue in open command can lead to a denial
    of service or possible code execution
    - debian/patches/CVE-2021-4069.patch: Fix issue making a copy of the
      current line and its address in src/ex_docmd.c
    - CVE-2021-4069

 -- Ray Veldkamp <email address hidden>  Thu, 20 Jan 2022 13:47:53 +1100
Superseded in jammy-release
Deleted in jammy-proposed (Reason: Moved to jammy)
vim (2:8.2.3565-1ubuntu5) jammy; urgency=medium

  * Adjust expected test output for Python 3.10

 -- Graham Inggs <email address hidden>  Fri, 14 Jan 2022 10:27:09 +0000
Superseded in jammy-proposed
vim (2:8.2.3565-1ubuntu4) jammy; urgency=medium

  * No-change rebuild with Python 3.10 as default version

 -- Graham Inggs <email address hidden>  Thu, 13 Jan 2022 20:38:37 +0000
Obsolete in hirsute-updates
Obsolete in hirsute-security
vim (2:8.2.2434-1ubuntu1.3) hirsute-security; urgency=medium

  * SECURITY UPDATE: Heap-based buffer overflow could lead to a denial of
    service when using CTRL+w+f with an empty filename
    - debian/patches/CVE-2021-3973-1.patch: Ensure filename is checked for
      zero length in src/findfile.c, src/normal.c and
      src/testdir/test_visual.vim
    - debian/patches/CVE-2021-3973-2.patch: Fix for failing test in
      src/findfile.c
    - CVE-2021-3973

  * SECURITY UPDATE: Use-after-free issue in regular expression engine when
    using a mark, could lead to a denial of service or code execution.
    - debian/patches/CVE-2021-3974.patch: Ensure check for free is made when
      processing mark in src/regexp_nfa.c, src/testdir/test_regexp_latin.vim
    - CVE-2021-3974

  * SECURITY UPDATE: Heap-based buffer overflow could lead to a denial of
    service or possible code execution when C-indenting
    - debian/patches/CVE-2021-3984.patch: Fix memory access issue by correctly
      dereferencing cursor position in src/cindent.c and
      src/testdir/test_cindent.vim
    - CVE-2021-3984

  * SECURITY UPDATE: Heap-based buffer overflow could lead to a denial of
    service when help functions are provided with long command strings
    - debian/patches/CVE-2021-4019.patch: Fix handling of strcpy to use safer
      vim_snprintf in src/help.c and src/testdir/test_help.vim
    - CVE-2021-4019

  * SECURITY UPDATE: Use-after-free issue in open command can lead to a denial
    of service or possible code execution
    - debian/patches/CVE-2021-4069.patch: Fix issue making a copy of the
      current line and its address in src/ex_docmd.c and
      src/testdir/test_ex_mode.vim
    - CVE-2021-4069

 -- Ray Veldkamp <email address hidden>  Wed, 05 Jan 2022 21:00:18 +1100
Obsolete in impish-updates
Obsolete in impish-security
vim (2:8.2.2434-3ubuntu3.2) impish-security; urgency=medium

  * SECURITY UPDATE: Heap-based buffer overflow could lead to a denial of
    service when using CTRL+w+f with an empty filename
    - debian/patches/CVE-2021-3973-1.patch: Ensure filename is checked for
      zero length in src/findfile.c, src/normal.c and
      src/testdir/test_visual.vim
    - debian/patches/CVE-2021-3973-2.patch: Fix for failing test in
      src/findfile.c
    - CVE-2021-3973

  * SECURITY UPDATE: Use-after-free issue in regular expression engine when
    using a mark, could lead to a denial of service or code execution.
    - debian/patches/CVE-2021-3974.patch: Ensure check for free is made when
      processing mark in src/regexp_nfa.c, src/testdir/test_regexp_latin.vim
    - CVE-2021-3974

  * SECURITY UPDATE: Heap-based buffer overflow could lead to a denial of
    service or possible code execution when C-indenting
    - debian/patches/CVE-2021-3984.patch: Fix memory access issue by correctly
      dereferencing cursor position in src/cindent.c and
      src/testdir/test_cindent.vim
    - CVE-2021-3984

  * SECURITY UPDATE: Heap-based buffer overflow could lead to a denial of
    service when help functions are provided with long command strings
    - debian/patches/CVE-2021-4019.patch: Fix handling of strcpy to use safer
      vim_snprintf in src/help.c and src/testdir/test_help.vim
    - CVE-2021-4019

  * SECURITY UPDATE: Use-after-free issue in open command can lead to a denial
    of service or possible code execution
    - debian/patches/CVE-2021-4069.patch: Fix issue making a copy of the
      current line and its address in src/ex_docmd.c and
      src/testdir/test_ex_mode.vim
    - CVE-2021-4069

 -- Ray Veldkamp <email address hidden>  Sat, 18 Dec 2021 03:55:33 +1100
Superseded in jammy-release
Deleted in jammy-proposed (Reason: Moved to jammy)
vim (2:8.2.3565-1ubuntu3) jammy; urgency=medium

  * No-change upload due to ruby3.0 transition, remove ruby2.7 support.

 -- Lucas Kanashiro <email address hidden>  Fri, 03 Dec 2021 19:17:35 -0300
Superseded in jammy-release
Deleted in jammy-proposed (Reason: Moved to jammy)
vim (2:8.2.3565-1ubuntu2) jammy; urgency=medium

  * SECURITY UPDATE: Fix heap-based buffer overflow when reading character
    past end of line
    - debian/patches/CVE-2021-3927.patch: Correct the cursor column in
      src/ex_docmd.c, src/testdir/test_put.vim.
    - CVE-2021-3927
  * SECURITY UPDATE: Fix stack-based buffer overflow when reading
    uninitialized memory when giving spell suggestions
    - debian/patches/CVE-2021-3928.patch: Check that preword is not empty in
      src/spellsuggest.c, src/testdir/test_spell.vim.
    - CVE-2021-3928
  * Fix flaky vim terminal mode test

 -- Spyros Seimenis <email address hidden>  Thu, 11 Nov 2021 15:50:41 +0100
Superseded in bionic-updates
Superseded in bionic-security
vim (2:8.0.1453-1ubuntu1.7) bionic-security; urgency=medium

  * SECURITY UPDATE: Fix heap-based buffer overflow when scrolling without a
    valid screen
    - debian/patches/CVE-2021-3903.patch: Do not set VALID_BOTLINE in w_valid
      in src/move.c, src/testdir/test_normal.vim.
    - CVE-2021-3903
  * SECURITY UPDATE: Fix heap-based buffer overflow when reading character
    past end of line
    - debian/patches/CVE-2021-3927.patch: Correct the cursor column in
      src/ex_docmd.c, src/testdir/test_put.vim.
    - CVE-2021-3927
  * SECURITY UPDATE: Fix stack-based buffer overflow when reading
    uninitialized memory when giving spell suggestions
    - debian/patches/CVE-2021-3928.patch: Check that preword is not empty in
      src/spell.c, src/testdir/test_spell.vim.
    - CVE-2021-3928

 -- Spyros Seimenis <email address hidden>  Tue, 09 Nov 2021 15:34:45 +0100
Superseded in focal-updates
Superseded in focal-security
vim (2:8.1.2269-1ubuntu5.4) focal-security; urgency=medium

  * SECURITY UPDATE: Fix heap-based buffer overflow when buffer name is very
    long
    - debian/patches/CVE-2021-3872.patch: Make sure not to go over the end of
      the buffer in src/drawscreen.c, src/testdir/test_statusline.vim.
    - CVE-2021-3872
  * SECURITY UPDATE: Fix heap-based buffer overflow when scrolling without a
    valid screen
    - debian/patches/CVE-2021-3903.patch: Do not set VALID_BOTLINE in w_valid
      in src/move.c, src/testdir/test_normal.vim.
    - CVE-2021-3903
  * SECURITY UPDATE: Fix heap-based buffer overflow when reading character
    past end of line
    - debian/patches/CVE-2021-3927.patch: Correct the cursor column in
      src/ex_docmd.c, src/testdir/test_put.vim.
    - CVE-2021-3927
  * SECURITY UPDATE: Fix stack-based buffer overflow when reading
    uninitialized memory when giving spell suggestions
    - debian/patches/CVE-2021-3928.patch: Check that preword is not empty in
      src/spellsuggest.c, src/testdir/test_spell.vim.
    - CVE-2021-3928
  * Fix flaky vim terminal mode test

 -- Spyros Seimenis <email address hidden>  Mon, 08 Nov 2021 15:21:34 +0100
Superseded in hirsute-updates
Superseded in hirsute-security
vim (2:8.2.2434-1ubuntu1.2) hirsute-security; urgency=medium

  * SECURITY UPDATE: Fix heap-based buffer overflow when buffer name is very
    long
    - debian/patches/CVE-2021-3872.patch: Make sure not to go over the end of
      the buffer in src/drawscreen.c, src/testdir/test_statusline.vim.
    - CVE-2021-3872
  * SECURITY UPDATE: Fix heap-based buffer overflow when scrolling without a
    valid screen
    - debian/patches/CVE-2021-3903.patch: Do not set VALID_BOTLINE in w_valid
      in src/move.c, src/testdir/test_normal.vim.
    - CVE-2021-3903
  * SECURITY UPDATE: Fix heap-based buffer overflow when reading character
    past end of line
    - debian/patches/CVE-2021-3927.patch: Correct the cursor column in
      src/ex_docmd.c, src/testdir/test_put.vim.
    - CVE-2021-3927
  * SECURITY UPDATE: Fix stack-based buffer overflow when reading
    uninitialized memory when giving spell suggestions
    - debian/patches/CVE-2021-3928.patch: Check that preword is not empty in
      src/spellsuggest.c, src/testdir/test_spell.vim.
    - CVE-2021-3928
  * Fix flaky vim terminal mode test

 -- Spyros Seimenis <email address hidden>  Mon, 08 Nov 2021 15:19:29 +0100
Superseded in impish-updates
Superseded in impish-security
vim (2:8.2.2434-3ubuntu3.1) impish-security; urgency=medium

  * SECURITY UPDATE: Fix heap-based buffer overflow when buffer name is very
    long
    - debian/patches/CVE-2021-3872.patch: Make sure not to go over the end of
      the buffer in src/drawscreen.c, src/testdir/test_statusline.vim.
    - CVE-2021-3872
  * SECURITY UPDATE: Fix heap-based buffer overflow when scrolling without a
    valid screen
    - debian/patches/CVE-2021-3903.patch: Do not set VALID_BOTLINE in w_valid
      in src/move.c, src/testdir/test_normal.vim.
    - CVE-2021-3903
  * SECURITY UPDATE: Fix heap-based buffer overflow when reading character
    past end of line
    - debian/patches/CVE-2021-3927.patch: Correct the cursor column in
      src/ex_docmd.c, src/testdir/test_put.vim.
    - CVE-2021-3927
  * SECURITY UPDATE: Fix stack-based buffer overflow when reading
    uninitialized memory when giving spell suggestions
    - debian/patches/CVE-2021-3928.patch: Check that preword is not empty in
      src/spellsuggest.c, src/testdir/test_spell.vim.
    - CVE-2021-3928
  * Fix flaky vim terminal mode test

 -- Spyros Seimenis <email address hidden>  Mon, 08 Nov 2021 15:17:01 +0100
Superseded in jammy-release
Deleted in jammy-proposed (Reason: Moved to jammy)
vim (2:8.2.3565-1ubuntu1) jammy; urgency=medium

  * Merge from Debian Sid. Remaining changes:
    - debian/runtime/vimrc:
      + "syntax on" is a sane default for non-tiny vim.
    - debian/rules:
      + Disable tests on riscv64.
    - debian/patches/debian/ubuntu-grub-syntax.patch:
      + Add Ubuntu-specific "quiet" keyword.
    - debian/patches/debian/update-upstart-syntax.patch:
      + Add setuid and setgid to syntax file.
    - debian/patches/ubuntu-mouse-off.patch:
      + Mouse mode is actively harmful in some chroots.
    - debian/patches/patches/increase_timeout.diff:
      + Increase timeout for the Test_pattern_compile_speed patch.
    - Drop upstreamed CVE patches.
    - Drop 0001-add-impish.patch which has been upstreamed.

Superseded in jammy-release
Deleted in jammy-proposed (Reason: Moved to jammy)
vim (2:8.2.2434-3ubuntu4) jammy; urgency=medium

  * Add Jammy to the supported Ubuntu releases.

 -- Simon Quigley <email address hidden>  Wed, 27 Oct 2021 03:20:08 -0500
Superseded in focal-updates
Superseded in focal-security
vim (2:8.1.2269-1ubuntu5.3) focal-security; urgency=medium

  * SECURITY UPDATE: Fix heap-based buffer overflow when using :retab with
    large value
    - debian/patches/CVE-2021-3770-1.patch: Check vartabstop contains positive
      number in src/indent.c.
    - debian/patches/CVE-2021-3770-2.patch: Fix memory leak for :retab with
      invalid argument
    - CVE-2021-3770
  * SECURITY UPDATE: Fix heap-based buffer overflow when reading beyond end of
    line with invalid utf-8 character
    - debian/patches/CVE-2021-3778.patch: Validate encoding of character before
      advancing line in regexp_nfa.c.
    - CVE-2021-3778
  * SECURITY UPDATE: Fix use after free when replacing
    - debian/patches/CVE-2021-3796.patch: Get the line pointer after calling
      ins_copychar() in src/normal.c.
    - CVE-2021-3796
  * Fix failing flaky test for riscv64 builds.

 -- Spyros Seimenis <email address hidden>  Mon, 20 Sep 2021 14:42:42 +0300
Superseded in bionic-updates
Superseded in bionic-security
vim (2:8.0.1453-1ubuntu1.6) bionic-security; urgency=medium

  * SECURITY UPDATE: Fix heap-based buffer overflow when reading beyond end of
    line with invalid utf-8 character
    - debian/patches/CVE-2021-3778.patch: Validate encoding of character before
      advancing line in regexp_nfa.c.
    - CVE-2021-3778
  * SECURITY UPDATE: Fix use after free when replacing
    - debian/patches/CVE-2021-3796.patch: Get the line pointer after calling
      ins_copychar() in src/normal.c.
    - CVE-2021-3796

 -- Spyros Seimenis <email address hidden>  Mon, 20 Sep 2021 15:26:53 +0300
Superseded in jammy-release
Obsolete in impish-release
Deleted in impish-proposed (Reason: Moved to impish)
vim (2:8.2.2434-3ubuntu3) impish; urgency=medium

  * Add impish to supported releases (LP: #1944419)

 -- Heinrich Schuchardt <email address hidden>  Tue, 21 Sep 2021 10:39:53 +0200
Superseded in hirsute-updates
Superseded in hirsute-security
vim (2:8.2.2434-1ubuntu1.1) hirsute-security; urgency=medium

  * SECURITY UPDATE: Fix heap-based buffer overflow when using :retab with
    large value
    - debian/patches/CVE-2021-3770-1.patch: Check vartabstop contains positive
      number in src/indent.c.
    - debian/patches/CVE-2021-3770-2.patch: Fix memory leak for :retab with
      invalid argument
    - CVE-2021-3770
  * SECURITY UPDATE: Fix heap-based buffer overflow when reading beyond end of
    line with invalid utf-8 character
    - debian/patches/CVE-2021-3778.patch: Validate encoding of character before
      advancing line in regexp_nfa.c.
    - CVE-2021-3778
  * SECURITY UPDATE: Fix use after free when replacing
    - debian/patches/CVE-2021-3796.patch: Get the line pointer after calling
      ins_copychar() in src/normal.c.
    - CVE-2021-3796

 -- Spyros Seimenis <email address hidden>  Mon, 20 Sep 2021 14:49:18 +0300
Superseded in impish-proposed
vim (2:8.2.2434-3ubuntu2) impish; urgency=medium

  * SECURITY UPDATE: Fix heap-based buffer overflow when using :retab with large value
    - debian/patches/CVE-2021-3770-1.patch: Check vartabstop contains positive
      number in src/indent.c.
    - debian/patches/CVE-2021-3770-2.patch: Fix memory leak for :retab with
      invalid argument
    - CVE-2021-3770
  * SECURITY UPDATE: Fix heap-based buffer overflow when reading beyond end of line
    with invalid utf-8 character
    - debian/patches/CVE-2021-3778.patch: Validate encoding of character before
      advancing line in regexp_nfa.c.
    - CVE-2021-3778
  * SECURITY UPDATE: Fix use after free when replacing
    - debian/patches/CVE-2021-3796.patch: Get the line pointer after calling
      ins_copychar() in src/normal.c.
    - CVE-2021-3796

 -- Spyros Seimenis <email address hidden>  Mon, 20 Sep 2021 14:50:52 +0300
Superseded in impish-release
Deleted in impish-proposed (Reason: Moved to impish)
vim (2:8.2.2434-3ubuntu1) impish; urgency=medium

  * Merge from Debian unstable. Remaining changes:
    - debian/runtime/vimrc:
      + "syntax on" is a sane default for non-tiny vim.
    - debian/rules:
      + Disable tests on riscv64
    - debian/patches/debian/ubuntu-grub-syntax.patch:
      + Add Ubuntu-specific "quiet" keyword.
    - debian/patches/debian/update-upstart-syntax.patch:
      + Add setuid and setgid to syntax file.
    - debian/patches/ubuntu-mouse-off.patch:
      + Mouse mode is actively harmful in some chroots.
    - debian/patches/patches/increase_timeout.diff:
      + Increase timeout for the Test_pattern_compile_speed patch.

Superseded in impish-release
Obsolete in hirsute-release
Deleted in hirsute-proposed (Reason: moved to Release)
vim (2:8.2.2434-1ubuntu1) hirsute; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - debian/runtime/vimrc:
      + "syntax on" is a sane default for non-tiny vim.
    - debian/rules:
      + Disable tests on riscv64
    - debian/patches/debian/ubuntu-grub-syntax.patch:
      + Add Ubuntu-specific "quiet" keyword.
    - debian/patches/debian/update-upstart-syntax.patch:
      + Add setuid and setgid to syntax file.
    - debian/patches/ubuntu-mouse-off.patch:
      + Mouse mode is actively harmful in some chroots.
    - debian/patches/patches/increase_timeout.diff:
      + Increase timeout for the Test_pattern_compile_speed patch.
  * Dropped changes, deprecated:
    - patches/riscv64-test-timeout.patch
      + Increase Test_mode_message_at_leaving_insert_with_esc_mapped timeout
        for riscv64.
      + It was changed to WaitForAssert(), our patch patches another function:
        Test_mode_message_at_leaving_insert_by_ctrl_c()
  * Dropped changes, included upstream:
    - debian/patches/ubuntu-series-support.patch:
      + Add hirsute, move eoan to unsupported

 -- Lukas Märdian <email address hidden>  Mon, 15 Feb 2021 13:29:39 +0100
Superseded in hirsute-release
Deleted in hirsute-proposed (Reason: moved to Release)
vim (2:8.2.1913-1ubuntu3) hirsute; urgency=medium

  * No-change rebuild to build with python3.9 as default.

 -- Matthias Klose <email address hidden>  Thu, 19 Nov 2020 18:39:38 +0100
Superseded in hirsute-proposed
vim (2:8.2.1913-1ubuntu2) hirsute; urgency=medium

  * Increase timeout for the Test_pattern_compile_speed patch.
  * Update the ubuntu-mouse patch.

 -- Matthias Klose <email address hidden>  Wed, 18 Nov 2020 21:03:57 +0100
Superseded in hirsute-proposed
vim (2:8.2.1913-1ubuntu1) hirsute; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - debian/runtime/vimrc:
      + "syntax on" is a sane default for non-tiny vim.
    - debian/patches/debian/ubuntu-grub-syntax.patch:
      + Add Ubuntu-specific "quiet" keyword.
    - debian/patches/debian/update-upstart-syntax.patch:
      + Add setuid and setgid to syntax file.
    - debian/patches/ubuntu-mouse-off.patch:
      + Mouse mode is actively harmful in some chroots.
    - Increase Test_mode_message_at_leaving_insert_with_esc_mapped timeout
      for riscv64.
    - debian/patches/ubuntu-series-support.patch:
      + Add hirsute, move eoan to unsupported

Superseded in hirsute-proposed
vim (2:8.2.0716-3ubuntu3) hirsute; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Mon, 09 Nov 2020 10:51:46 +0100
Superseded in bionic-updates
Superseded in bionic-security
vim (2:8.0.1453-1ubuntu1.4) bionic-security; urgency=medium

  * SECURITY UPDATE: rvim restricted mode circumvention
    - debian/patches/CVE-2019-20807-1.patch: disable using interfaces in
      restricted mode in runtime/doc/starting.txt, src/evalfunc.c,
      src/ex_cmds.c, src/ex_docmd.c, src/if_perl.xs,
      src/testdir/Make_all.mak, src/testdir/test_restricted.vim.
    - debian/patches/CVE-2019-20807-2.patch: missing some changes for Ex
      commands in src/ex_cmds.h.
    - CVE-2019-20807

 -- Marc Deslauriers <email address hidden>  Tue, 13 Oct 2020 11:49:09 -0400
Published in xenial-updates
Published in xenial-security
vim (2:7.4.1689-3ubuntu1.5) xenial-security; urgency=medium

  * SECURITY UPDATE: incorrect group ownership of .swp file
    - debian/patches/CVE-2017-17087.patch: use correct group in
      src/fileio.c.
    - CVE-2017-17087
  * SECURITY UPDATE: rvim restricted mode circumvention
    - debian/patches/CVE-2019-20807-pre1.patch: add checks for restricted
      and secure in src/eval.c.
    - debian/patches/CVE-2019-20807-pre2.patch: update documentation in
      runtime/doc/starting.txt.
    - debian/patches/CVE-2019-20807-1.patch: disable using interfaces in
      restricted mode in runtime/doc/starting.txt, src/eval.c,
      src/ex_cmds.c, src/ex_docmd.c, src/if_perl.xs,
      src/testdir/Make_all.mak, src/testdir/test_restricted.vim.
    - debian/patches/CVE-2019-20807-2.patch: missing some changes for Ex
      commands in src/ex_cmds.h.
    - CVE-2019-20807

 -- Marc Deslauriers <email address hidden>  Tue, 13 Oct 2020 12:04:38 -0400
Superseded in hirsute-release
Obsolete in groovy-release
Deleted in groovy-proposed (Reason: moved to Release)
vim (2:8.2.0716-3ubuntu2) groovy; urgency=medium

  * Disable tests on riscv64

 -- Balint Reczey <email address hidden>  Tue, 11 Aug 2020 19:00:59 +0200
Superseded in groovy-proposed
vim (2:8.2.0716-3ubuntu1) groovy; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - debian/runtime/vimrc:
      + "syntax on" is a sane default for non-tiny vim.
    - debian/patches/debian/ubuntu-grub-syntax.patch:
      + Add Ubuntu-specific "quiet" keyword.
    - debian/patches/debian/update-upstart-syntax.patch:
      + Add setuid and setgid to syntax file.
    - debian/patches/ubuntu-mouse-off.patch:
      + Mouse mode is actively harmful in some chroots.
    - Increase Test_mode_message_at_leaving_insert_with_esc_mapped timeout
      for riscv64.
  * Dropped changes, included upstream:
    - debian/patches/ubuntu-series-support.patch:
      + Drop vivid, wily, yakkety, zesty, artful, cosmic, disco.
      + Add groovy

Superseded in groovy-release
Deleted in groovy-proposed (Reason: moved to Release)
vim (2:8.1.2269-1ubuntu6) groovy; urgency=medium

  * Add "groovy" to the list of supported Ubuntu releases.

 -- Simon Quigley <email address hidden>  Wed, 29 Apr 2020 01:56:34 -0500
Superseded in groovy-release
Published in focal-release
Deleted in focal-proposed (Reason: moved to Release)
vim (2:8.1.2269-1ubuntu5) focal; urgency=medium

  * Increase Test_mode_message_at_leaving_insert_with_esc_mapped timeout for
    riscv64.

 -- William Grant <email address hidden>  Wed, 15 Apr 2020 16:40:31 +1000
Superseded in bionic-updates
Superseded in bionic-security
vim (2:8.0.1453-1ubuntu1.3) bionic-security; urgency=medium

  * SECURITY UPDATE: Application crash
    - debian/patches/CVE-2018-20786.patch: handle out of
      memory in src/libvterm/src/state.c, src/libvterm/src/vterm.c,
      src/terminal.c.
    - CVE-2018-20786
  * SECURITY UPDATE: Access after free
    - debian/patches/CVE-2019-20079.patch: avoid using 'wp'
      after autocommands in src/window.c, src/testdir/test_autocmd.vim.
    - debian/patches/patch-8.1.1192-mode-is-not-cleared*.patch:
      Clear the mode when redraw_cmdline is set in src/globals.h,
      src/screen.c.
    - CVE-2019-20079

 -- <email address hidden> (Leonidas S. Barbosa)  Wed, 18 Mar 2020 15:29:15 -0300
Obsolete in eoan-updates
Obsolete in eoan-security
vim (2:8.1.0875-5ubuntu2.1) eoan-security; urgency=medium

  * SECURITY UPDATE: Access after free
    - debian/patches/CVE-2019-20079.patch: avoid using 'wp'
      after autocommands in src/window.c, src/testdir/test_autocmd.vim.
    - debian/patches/patch-8.1.1192-mode-is-not-cleared*.patch:
      Clear the mode when redraw_cmdline is set in src/globals.h,
      src/screen.c.
    - CVE-2019-20079

 -- <email address hidden> (Leonidas S. Barbosa)  Thu, 19 Mar 2020 10:12:18 -0300
Superseded in xenial-updates
Superseded in xenial-security
vim (2:7.4.1689-3ubuntu1.4) xenial-security; urgency=medium

  * SECURITY UPDATE: Denial of service
    - debian/patches/upstream/patch-8.0.070*.patch: check the event
      event for being out of range in src/fileio.c; set w_s pointer if w_buffer
      was NULL in src/ex_cmds.c.
    - CVE-2017-11109
  * SECURITY UPDATE: Integer overflow
    - debian/patches/upstream/patch-8.0.0377*.patch: check if allocated size
      is not too big in src/undo.c.
    - CVE-2017-6349
  * SECURITY UPDATE: Buffer overflow
    - debian/patches/upstream/patch-8.0.0378*.patch: check if allocated size
      is not too big in src/undo.c.
    - CVE-2017-6350

 -- <email address hidden> (Leonidas S. Barbosa)  Wed, 18 Mar 2020 11:06:17 -0300
Published in precise-updates
Published in precise-security
vim (2:7.3.429-2ubuntu2.3) precise-security; urgency=medium

  * SECURITY UPDATE: Denial of service
    - debian/patches/upstream/patch-8.0.070*.patch: check the event
      event for being out of range in src/fileio.c; do not set cmdbuff to
      NULL, make it empty in src/ex_getln.c; set w_s pointer if w_buffer
      was NULL in src/ex_cmds.c.
    - CVE-2017-11109
  * SECURITY UPDATE: Buffer overflow
    - debian/patches/upstream/patch-8.0.0322-*.patch: check for an invalid
      length in src/spell.c.
    - CVE-2017-5953
  * SECURITY UPDATE: Integer overflow
    - debian/patches/upstream/patch-8.0.0377*.patch: check if allocated size
      is not too big in src/undo.c.
    - CVE-2017-6349
  * SECURITY UPDATE: Buffer overflow
    - debian/patches/upstream/patch-8.0.0378*.patch: check if allocated size
      is not too big in src/undo.c.
    - CVE-2017-6350

 -- <email address hidden> (Leonidas S. Barbosa)  Wed, 18 Mar 2020 10:07:29 -0300
Superseded in focal-release
Deleted in focal-proposed (Reason: moved to Release)
vim (2:8.1.2269-1ubuntu4) focal; urgency=medium

  [ Rafael David Tinoco ]
  * Sponsoring ruby2.7 transitions

  [ Lucas Kanashiro ]
  * No-change rebuild for ruby2.7

 -- Rafael David Tinoco <email address hidden>  Mon, 02 Mar 2020 16:35:26 +0000
Superseded in focal-proposed
vim (2:8.1.2269-1ubuntu3) focal; urgency=medium

  * Update debian/patches/ubuntu-mouse-off.patch to also fix tests that
    reference the mouse.

 -- Steve Langasek <email address hidden>  Mon, 24 Feb 2020 17:49:38 +0000
Superseded in focal-proposed
vim (2:8.1.2269-1ubuntu2) focal; urgency=medium

  * restore debian/patches/ubuntu-mouse-off.patch, wrongly dropped during
    the merge.  LP: #18644243

 -- Steve Langasek <email address hidden>  Mon, 24 Feb 2020 07:07:25 -0800
Superseded in focal-release
Deleted in focal-proposed (Reason: moved to Release)
vim (2:8.1.2269-1ubuntu1) focal; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - debian/runtime/vimrc:
      + "syntax on" is a sane default for non-tiny vim.
    - debian/patches/debian/ubuntu-grub-syntax.patch:
      + Add Ubuntu-specific "quiet" keyword.
    - debian/patches/debian/update-upstart-syntax.patch:
      + Add setuid and setgid to syntax file.
    - debian/patches/ubuntu-series-support.patch:
      + Drop vivid, wily, yakkety, zesty, artful.
  * Dropped changes, included upstream:
    - debian/patches/ubuntu-mouse-off.patch:
      + Mouse mode is actively harmful in some chroots.
    - Add focal as a supported Ubuntu series.
    - Remove cosmic as a supported Ubuntu series.
  * Remove disco as a supported Ubuntu series.

Superseded in focal-release
Deleted in focal-proposed (Reason: moved to Release)
vim (2:8.1.0875-5ubuntu4) focal; urgency=medium

  * No-change rebuild to build with python3.8.

 -- Matthias Klose <email address hidden>  Sat, 25 Jan 2020 04:41:15 +0000
Superseded in focal-release
Deleted in focal-proposed (Reason: moved to Release)
vim (2:8.1.0875-5ubuntu3) focal; urgency=medium

  * Add focal as a supported Ubuntu series.
  * Remove cosmic as a supported Ubuntu series.

 -- Simon Quigley <email address hidden>  Fri, 18 Oct 2019 15:46:24 -0500
Superseded in focal-release
Obsolete in eoan-release
Deleted in eoan-proposed (Reason: moved to release)
vim (2:8.1.0875-5ubuntu2) eoan; urgency=medium

  * No-change upload with strops.h and sys/strops.h removed in glibc.

 -- Matthias Klose <email address hidden>  Thu, 05 Sep 2019 11:15:15 +0000
Superseded in eoan-release
Deleted in eoan-proposed (Reason: moved to release)
vim (2:8.1.0875-5ubuntu1) eoan; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - debian/runtime/vimrc:
      + "syntax on" is a sane default for non-tiny vim.
    - debian/patches/debian/ubuntu-grub-syntax.patch:
      + Add Ubuntu-specific "quiet" keyword.
    - debian/patches/debian/update-upstart-syntax.patch:
      + Add setuid and setgid to syntax file.
    - debian/patches/ubuntu-series-support.patch:
      + Drop vivid, wily, yakkety, zesty, artful.
    - debian/patches/ubuntu-mouse-off.patch:
      + Mouse mode is actively harmful in some chroots.

Superseded in eoan-release
Deleted in eoan-proposed (Reason: moved to release)
vim (2:8.1.0875-4ubuntu1) eoan; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - debian/runtime/vimrc:
      + "syntax on" is a sane default for non-tiny vim.
    - debian/patches/debian/ubuntu-grub-syntax.patch:
      + Add Ubuntu-specific "quiet" keyword.
    - debian/patches/debian/update-upstart-syntax.patch:
      + Add setuid and setgid to syntax file.
    - debian/patches/ubuntu-series-support.patch:
      + Drop vivid, wily, yakkety, zesty, artful.
    - debian/patches/ubuntu-mouse-off.patch:
      + Mouse mode is actively harmful in some chroots.

Superseded in xenial-updates
Superseded in xenial-security
vim (2:7.4.1689-3ubuntu1.3) xenial-security; urgency=medium

  * SECURITY UPDATE: Arbitrary code execution
    - debian/patches/CVE-2019-12735.patch: disallow
      sourcing a file in the sandbox in src/getchar.c
    - CVE-2019-12735
  * SECURITY UPDATE: Buffer overflow
    - debian/patches/CVE-2017-5953.patch: check for an
      invalid length in order to avoid a overflow in
      src/spell.c.
    - CVE-2017-5953

 -- <email address hidden> (Leonidas S. Barbosa)  Fri, 07 Jun 2019 12:35:43 -0300
Obsolete in disco-updates
Obsolete in disco-security
vim (2:8.1.0320-1ubuntu3.1) disco-security; urgency=medium

  * SECURITY UPDATE: Arbitrary code execution
    - debian/patches/CVE-2019-12735.patch: disallow
      sourcing a file in the sandbox in src/getchar.c
    - CVE-2019-12735

 -- <email address hidden> (Leonidas S. Barbosa)  Fri, 07 Jun 2019 08:42:36 -0300
Obsolete in cosmic-updates
Obsolete in cosmic-security
vim (2:8.0.1766-1ubuntu1.1) cosmic-security; urgency=medium

  * SECURITY UPDATE: Arbitrary code execution
    - debian/patches/CVE-2019-12735.patch: disallow
      sourcing a file in the sandbox in src/getchar.c
    - CVE-2019-12735

 -- <email address hidden> (Leonidas S. Barbosa)  Fri, 07 Jun 2019 08:40:34 -0300
Superseded in bionic-updates
Superseded in bionic-security
vim (2:8.0.1453-1ubuntu1.1) bionic-security; urgency=medium

  * SECURITY UPDATE: Arbitrary code execution
    - debian/patches/CVE-2019-12735.patch: disallow
      sourcing a file in the sandbox in src/getchar.c
    - CVE-2019-12735

 -- <email address hidden> (Leonidas S. Barbosa)  Thu, 06 Jun 2019 14:31:41 -0300
Superseded in eoan-release
Deleted in eoan-proposed (Reason: moved to release)
vim (2:8.1.0875-3ubuntu1) eoan; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - debian/runtime/vimrc:
      + "syntax on" is a sane default for non-tiny vim.
    - debian/patches/debian/ubuntu-grub-syntax.patch:
      + Add Ubuntu-specific "quiet" keyword.
    - debian/patches/debian/update-upstart-syntax.patch:
      + Add setuid and setgid to syntax file.
    - debian/patches/ubuntu-series-support.patch:
      + Drop vivid, wily, yakkety, zesty, artful.
    - debian/patches/ubuntu-mouse-off.patch:
      + Mouse mode is actively harmful in some chroots.

Superseded in eoan-release
Deleted in eoan-proposed (Reason: moved to release)
vim (2:8.1.0875-2ubuntu1) eoan; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - debian/runtime/vimrc:
      + "syntax on" is a sane default for non-tiny vim.
    - debian/patches/debian/ubuntu-grub-syntax.patch:
      + Add Ubuntu-specific "quiet" keyword.
    - debian/patches/debian/update-upstart-syntax.patch:
      + Add setuid and setgid to syntax file.
    - debian/patches/ubuntu-series-support.patch:
      + Drop vivid, wily, yakkety, zesty, artful.
      + Add eoan.
    - debian/patches/ubuntu-mouse-off.patch:
      + Mouse mode is actively harmful in some chroots.

Superseded in eoan-release
Deleted in eoan-proposed (Reason: moved to release)
vim (2:8.1.0320-1ubuntu4) eoan; urgency=medium

  * debian/patches/ubuntu-series-support.patch: Add eoan.

 -- Adam Conrad <email address hidden>  Sat, 20 Apr 2019 17:09:46 -0600
Superseded in eoan-release
Obsolete in disco-release
Deleted in disco-proposed (Reason: moved to release)
vim (2:8.1.0320-1ubuntu3) disco; urgency=medium

  * No-change rebuild for the perl 5.28 transition.

 -- Adam Conrad <email address hidden>  Fri, 02 Nov 2018 18:15:14 -0600
Superseded in disco-release
Deleted in disco-proposed (Reason: moved to release)
vim (2:8.1.0320-1ubuntu2) disco; urgency=medium

  * No-change rebuild to build for python3.7 as the default.

 -- Matthias Klose <email address hidden>  Wed, 31 Oct 2018 12:39:06 +0000
Superseded in disco-release
Superseded in disco-proposed
vim (2:8.1.0320-1ubuntu1) disco; urgency=medium

  * Merge with Debian; remaining changes:
    - debian/runtime/vimrc:
      + "syntax on" is a sane default for non-tiny vim.
    - debian/patches/debian/ubuntu-grub-syntax.patch:
      + Add Ubuntu-specific "quiet" keyword.
    - debian/patches/debian/update-upstart-syntax.patch:
      + Add setuid and setgid to syntax file.
    - debian/patches/ubuntu-series-support.patch:
      + Drop vivid, wily, and yakkety, zesty, artful.
      + Add disco.
    - debian/patches/ubuntu-mouse-off.patch:
      + Mouse mode is actively harmful in some chroots.

Superseded in disco-release
Obsolete in cosmic-release
Deleted in cosmic-proposed (Reason: moved to release)
vim (2:8.0.1766-1ubuntu1) cosmic; urgency=medium

  * Merge with Debian; remaining changes:
    - debian/runtime/vimrc:
      + "syntax on" is a sane default for non-tiny vim.
    - debian/patches/debian/ubuntu-grub-syntax.patch:
      + Add Ubuntu-specific "quiet" keyword.
    - debian/patches/debian/update-upstart-syntax.patch:
      + Add setuid and setgid to syntax file.
    - debian/patches/ubuntu-series-support.patch:
      + Drop vivid, wily, and yakkety, and zesty.
      + Add bionic and cosmic.
    - debian/patches/ubuntu-mouse-off.patch:
      + Mouse mode is actively harmful in some chroots.

Superseded in cosmic-release
Deleted in cosmic-proposed (Reason: moved to release)
vim (2:8.0.1453-1ubuntu3) cosmic; urgency=medium

  * No-change rebuild for ncurses soname changes.

 -- Matthias Klose <email address hidden>  Thu, 03 May 2018 15:09:33 +0200
Superseded in cosmic-release
Deleted in cosmic-proposed (Reason: moved to release)
vim (2:8.0.1453-1ubuntu2) cosmic; urgency=medium

  * debian/patches/ubuntu-series-support.patch: Drop zesty and add cosmic.

 -- Adam Conrad <email address hidden>  Wed, 02 May 2018 06:33:24 -0600
Superseded in cosmic-release
Published in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
vim (2:8.0.1453-1ubuntu1) bionic; urgency=medium

  * Merge with Debian; remaining changes:
    - debian/runtime/vimrc:
      + "syntax on" is a sane default for non-tiny vim.
    - debian/patches/debian/ubuntu-grub-syntax.patch:
      + Add Ubuntu-specific "quiet" keyword.
    - debian/patches/debian/update-upstart-syntax.patch:
      + Add setuid and setgid to syntax file.
    - debian/patches/ubuntu-series-support.patch:
      + Drop vivid, wily, and yakkety, and add bionic.
    - debian/patches/ubuntu-mouse-off.patch:
      + Mouse mode is actively harmful in some chroots.

Superseded in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
vim (2:8.0.1401-1ubuntu3) bionic; urgency=high

  * No change rebuild against ruby-defaults without ruby2.3.

 -- Dimitri John Ledkov <email address hidden>  Thu, 01 Mar 2018 12:30:15 +0000
Superseded in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
vim (2:8.0.1401-1ubuntu2) bionic; urgency=medium

  * No-change rebuild for ruby2.5 update.

 -- Matthias Klose <email address hidden>  Thu, 01 Feb 2018 20:19:13 +0100
Superseded in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
vim (2:8.0.1401-1ubuntu1) bionic; urgency=medium

  * Merge with Debian; remaining changes:
    - debian/runtime/vimrc:
      + "syntax on" is a sane default for non-tiny vim.
    - debian/patches/debian/ubuntu-grub-syntax.patch:
      + Add Ubuntu-specific "quiet" keyword.
    - debian/patches/debian/update-upstart-syntax.patch:
      + Add setuid and setgid to syntax file.
    - debian/patches/ubuntu-series-support.patch:
      + Drop vivid, wily, and yakkety, and add bionic.
    - debian/patches/ubuntu-mouse-off.patch:
      + Mouse mode is actively harmful in some chroots.

Superseded in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
vim (2:8.0.1144-1ubuntu1) bionic; urgency=medium

  * Merge from Debian unstable.  Remaining changes:
    - debian/runtime/vimrc:
      + "syntax on" is a sane default for non-tiny vim.
    - debian/patches/debian/ubuntu-grub-syntax.patch:
      + Add Ubuntu-specific "quiet" keyword.
    - debian/patches/debian/update-upstart-syntax.patch:
      + Add setuid and setgid to syntax file.
    - debian/patches/ubuntu-series-support.patch:
      + Drop vivid, wily, and yakkety, and add bionic.
    - debian/patches/ubuntu-mouse-off.patch:
      + Mouse mode is actively harmful in some chroots.

Superseded in bionic-release
Obsolete in artful-release
Deleted in artful-proposed (Reason: moved to release)
vim (2:8.0.0197-4ubuntu5) artful; urgency=medium

  * No-change rebuild for perl 5.26.0.

 -- Matthias Klose <email address hidden>  Wed, 26 Jul 2017 20:13:43 +0000
Superseded in artful-release
Deleted in artful-proposed (Reason: moved to release)
vim (2:8.0.0197-4ubuntu4) artful; urgency=medium

  * No-change rebuild to build with python3.6.

 -- Matthias Klose <email address hidden>  Mon, 24 Jul 2017 14:08:16 +0000
Superseded in artful-release
Deleted in artful-proposed (Reason: moved to release)
vim (2:8.0.0197-4ubuntu3) artful; urgency=medium

  * Backport upstream patch v8.0.0422 to fix ftbfs with Python 3.6.

 -- Michael Hudson-Doyle <email address hidden>  Fri, 23 Jun 2017 10:50:27 +1200
76150 of 292 results