[ubuntu/bionic-proposed] vim 2:8.0.1144-1ubuntu1 (Accepted)

Adam Conrad adconrad at ubuntu.com
Thu Oct 26 11:18:48 UTC 2017


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.

vim (2:8.0.1144-1) unstable; urgency=medium

  [ upstream ]
  * Fix detection/enabling of cursor blink state.  (Closes: #872302)
  * ftplugin/perl.vim: Set 'iskeyword' local to the buffer so it doesn't
    affect subsequently opened buffers.  (Closes: #873755)
  * syntax/mason.vim: Correctly highlight mason files again.  (Closes:
    #700016)

  [ James McCoy ]
  * debcontrol.vim:
    + Recognize Testsuite field  (Closes: #872360)
    + Treat tabs as valid whitespace  (Closes: #872557)
  * Declare compliance with Policy 4.1.0, no changes needed
  * Add basic autopkgtests
  * Add missing postrm for symlink_to_dir maintscripts

vim (2:8.0.0946-1) unstable; urgency=medium

  [ upstream ]
  * 8.0.0939, 8.0.0940: Handle flakiness in terminal tests.  (Closes: #872164)
  * 8.0.0944: test_profile: Accept a match when self and total time are the
    same.
  * 8.0.0946: Don't rely on PATH_MAX.  Fixes FTBFS on hurd.

vim (2:8.0.0937-1) unstable; urgency=medium

  [ upstream ]
  * 8.0.0210 et.al.: Add support for bracketed paste.  (Closes: #504244)
  * 8.0.0421: Fix display in diff mode when adding a line at the end of a
    buffer.  (Closes: #846993)
  * 8.0.0693 et.al.: Implement a terminal emulator.
  * 8.0.0698: Fix a crash on exit when using a Python function from a timer.
    (Closes: #868767)
  * 8.0.0737: Crash when X11 selection is very big  (Closes: #606957)

  [ James McCoy ]
  * vim-policy:
    + Specify the "addon", not "name", field is used to declare the addon.
      Thanks to Reiner Herrmann.
  * Merge changes from Ubuntu, dependent on DEB_VENDOR=Ubuntu:
    + Remove --disable-python3interp on Ubuntu for vim-basic
    + Disable ruby for vim-gtk3
  * d/rules:
    + Remove src/po/vim.pot and *.pyc during clean
    + Remove explicit setting of SOURCE_DATE_EPOCH since dpkg's pkg-info.mk
      provides it.
  * debcontrol.vim:
    + Add highlighting for Build-(Depends|Conflicts)-Arch
    + Fix syntax highlighting of "javascript" section.  (Closes: #867307)
  * Rewrite d/copyright in machine readable format.  (Closes: #819734)
    + Properly document xxd's license.  (Closes: #776191)
  * Mark vim-doc and xxd Multi-Arch: foreign.  Thanks to Helmut Grohne for the
    patch.  (Closes: #852722)
  * Declare compliance with policy 4.0.1
    + Change Priority: extra packages to optional
  * Reference Python 3 instead of Python in long descriptions.  (Closes:
    #868020)
  * Bump debhelper compat to 10.
  * debian/control:
    + Remove version constraints that are satisifed in oldstable.

vim (2:8.0.0197-5) unstable; urgency=high

  * Backport upstream patches to fix CVE-2017-11109  (Closes: #867720)
    + 8.0.0703: Illegal memory access with empty :doau command
    + 8.0.0706: Crash when cancelling the cmdline window in Ex mode
    + 8.0.0707: Freeing wrong memory when manipulating buffers in autocommands

Date: Wed, 25 Oct 2017 05:27:27 -0600
Changed-By: Adam Conrad <adconrad at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/vim/2:8.0.1144-1ubuntu1
-------------- next part --------------
Format: 1.8
Date: Wed, 25 Oct 2017 05:27:27 -0600
Source: vim
Binary: vim-common vim-gui-common vim-runtime vim-doc vim-tiny vim vim-gtk vim-gtk3 vim-nox vim-athena vim-gnome xxd
Architecture: source
Version: 2:8.0.1144-1ubuntu1
Distribution: bionic
Urgency: high
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Adam Conrad <adconrad at ubuntu.com>
Description:
 vim        - Vi IMproved - enhanced vi editor
 vim-athena - Vi IMproved - enhanced vi editor - with Athena GUI
 vim-common - Vi IMproved - Common files
 vim-doc    - Vi IMproved - HTML documentation
 vim-gnome  - Vi IMproved - enhanced vi editor (dummy package)
 vim-gtk    - Vi IMproved - enhanced vi editor - with GTK2 GUI
 vim-gtk3   - Vi IMproved - enhanced vi editor - with GTK3 GUI
 vim-gui-common - Vi IMproved - Common GUI files
 vim-nox    - Vi IMproved - enhanced vi editor - with scripting languages suppo
 vim-runtime - Vi IMproved - Runtime files
 vim-tiny   - Vi IMproved - enhanced vi editor - compact version
 xxd        - tool to make (or reverse) a hex dump
Closes: 504244 606957 700016 776191 819734 846993 852722 867307 867720 868020 868767 872164 872302 872360 872557 873755
Changes:
 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.
 .
 vim (2:8.0.1144-1) unstable; urgency=medium
 .
   [ upstream ]
   * Fix detection/enabling of cursor blink state.  (Closes: #872302)
   * ftplugin/perl.vim: Set 'iskeyword' local to the buffer so it doesn't
     affect subsequently opened buffers.  (Closes: #873755)
   * syntax/mason.vim: Correctly highlight mason files again.  (Closes:
     #700016)
 .
   [ James McCoy ]
   * debcontrol.vim:
     + Recognize Testsuite field  (Closes: #872360)
     + Treat tabs as valid whitespace  (Closes: #872557)
   * Declare compliance with Policy 4.1.0, no changes needed
   * Add basic autopkgtests
   * Add missing postrm for symlink_to_dir maintscripts
 .
 vim (2:8.0.0946-1) unstable; urgency=medium
 .
   [ upstream ]
   * 8.0.0939, 8.0.0940: Handle flakiness in terminal tests.  (Closes: #872164)
   * 8.0.0944: test_profile: Accept a match when self and total time are the
     same.
   * 8.0.0946: Don't rely on PATH_MAX.  Fixes FTBFS on hurd.
 .
 vim (2:8.0.0937-1) unstable; urgency=medium
 .
   [ upstream ]
   * 8.0.0210 et.al.: Add support for bracketed paste.  (Closes: #504244)
   * 8.0.0421: Fix display in diff mode when adding a line at the end of a
     buffer.  (Closes: #846993)
   * 8.0.0693 et.al.: Implement a terminal emulator.
   * 8.0.0698: Fix a crash on exit when using a Python function from a timer.
     (Closes: #868767)
   * 8.0.0737: Crash when X11 selection is very big  (Closes: #606957)
 .
   [ James McCoy ]
   * vim-policy:
     + Specify the "addon", not "name", field is used to declare the addon.
       Thanks to Reiner Herrmann.
   * Merge changes from Ubuntu, dependent on DEB_VENDOR=Ubuntu:
     + Remove --disable-python3interp on Ubuntu for vim-basic
     + Disable ruby for vim-gtk3
   * d/rules:
     + Remove src/po/vim.pot and *.pyc during clean
     + Remove explicit setting of SOURCE_DATE_EPOCH since dpkg's pkg-info.mk
       provides it.
   * debcontrol.vim:
     + Add highlighting for Build-(Depends|Conflicts)-Arch
     + Fix syntax highlighting of "javascript" section.  (Closes: #867307)
   * Rewrite d/copyright in machine readable format.  (Closes: #819734)
     + Properly document xxd's license.  (Closes: #776191)
   * Mark vim-doc and xxd Multi-Arch: foreign.  Thanks to Helmut Grohne for the
     patch.  (Closes: #852722)
   * Declare compliance with policy 4.0.1
     + Change Priority: extra packages to optional
   * Reference Python 3 instead of Python in long descriptions.  (Closes:
     #868020)
   * Bump debhelper compat to 10.
   * debian/control:
     + Remove version constraints that are satisifed in oldstable.
 .
 vim (2:8.0.0197-5) unstable; urgency=high
 .
   * Backport upstream patches to fix CVE-2017-11109  (Closes: #867720)
     + 8.0.0703: Illegal memory access with empty :doau command
     + 8.0.0706: Crash when cancelling the cmdline window in Ex mode
     + 8.0.0707: Freeing wrong memory when manipulating buffers in autocommands
Checksums-Sha1:
 906fb8bb9d28df7c1e5abe8a42065fdfdd6758e9 2935 vim_8.0.1144-1ubuntu1.dsc
 78bfb7e026b85c3e4d8c3cd536896057890b4444 13340389 vim_8.0.1144.orig.tar.gz
 2e58f310bb41f2b1b60b7528282cda78e1d81925 183492 vim_8.0.1144-1ubuntu1.debian.tar.xz
 0d4f4ec5beaeb0a9b5e3bcb37e7ad5b51f86cb1b 6350 vim_8.0.1144-1ubuntu1_source.buildinfo
Checksums-Sha256:
 c58576b0a2e187087993cc756da382dd16b0811abece2ffe196a2efd19632416 2935 vim_8.0.1144-1ubuntu1.dsc
 fd459ea92366bf6957fcfbb3c21eb89ea1dc2d596132f16c368b998c6cced4b4 13340389 vim_8.0.1144.orig.tar.gz
 a615ec9cd9faf56c91c966b0a27e516bc239fe3e705f942aaf0b7cee77a7a1c1 183492 vim_8.0.1144-1ubuntu1.debian.tar.xz
 cab413b33de4894adae655143805fe7c1b6798280ff37913d117b8af29a2f0bc 6350 vim_8.0.1144-1ubuntu1_source.buildinfo
Files:
 310332097644e9f4df83681c831d1d28 2935 editors optional vim_8.0.1144-1ubuntu1.dsc
 2de5c1f3780c1ad4c2bbdeb7d524a351 13340389 editors optional vim_8.0.1144.orig.tar.gz
 3753182736fbba0abd8676ba7a45fe9c 183492 editors optional vim_8.0.1144-1ubuntu1.debian.tar.xz
 71410bca3286898339eb8795cd5226d7 6350 editors optional vim_8.0.1144-1ubuntu1_source.buildinfo
Original-Maintainer: Debian Vim Maintainers <pkg-vim-maintainers at lists.alioth.debian.org>


More information about the Bionic-changes mailing list