Changeset 39bcf11a for chapter06/vim.xml


Ignore:
Timestamp:
01/09/2005 01:56:56 PM (20 years ago)
Author:
Matthew Burgess <matthew@…>
Children:
f52ea4e
Parents:
a716d87
Message:
  • Add security patch for vim

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4531 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/vim.xml

    ra716d87 r39bcf11a  
    4747echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' &gt;&gt; src/feature.h</userinput></screen>
    4848
    49 <para>Prepare Vim for compilation:</para>
     49<para>Vim has a security vulnerability already addressed upstream.  The
     50following patch fixes the problem:</para>
     51
     52<screen><userinput>patch -Np1 -i ../vim-&vim-version;-security_fix-1.patch</userinput></screen>
     53
     54<para>Now prepare Vim for compilation:</para>
    5055
    5156<screen><userinput>./configure --prefix=/usr --enable-multibyte</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.