aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorJeremy Utley <jeremy@linuxfromscratch.org>2004-12-31 06:40:24 +0000
committerJeremy Utley <jeremy@linuxfromscratch.org>2004-12-31 06:40:24 +0000
commit008a51dd95b72c93b27ed8a07aad35e51ca811eb (patch)
tree8757269a52ba646e0848c93de22040876acd0697 /chapter06
parentcd15a38a27704e53b403842cc9f2d0a0bb447bf6 (diff)
Added Vim Security Vulnerability patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4471 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/vim.xml5
1 files changed, 5 insertions, 0 deletions
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 @@
<screen><userinput>echo '#define SYS_VIMRC_FILE "/etc/vimrc"' &gt;&gt; src/feature.h
echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' &gt;&gt; src/feature.h</userinput></screen>
+<para>Vim has a security vulnerability already addressed upstream. The
+following patch fixes the problem:</para>
+
+<screen><userinput>patch -Np1 -i ../vim-&vim-version;-security_fix-1.patch</userinput></screen>
+
<para>Now prepare Vim for compilation:</para>
<screen><userinput>./configure --prefix=/usr --enable-multibyte</userinput></screen>