From 008a51dd95b72c93b27ed8a07aad35e51ca811eb Mon Sep 17 00:00:00 2001 From: Jeremy Utley Date: Fri, 31 Dec 2004 06:40:24 +0000 Subject: Added Vim Security Vulnerability patch git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4471 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/vim.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'chapter06/vim.xml') diff --git a/chapter06/vim.xml b/chapter06/vim.xml index ee83d2134..537176681 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -27,6 +27,11 @@ echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' >> src/feature.h +Vim has a security vulnerability already addressed upstream. The +following patch fixes the problem: + +patch -Np1 -i ../vim-&vim-version;-security_fix-1.patch + Now prepare Vim for compilation: ./configure --prefix=/usr --enable-multibyte -- cgit v1.2.3-54-g00ecf