Changeset 82941804


Ignore:
Timestamp:
07/31/2005 10:34:32 PM (19 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5aa3ec9b
Parents:
e8d4427c
Message:

Add cpio security patch

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4865 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
general/sysutils
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/cpio.xml

    re8d4427c r82941804  
    1010  <!ENTITY cpio-size "561 KB">
    1111  <!ENTITY cpio-buildsize "5.3 MB">
    12   <!ENTITY cpio-time "0.12 SBU">
     12  <!ENTITY cpio-time "0.1 SBU">
    1313]>
    1414
     
    5555    </itemizedlist>
    5656
     57    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     58    <itemizedlist spacing="compact">
     59      <listitem>
     60        <para>Required Patch: <ulink
     61        url="&patch-root;/cpio-&cpio-version;-security-fixes-1.patch"/></para>
     62      </listitem>
     63    </itemizedlist>
     64
    5765  </sect2>
    5866
     
    6472
    6573<screen><userinput>sed -i -e "s/invalid_arg/argmatch_invalid/" src/mt.c &amp;&amp;
     74patch -Np1 -i ../cpio-&cpio-version;-security_fixes-1.patch &amp;&amp;
    6675./configure CPIO_MT_PROG=mt --prefix=/usr \
    6776    --bindir=/bin --libexecdir=/tmp \
  • general/sysutils/pciutils.xml

    re8d4427c r82941804  
    9191    bit dated (2003).  The application works quite well, but the default data
    9292    file, <filename>pci.ids</filename>, is out of date.  To get a current
    93     version of this file, run <command>update-pciids</command>.  This program
    94     uses <application>wget</application> or <application>lynx</application> to
    95     fetch the most current file and place it in <filename
     93    version of this file, run <command>update-pciids</command> as the
     94    <systemitem class="username">root</systemitem> user.  This program uses
     95    <application>wget</application> or <application>lynx</application> to fetch
     96    the most current file and place it in <filename
    9697    class='directory'>/usr/share</filename>.</para>
    9798
Note: See TracChangeset for help on using the changeset viewer.