Changeset 1eb4791


Ignore:
Timestamp:
08/03/2006 03:28:51 PM (18 years ago)
Author:
Dan Nichilson <dnicholson@…>
Children:
88ff136
Parents:
ef4309d
Message:

Fixed glibc patch md5sum and upgraded to full BDB upstream patch.

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    ref4309d r1eb4791  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>August 3, 2006</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[dnicholson] - Updated Berkeley DB patch to contain all
     44          available upstream fixes. Fixed md5sum for glibc inotify
     45          patch.</para>
     46        </listitem>
     47      </itemizedlist>
     48    </listitem>
    3849
    3950    <listitem>
  • chapter01/whatsnew.xml

    ref4309d r1eb4791  
    215215    </listitem>
    216216    <listitem>
    217       <para>&db-trap-patch;</para>
     217      <para>&db-fixes-patch;</para>
    218218    </listitem>
    219219    <listitem>
  • chapter03/patches.xml

    ref4309d r1eb4791  
    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>
     70      <term>Database (Berkeley) Upstream Fixes Patch - <token>&db-fixes-patch-size;</token>:</term>
     71      <listitem>
     72        <para>Download: <ulink url="&patches-root;&db-fixes-patch;"/></para>
     73        <para>MD5 sum: <literal>&db-fixes-patch-md5;</literal></para>
    7474      </listitem>
    7575    </varlistentry>
  • chapter06/db.xml

    ref4309d r1eb4791  
    5858    <para>Patch the package to eliminate potential trap events:</para>
    5959
    60 <screen><userinput>patch -Np1 -i ../&db-trap-patch;</userinput></screen>
     60<screen><userinput>patch -Np1 -i ../&db-fixes-patch;</userinput></screen>
    6161
    6262    <para>Prepare Berkeley DB for compilation:</para>
  • general.ent

    ref4309d r1eb4791  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22<!ENTITY version "6.2">
    3 <!ENTITY releasedate "August 2, 2006">
     3<!ENTITY releasedate "August 3, 2006">
    44<!ENTITY milestone "6.2">
    55<!ENTITY generic-version "6.2"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
  • patches.ent

    ref4309d r1eb4791  
    2929
    3030
    31 <!ENTITY db-trap-patch "db-&db-version;-trap-2.patch">
    32 <!ENTITY db-trap-patch-md5 "32c6fd0e8a534f8de376e00758509dfa">
    33 <!ENTITY db-trap-patch-size "1.9 KB">
     31<!ENTITY db-fixes-patch "db-&db-version;-fixes-1.patch">
     32<!ENTITY db-fixes-patch-md5 "32b28d1d1108dfcd837fe10c4eb0fbad">
     33<!ENTITY db-fixes-patch-size "3.8 KB">
    3434
    3535<!ENTITY diffutils-i18n-patch "diffutils-&diffutils-version;-i18n-1.patch">
     
    5858
    5959<!ENTITY glibc-inotify-patch "glibc-&glibc-version;-inotify-1.patch">
    60 <!ENTITY glibc-inotify-patch-md5 "7f2d849d28c413033dd2a1e739e9ae3c">
     60<!ENTITY glibc-inotify-patch-md5 "94f6d26ae50a0fe6285530fdbae90bbf">
    6161<!ENTITY glibc-inotify-patch-size "1.4 KB">
    6262
Note: See TracChangeset for help on using the changeset viewer.