[ubuntu/zesty-proposed] vim 2:8.0.0095-1ubuntu1 (Accepted)
Anders Kaseorg
andersk at mit.edu
Mon Dec 5 16:45:14 UTC 2016
vim (2:8.0.0095-1ubuntu1) zesty; urgency=low
* Merge from Debian unstable (LP: #1647105). 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/rules: explicitly set TERM to xterm for testsuite to avoid
failures.
* Drop python2 variants.
vim (2:8.0.0095-1) unstable; urgency=high
* Merge upstream tag v8.0.0095
+ 8.0.0056: Only allow valid characters in 'filetype', 'syntax' and
'keymap'. (CVE-2016-1248)
+ 8.0.0089: Fix problems with Gtk 3.22.2. This replaces the proposed
patches applied earlier. (#842070)
vim (2:8.0.0049-1) unstable; urgency=medium
* Merge upstream tag v8.0.0049
+ 8.0.0038: Define OPEN_CHR_FILES for kFreeBSD to fix Test_read_fifo_utf8
test failure. (Part of #827319)
* Disable Perl bindings for kfreebsd-* until #827319 is resolved since the
FTBFS was blocking bootstrapping of kfreebsd systems.
* Add Zesty Zapus to deb{changelog,sources} syntax files
* Cherry-pick two proposed patches to fix vim-gtk3's widget sizing, while
upstream Vim and Gtk figure out what the right fix is. (Related to
#842070)
vim (2:8.0.0022-1) unstable; urgency=medium
* syntax/debsources: Recognize https URLs. Thanks to Joe Stein for the
patch!
* Add information about defaults.vim to NEWS.Debian and /etc/vim/vimrc.
(Closes: #837761)
* Update vim-tiny patch to not source defaults.vim when vim.tiny is invoked
as vi.
* Bump priority of vim-tiny's vi alternative, so it's higher than e3vi.
(Closes: #839265)
vim (2:8.0.0003-1) unstable; urgency=medium
[ upstream ]
* Vim 8 released!
* v8.0.0003: Fix test failures on big-endian architectures.
vim (2:7.4.2347-1) unstable; urgency=medium
[ upstream ]
* Fix test failure due to relying on modelines. (Closes: #837130)
[ James McCoy ]
* Move xxd into its own package. This allows other packages to express a
relationship on xxd itself, rather than vim-common, and also enables
turning vim-common into an Arch: all package.
* Remove dpkg-dev Build-Depends, since the version is satisifed prior to
oldstable.
vim (2:7.4.2330-1) unstable; urgency=medium
[ upstream ]
* Highlighted changes:
+ 7.4.1976: Support 64-bit number variables in VimL. Use has('num64') to
test for presence of the functionality. (Closes: #788055)
+ runtime/ftplugin/man.vim:
- Use the width of the current window when formatting a man page.
(Closes: #827634)
+ runtime/syntax/rst.vim:
- Use underline for emphasized text. (Closes: #547537)
+ runtime/tutor/tutor.es:
- Fix misspelling of seguido. (Closes: #834336)
[ James McCoy ]
* Switch from Python2 to Python3 language bindings. All packaged
addons which use Python support both 2 & 3. (Closes: #729924)
* Add mips64el as a recognized architecture in debcontrol files. Thanks to
Reiner Herrmann for the patch. (Closes: #830545)
* Update supported Ubuntu releases in debsources files.
* Remove vim-gnome (which uses deprecated gnome2 libraries) in favor of
vim-gtk3. (Closes: #820239)
* Run tests during build targets to avoid test failures related to running
as (fake)root.
Date: Sat, 03 Dec 2016 17:50:49 -0500
Changed-By: Anders Kaseorg <andersk at mit.edu>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Graham Inggs <graham at nerve.org.za>
https://launchpad.net/ubuntu/+source/vim/2:8.0.0095-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sat, 03 Dec 2016 17:50:49 -0500
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.0095-1ubuntu1
Distribution: zesty
Urgency: high
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Anders Kaseorg <andersk at mit.edu>
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: 547537 729924 788055 820239 827634 830545 834336 837130 837761 839265
Launchpad-Bugs-Fixed: 1647105
Changes:
vim (2:8.0.0095-1ubuntu1) zesty; urgency=low
.
* Merge from Debian unstable (LP: #1647105). 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/rules: explicitly set TERM to xterm for testsuite to avoid
failures.
* Drop python2 variants.
.
vim (2:8.0.0095-1) unstable; urgency=high
.
* Merge upstream tag v8.0.0095
+ 8.0.0056: Only allow valid characters in 'filetype', 'syntax' and
'keymap'. (CVE-2016-1248)
+ 8.0.0089: Fix problems with Gtk 3.22.2. This replaces the proposed
patches applied earlier. (#842070)
.
vim (2:8.0.0049-1) unstable; urgency=medium
.
* Merge upstream tag v8.0.0049
+ 8.0.0038: Define OPEN_CHR_FILES for kFreeBSD to fix Test_read_fifo_utf8
test failure. (Part of #827319)
* Disable Perl bindings for kfreebsd-* until #827319 is resolved since the
FTBFS was blocking bootstrapping of kfreebsd systems.
* Add Zesty Zapus to deb{changelog,sources} syntax files
* Cherry-pick two proposed patches to fix vim-gtk3's widget sizing, while
upstream Vim and Gtk figure out what the right fix is. (Related to
#842070)
.
vim (2:8.0.0022-1) unstable; urgency=medium
.
* syntax/debsources: Recognize https URLs. Thanks to Joe Stein for the
patch!
* Add information about defaults.vim to NEWS.Debian and /etc/vim/vimrc.
(Closes: #837761)
* Update vim-tiny patch to not source defaults.vim when vim.tiny is invoked
as vi.
* Bump priority of vim-tiny's vi alternative, so it's higher than e3vi.
(Closes: #839265)
.
vim (2:8.0.0003-1) unstable; urgency=medium
.
[ upstream ]
* Vim 8 released!
* v8.0.0003: Fix test failures on big-endian architectures.
.
vim (2:7.4.2347-1) unstable; urgency=medium
.
[ upstream ]
* Fix test failure due to relying on modelines. (Closes: #837130)
.
[ James McCoy ]
* Move xxd into its own package. This allows other packages to express a
relationship on xxd itself, rather than vim-common, and also enables
turning vim-common into an Arch: all package.
* Remove dpkg-dev Build-Depends, since the version is satisifed prior to
oldstable.
.
vim (2:7.4.2330-1) unstable; urgency=medium
.
[ upstream ]
* Highlighted changes:
+ 7.4.1976: Support 64-bit number variables in VimL. Use has('num64') to
test for presence of the functionality. (Closes: #788055)
+ runtime/ftplugin/man.vim:
- Use the width of the current window when formatting a man page.
(Closes: #827634)
+ runtime/syntax/rst.vim:
- Use underline for emphasized text. (Closes: #547537)
+ runtime/tutor/tutor.es:
- Fix misspelling of seguido. (Closes: #834336)
.
[ James McCoy ]
* Switch from Python2 to Python3 language bindings. All packaged
addons which use Python support both 2 & 3. (Closes: #729924)
* Add mips64el as a recognized architecture in debcontrol files. Thanks to
Reiner Herrmann for the patch. (Closes: #830545)
* Update supported Ubuntu releases in debsources files.
* Remove vim-gnome (which uses deprecated gnome2 libraries) in favor of
vim-gtk3. (Closes: #820239)
* Run tests during build targets to avoid test failures related to running
as (fake)root.
Checksums-Sha1:
d0d9730da614a5da6cb7c7a9786e76eaddfd23d3 2925 vim_8.0.0095-1ubuntu1.dsc
3a8eca0b52a5807b3b05c8f15d2c5eca9602c27a 12944792 vim_8.0.0095.orig.tar.gz
19a5636c919e7cae445fb6d00a3e0040b46bcaa1 160800 vim_8.0.0095-1ubuntu1.debian.tar.xz
Checksums-Sha256:
98ad6c1f1cbd377ae88e02f732f7cacb1ff0bcd852596877895b446e66853792 2925 vim_8.0.0095-1ubuntu1.dsc
473b87cec516909cf6992a0ca04a9b8beba2f2e2f00ddc43b68c4368ec05ec9d 12944792 vim_8.0.0095.orig.tar.gz
4b5179e7020843439e0bbc174d48fd8e03fb089e2fac46e9b9c9c2a8644e823a 160800 vim_8.0.0095-1ubuntu1.debian.tar.xz
Files:
7291f7052a2d58ef960ad36fbd7e3932 2925 editors optional vim_8.0.0095-1ubuntu1.dsc
fc8b35659a924d5843cc6d605824bbd1 12944792 editors optional vim_8.0.0095.orig.tar.gz
a2fe26bd5f0fea2220e0d27671b81001 160800 editors optional vim_8.0.0095-1ubuntu1.debian.tar.xz
Original-Maintainer: Debian Vim Maintainers <pkg-vim-maintainers at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
iQIcBAEBCgAGBQJYRZeGAAoJEK/P7I5mnOHCNtgP/0DQ+pKovEsTJfu7zGxMJ+cn
SlyZx6pJpsqSLRnbPSXqrPUr9acs87emSZTJbHuQx1RWy8ZStkouH3WQbP+OWTZA
WQoebD646zgGWsGk/VcS8Jj2nz2qvuD4bTTo5vTzdCFUHqLPS0Af/pcneqXiIpdV
gyT/QZtOeQUP2YjTRgo9B0RyUKRB/fYa6eKZfgveLRsByHxWGiwllLsAp0h4mnAq
EuV67DE2+OCRc5W5BrxHAgRn6tCAGsFrSjMBMGgEPbnzHz+otSw0RqdRfcpjrTTP
Zkgs7VIyCj/gzqrLMSGKwsX4DMfI7FW4ufIwIcle+uloqXVxZVY0BuGhOz6Rhdso
3Q1gZlIPuQm+DicjihLts0QQEx3Rz3JwwaHaVlJebh8gZ1DH32ML5L1NZ1qgSfwE
EB70C7N09gJOUEv9WdPStuZ8AWlaylrheesxNUfc28lkKcBMA80rc9YLLP5mvfXJ
cMnQW6rn9zA6VnMO1+vURBmF8pnQp2h65N8s/ssJS5TXg/5mB1RFE6hS0teYsGPF
924IX+44n/kuANj9AFp/qWCu0loJqJHO/WELvbq7I+y4kzDEFgNcRgOKiorQ4ZHr
Ete5DPpeG2fOtlEf6ziGoh1an8/72A+ciBSRrPW1NHyFnjs1v4eH2FoGIyuUu/aP
zBn7pIRwM3rdF9LbkSGG
=nmmK
-----END PGP SIGNATURE-----
More information about the Zesty-changes
mailing list