aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2005-10-31 18:13:02 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2005-10-31 18:13:02 +0000
commit694c45d2376c18bbc342582154dc0c7a4430200c (patch)
tree8fa0a64454fcc04adfa52dda36789b286fde6355 /chapter06
parentddde003ba3d1c87e5934eb27ff24fd083f356f10 (diff)
Upgrade to Vim-6.4
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7113 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/vim.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter06/vim.xml b/chapter06/vim.xml
index a49b5b4ef..15d53e47e 100644
--- a/chapter06/vim.xml
+++ b/chapter06/vim.xml
@@ -46,11 +46,6 @@ class="directory">/etc</filename>:</para>
<screen><userinput>echo '#define SYS_VIMRC_FILE "/etc/vimrc"' &gt;&gt; src/feature.h</userinput></screen>
-<para>Vim has two known security vulnerabilities that have already been
-addressed upstream. The following patch fixes the problems:</para>
-
-<screen><userinput>patch -Np1 -i ../&vim-security_fix-patch;</userinput></screen>
-
<para>Now prepare Vim for compilation:</para>
<screen><userinput>./configure --prefix=/usr --enable-multibyte</userinput></screen>