mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-09 13:59:51 +01:00
Add updated vim security patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1.1/BOOK@7011 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
e3d212a647
commit
587a5123d8
@ -29,6 +29,7 @@ First a summary, then a detailed log.</para>
|
||||
<listitem><para>texinfo-4.8-tempfile_fix-1.patch</para></listitem>
|
||||
<listitem><para>bzip2-1.0.3-install_docs-1.patch</para></listitem>
|
||||
<listitem><para>bzip2-1.0.3-bzgrep_security-1.patch</para></listitem>
|
||||
<listitem><para>vim-6.3-security_fix-2.patch</para></listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
@ -38,6 +39,9 @@ First a summary, then a detailed log.</para>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem><para>October 14th, 2005 [matt]: Added the updated vim security patch.
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>October 14th, 2005 [jhuntwork]: Added the bzip2 security
|
||||
and install docs patches.</para></listitem>
|
||||
|
||||
|
@ -177,7 +177,7 @@ needed to build an LFS system:</para>
|
||||
|
||||
<varlistentry>
|
||||
<term>Vim Security Patch - 8 KB:</term><listitem>
|
||||
<para><ulink url="&patches-root;vim-&vim-version;-security_fix-1.patch"/></para>
|
||||
<para><ulink url="&patches-root;vim-&vim-version;-security_fix-2.patch"/></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
@ -49,7 +49,7 @@ echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' >> src/feature.h</userinput><
|
||||
<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>
|
||||
<screen><userinput>patch -Np1 -i ../vim-&vim-version;-security_fix-2.patch</userinput></screen>
|
||||
|
||||
<para>Now prepare Vim for compilation:</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user