]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
vim: security bump to version 8.0.0329
authorPeter Korsgaard <peter@korsgaard.com>
Mon, 13 Feb 2017 22:08:08 +0000 (23:08 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 14 Feb 2017 10:18:04 +0000 (11:18 +0100)
Fixes:

- CVE-2016-1248: vim before patch 8.0.0056 does not properly validate values
  for the 'filetype', 'syntax' and 'keymap' options, which may result in the
  execution of arbitrary code if a file with a specially crafted modeline is
  opened.

- CVE-2017-5953: vim before patch 8.0.0322 does not properly validate values
  for tree length when handling a spell file, which may result in an integer
  overflow at a memory allocation site and a resultant buffer overflow.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/vim/vim.hash
package/vim/vim.mk

index bc4a08e9cf5308a6da85353132cfd3deb9e089c8..28c6b97e31ac449c52af8f4599905cbe6995c46d 100644 (file)
@@ -1,2 +1,2 @@
 # Locally computed
-sha256 9b4790dafc886537096a6e1953ee0424b8c308881b97151a7bfba1f9fd14e3f9  vim-v8.0.0001.tar.gz
+sha256 6fbe0ec1228f951ba598b48ac8033f41ca4934cc34689a6008685e7c26477ae2  vim-v8.0.0329.tar.gz
index 308855eaeefaabad4c2ad69f2e3888606fa3621d..ec494608e756ae6767823bd95861408efe1e4924 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-VIM_VERSION = v8.0.0001
+VIM_VERSION = v8.0.0329
 VIM_SITE = $(call github,vim,vim,$(VIM_VERSION))
 # Win over busybox vi since vim is more feature-rich
 VIM_DEPENDENCIES = \