Changeset e98f3fb


Ignore:
Timestamp:
07/30/2006 02:11:20 AM (18 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
6.2
Children:
91ffc39
Parents:
afa280a
Message:

Added a patch to Berkeley DB to avoid potential program traps.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rafa280a re98f3fb  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>July 29, 2006</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[bdubbs] - Added a patch to Berkeley DB to
     44          avoid potential program traps.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
    3848   
    3949    <listitem>
  • chapter03/patches.xml

    rafa280a re98f3fb  
    6868
    6969    <varlistentry>
     70      <term>Database (Berkeley) Trap Patch - <token>&db-trap-patch-size;</token>:</term>
     71      <listitem>
     72        <para>Download: <ulink url="&patches-root;&db-trap-patch;"/></para>
     73        <para>MD5 sum: <literal>&db-trap-patch-md5;</literal></para>
     74      </listitem>
     75    </varlistentry>
     76
     77    <varlistentry>
    7078      <term>Diffutils Internationalization Fixes Patch - <token>&diffutils-i18n-patch-size;</token>:</term>
    7179      <listitem>
  • chapter06/db.xml

    rafa280a re98f3fb  
    5656    <title>Installation of Berkeley DB</title>
    5757
     58    <para>Patch the package to eliminate potential trap events:</para>
     59 
     60<screen><userinput>patch -Np0 -i ../&db-trap-patch;</userinput></screen>
     61
    5862    <para>Prepare Berkeley DB for compilation:</para>
    5963
  • chapter08/kernel.xml

    rafa280a re98f3fb  
    118118    <para>Install the documentation for the Linux kernel:</para>
    119119
    120 <screen>install -d /usr/share/doc/linux-&linux-version; &amp;&amp;
    121 cp -r Documentation/* /usr/share/doc/linux-&linux-version;</screen>
     120<screen><userinput>install -d /usr/share/doc/linux-&linux-version; &amp;&amp;
     121cp -r Documentation/* /usr/share/doc/linux-&linux-version;</userinput></screen>
    122122
    123123    <para>It is important to note that the files in the kernel source
  • patches.ent

    rafa280a re98f3fb  
    2828<!ENTITY coreutils-uname-patch-size "4.6 KB">
    2929
     30
     31<!ENTITY db-trap-patch "db-&db-version;-trap-1.patch">
     32<!ENTITY db-trap-patch-md5 "fb8cd6be418eac24b1916c53080ce1f3">
     33<!ENTITY db-trap-patch-size "1.7 KB">
    3034
    3135<!ENTITY diffutils-i18n-patch "diffutils-&diffutils-version;-i18n-1.patch">
Note: See TracChangeset for help on using the changeset viewer.