Changeset 329d049


Ignore:
Timestamp:
08/06/2005 11:19:23 AM (19 years ago)
Author:
Matthew Burgess <matthew@…>
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.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:
62c3dff
Parents:
bdee2f5
Message:

Update Vim's security patch to fix the latest modeline vulnerability

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rbdee2f5 r329d049  
    9494<listitem><para>&perl-libc-patch;</para></listitem>
    9595<listitem><para>&mktemp-tempfile-patch;</para></listitem>
     96<listitem><para>&vim-security_fix-patch;</para></listitem>
    9697</itemizedlist>
    9798</listitem>
     
    107108<listitem><para>mktemp-1.5-add_tempfile-2.patch</para></listitem>
    108109<listitem><para>perl-5.8.6-libc-1.patch</para></listitem>
     110<listitem><para>vim-6.3-security_fix-1.patch</para></listitem>
    109111<listitem><para>zlib-1.2.2-security_fix-1.patch</para></listitem>
    110112</itemizedlist>
    111113</listitem>
     114
     115<listitem><para>August 6th, 2005 [matt]: Updated Vim's security patch to address
     116the latest modeline vulnerability</para></listitem>
    112117
    113118<listitem><para>July  30th, 2005 [matt]: Added instructions for installing Bash
  • chapter03/patches.xml

    rbdee2f5 r329d049  
    143143
    144144<varlistentry>
    145 <term>Vim Security Patch - 8 KB:</term><listitem>
     145<term>Vim Security Patch - 9 KB:</term><listitem>
    146146<para><ulink url="&patches-root;&vim-security_fix-patch;"/></para>
    147147</listitem>
  • chapter06/vim.xml

    rbdee2f5 r329d049  
    4747<screen><userinput>echo '#define SYS_VIMRC_FILE "/etc/vimrc"' &gt;&gt; src/feature.h</userinput></screen>
    4848
    49 <para>Vim has a security vulnerability already addressed upstream.  The
    50 following patch fixes the problem:</para>
     49<para>Vim has two known security vulnerabilities that have already been
     50addressed upstream.  The following patch fixes the problems:</para>
    5151
    5252<screen><userinput>patch -Np1 -i ../&vim-security_fix-patch;</userinput></screen>
  • general.ent

    rbdee2f5 r329d049  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20050730">
    3 <!ENTITY releasedate "July 30, 2005">
     2<!ENTITY version "SVN-20050806">
     3<!ENTITY releasedate "August 6, 2005">
    44<!ENTITY milestone "6.2">
    55<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
  • patches.ent

    rbdee2f5 r329d049  
    3434<!ENTITY util-linux-cramfs-patch "util-linux-&util-linux-version;-cramfs-1.patch">
    3535
    36 <!ENTITY vim-security_fix-patch "vim-&vim-version;-security_fix-1.patch">
     36<!ENTITY vim-security_fix-patch "vim-&vim-version;-security_fix-2.patch">
Note: See TracChangeset for help on using the changeset viewer.