Changeset 008a51d


Ignore:
Timestamp:
12/31/2004 06:40:24 AM (19 years ago)
Author:
Jeremy Utley <jeremy@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
98fcc37
Parents:
cd15a38a
Message:

Added Vim Security Vulnerability patch

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rcd15a38a r008a51d  
    4040<listitem><para>util-linux-2.12p-cramfs-1.patch</para></listitem>
    4141<listitem><para>linux-2.6.10-security_fix-1.patch</para></listitem>
     42<listitem><para>vim-6.3-security_fix-1.patch</para></listitem>
    4243</itemizedlist>
    4344</listitem>
     
    4849</itemizedlist>
    4950</listitem>
     51
     52<listitem><para>December 30th, 2004 [jeremy]: Added Vim security vulnerability patch - Thanks Matt</para></listitem>
    5053
    5154<listitem><para>December 30th, 2004 [jeremy]: Added Linux kernel security vulnerability fix into chapter 8</para></listitem>
  • chapter03/patches.xml

    rcd15a38a r008a51d  
    155155</varlistentry>
    156156
     157<varlistentry>
     158<term>Vim Security Patch - 8KB:</term><listitem>
     159<para><ulink url="&patches-root;vim-&vim-version;-security_fix-1.patch"/></para>
     160</listitem>
     161</varlistentry>
     162
    157163</variablelist>
    158164
  • chapter06/vim.xml

    rcd15a38a r008a51d  
    2727<screen><userinput>echo '#define SYS_VIMRC_FILE "/etc/vimrc"' &gt;&gt; src/feature.h
    2828echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' &gt;&gt; src/feature.h</userinput></screen>
     29
     30<para>Vim has a security vulnerability already addressed upstream.  The
     31following patch fixes the problem:</para>
     32
     33<screen><userinput>patch -Np1 -i ../vim-&vim-version;-security_fix-1.patch</userinput></screen>
    2934
    3035<para>Now prepare Vim for compilation:</para>
  • general.ent

    rcd15a38a r008a51d  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20041225">
    3 <!ENTITY releasedate "December 25, 2004">
     2<!ENTITY version "SVN-20041230">
     3<!ENTITY releasedate "December 30, 2004">
    44<!ENTITY milestone "6.1">
    55
Note: See TracChangeset for help on using the changeset viewer.