Changeset 50125de


Ignore:
Timestamp:
08/18/2005 03:35:07 PM (19 years ago)
Author:
Ken Moffat <ken@…>
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:
4c2d97d
Parents:
0c78fca
Message:

Added bzgrep security patch

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r0c78fca r50125de  
    8888<listitem><para>Added:</para>
    8989<itemizedlist>
     90<listitem><para>&bzip2-bzgrep-patch;</para></listitem>
    9091<listitem><para>&bzip2-docs-patch;</para></listitem>
    9192<listitem><para>&gcc-linkonce-patch;</para></listitem>
     
    114115</listitem>
    115116
     117<listitem><para>August 18th, 2005 [ken]: Add a patch to sanitise bzgrep's
     118handling of filenames.</para></listitem>
     119
    116120<listitem><para>August 16th, 2005 [matt]: Install sed's man page to
    117121/usr/share/doc/sed-4.1.4 instead of /usr/share/doc (fixes bug 1600).</para>
  • chapter03/patches.xml

    r0c78fca r50125de  
    3838</listitem>
    3939</varlistentry>
     40
    4041<varlistentry>
     42<term>Bzip2 Bzgrep Security Fixes Patch - 1 KB:</term>
     43<listitem>
     44<para><ulink url="&patches-root;&bzip2-bzgrep-patch;"/></para>
     45</listitem>
     46</varlistentry>
    4147
     48<varlistentry>
    4249<term>Coreutils Suppress Uptime, Kill, Su Patch - 15 KB:</term>
    4350<listitem>
  • chapter06/bzip2.xml

    r0c78fca r50125de  
    3737<screen><userinput>patch -Np1 -i ../&bzip2-docs-patch;</userinput></screen>
    3838
     39<para><command>Bzgrep</command> fails to sufficiently sanitise filenames passed
     40to it. Apply the following to address this:</para>
     41
     42<screen><userinput>patch -Np1 -i ../&bzip2-bzgrep-patch;</userinput></screen>
     43
    3944<para>Prepare Bzip2 for compilation with:</para>
    4045
  • general.ent

    r0c78fca r50125de  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20050816">
    3 <!ENTITY releasedate "August 16, 2005">
     2<!ENTITY version "SVN-20050818">
     3<!ENTITY releasedate "August 18, 2005">
    44<!ENTITY milestone "6.2">
    55<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
  • patches.ent

    r0c78fca r50125de  
    66
    77<!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch">
     8<!ENTITY bzip2-bzgrep-patch "bzip2-&bzip2-version;-bzgrep_security-1.patch">
    89
    910<!ENTITY coreutils-suppress-patch "coreutils-&coreutils-version;-suppress_uptime_kill_su-1.patch">
Note: See TracChangeset for help on using the changeset viewer.