~jbenden/ubuntu/+source/vim:ubuntu/xenial-updates

Last commit made on 2017-08-30
Get this branch:
git clone -b ubuntu/xenial-updates https://git.launchpad.net/~jbenden/ubuntu/+source/vim
Only Joseph Benden can upload to this branch. If you are Joseph Benden please log in for upload directions.

Branch merges

Branch information

Name:
ubuntu/xenial-updates
Repository:
lp:~jbenden/ubuntu/+source/vim

Recent commits

f7ac6ed... by Joseph Benden

Check for Unity DE

da4ef25... by Joseph Benden

Fix SEGV upon start-up and opening new tabs with GTK 3 & Unity

* Fix SEGV upon start-up and opening new tabs; when GTK 3 is in
  use along-side of Unity. (LP: #1650666)
  - debian/patches/ubuntu-vim-gh-issue-851.patch: When GTK 3
    compilation, adjust command-line parameters to account for
    Unity.

674ac5f... by Steve Beattie

Import patches-unapplied version 2:7.4.1689-3ubuntu1.2 to ubuntu/xenial-updates

Imported using usd-importer.

Publish parent: 7361179cdeea0c892d8d546026e50fd4e866fd3c
Changelog parent: 7d3732ecc685d59970610668c9540db7247b7377

7d3732e... by Steve Beattie

Import patches-unapplied version 2:7.4.1689-3ubuntu1.2 to ubuntu/xenial-security

Imported using usd-importer.

Publish parent: 34a1bade4903a9d1482f9b841cb148bdd80c9b05
Changelog parent: 746f8979471b375e7bb731dcd4d08310f1a9fc1a

New changelog entries:
  * SECURITY UPDATE: arbitrary shell execution via modelines
    - debian/patches/upstream/CVE-2016-1248.patch: Only allow valid
      characters in 'filetype', 'syntax' and 'keymap'. Tests adapted
      back to vim 7.4 by James McCoy of Debian, thanks!
    - CVE-2016-1248

7361179... by Adam Conrad

Import patches-unapplied version 2:7.4.1689-3ubuntu1.1 to ubuntu/xenial-updates

Imported using usd-importer.

Publish parent: 34a1bade4903a9d1482f9b841cb148bdd80c9b05
Changelog parent: 746f8979471b375e7bb731dcd4d08310f1a9fc1a

746f897... by Adam Conrad

Import patches-unapplied version 2:7.4.1689-3ubuntu1.1 to ubuntu/xenial-proposed

Imported using usd-importer.

Publish parent: 90602467f8f740ab93f8238c48f79cf326bcb743

New changelog entries:
  * debian/rules: Specify python3 setup correctly (LP: #1574897)

34a1bad... by Matthias Klose

Import patches-unapplied version 2:7.4.1689-3ubuntu1 to ubuntu/xenial

Imported using usd-importer.

Publish parent: 5d251e16f687fb500f12e0f38b224ccda2083f2d
Changelog parent: 90602467f8f740ab93f8238c48f79cf326bcb743

9060246... by Matthias Klose

Import patches-unapplied version 2:7.4.1689-3ubuntu1 to ubuntu/xenial-proposed

Imported using usd-importer.

Publish parent: 7b8d412fffd510c64cf36842962b80a586eed0b0
Changelog parent: 0604ead1abe8220793c17d9e50e2181e827b0b31

New changelog entries:
    - 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/debian/ubuntu-releases.patch:
      + Add support for xenial, drop utopic to unsupported.
    - debian/rules: Stop ignoring failures from flaky test86.
    - Build using Python3.
    - Build python2 variants for gtk, gtk3, gnome, athena, nox.

0604ead... by James McCoy

Import patches-unapplied version 2:7.4.1689-3 to debian/sid

Imported using usd-importer.

Publish parent: 5a1c4d60073b1198aadf85e2265ccc828dc42007

New changelog entries:
  * helpztags: Fix regression in previous upload where the doc file isn't
    opened, so no tags file is generated. (Closes: #820313)

7b8d412... by Matthias Klose

Import patches-unapplied version 2:7.4.1689-2ubuntu1 to ubuntu/xenial-proposed

Imported using usd-importer.

Publish parent: e3cf81a003a027a3e3f5a97c126d3a7a26820c07
Changelog parent: 5a1c4d60073b1198aadf85e2265ccc828dc42007

New changelog entries:
  * 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/debian/ubuntu-releases.patch:
      + Add support for xenial, drop utopic to unsupported.
    - debian/rules: Stop ignoring failures from flaky test86.
    - Build using Python3.
    - Build python2 variants for gtk, gnome, athena, nox.
  * Build a vim-gtk3-py2 package.