Changeset 329d049
- Timestamp:
- 08/06/2005 11:19:23 AM (19 years ago)
- 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, 12.2, 12.2-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/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
- Children:
- 62c3dff
- Parents:
- bdee2f5
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
rbdee2f5 r329d049 94 94 <listitem><para>&perl-libc-patch;</para></listitem> 95 95 <listitem><para>&mktemp-tempfile-patch;</para></listitem> 96 <listitem><para>&vim-security_fix-patch;</para></listitem> 96 97 </itemizedlist> 97 98 </listitem> … … 107 108 <listitem><para>mktemp-1.5-add_tempfile-2.patch</para></listitem> 108 109 <listitem><para>perl-5.8.6-libc-1.patch</para></listitem> 110 <listitem><para>vim-6.3-security_fix-1.patch</para></listitem> 109 111 <listitem><para>zlib-1.2.2-security_fix-1.patch</para></listitem> 110 112 </itemizedlist> 111 113 </listitem> 114 115 <listitem><para>August 6th, 2005 [matt]: Updated Vim's security patch to address 116 the latest modeline vulnerability</para></listitem> 112 117 113 118 <listitem><para>July 30th, 2005 [matt]: Added instructions for installing Bash -
chapter03/patches.xml
rbdee2f5 r329d049 143 143 144 144 <varlistentry> 145 <term>Vim Security Patch - 8KB:</term><listitem>145 <term>Vim Security Patch - 9 KB:</term><listitem> 146 146 <para><ulink url="&patches-root;&vim-security_fix-patch;"/></para> 147 147 </listitem> -
chapter06/vim.xml
rbdee2f5 r329d049 47 47 <screen><userinput>echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h</userinput></screen> 48 48 49 <para>Vim has a security vulnerability already addressed upstream. The50 following patch fixes the problem:</para>49 <para>Vim has two known security vulnerabilities that have already been 50 addressed upstream. The following patch fixes the problems:</para> 51 51 52 52 <screen><userinput>patch -Np1 -i ../&vim-security_fix-patch;</userinput></screen> -
general.ent
rbdee2f5 r329d049 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 <!ENTITY version "SVN-20050 730">3 <!ENTITY releasedate " July 30, 2005">2 <!ENTITY version "SVN-20050806"> 3 <!ENTITY releasedate "August 6, 2005"> 4 4 <!ENTITY milestone "6.2"> 5 5 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> -
patches.ent
rbdee2f5 r329d049 34 34 <!ENTITY util-linux-cramfs-patch "util-linux-&util-linux-version;-cramfs-1.patch"> 35 35 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.