aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
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>