Changeset 578f206e


Ignore:
Timestamp:
02/01/2009 10:47:26 PM (15 years ago)
Author:
Matthew Burgess <matthew@…>
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.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:
631a5bcc
Parents:
8ece31c
Message:

Upgrade to Linux-2.6.28.2. Fixes #2316.

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r8ece31c r578f206e  
    4242      <itemizedlist>
    4343        <listitem>
     44          <para>[matthew] - Upgraded to Linux-2.6.28.2.  Fixes
     45          <ulink url="&lfs-ticket-root;2316">#2316</ulink>.</para>
     46        </listitem>
     47        <listitem>
    4448          <para>[matthew] - Upgraded to IPRoute2-2.6.28.  Fixes
    4549          <ulink url="&lfs-ticket-root;2324">#2324</ulink>.</para>
  • chapter01/whatsnew.xml

    r8ece31c r578f206e  
    222222
    223223    <listitem>
     224      <para>&linux-header-patch;</para>
     225    </listitem>
     226
     227    <listitem>
    224228      <para>&readline-fixes-patch;</para>
    225229    </listitem>
  • chapter03/patches.xml

    r8ece31c r578f206e  
    155155    </varlistentry>
    156156
     157    <varlistentry>
     158      <term>Linux Header Fix Patch - <token>&linux-header-patch-size;</token>:</term>
     159      <listitem>
     160        <para>Download: <ulink url="&patches-root;&linux-header-patch;"/></para>
     161        <para>MD5 sum: <literal>&linux-header-patch-md5;</literal></para>
     162      </listitem>
     163    </varlistentry>
     164
    157165    <!-- <varlistentry>
    158166      <term>Perl Libc Patch - <token>&perl-libc-patch-size;</token>:</term>
  • chapter05/linux-headers.xml

    r8ece31c r578f206e  
    4949    kernel source tarball.</para>
    5050
    51     <para>First, make sure there are no stale files and dependencies lying around
     51    <para>Apply a patch to the Linux headers, to fix a bug that can cause
     52    compilation issues for some userspace applications:</para>
     53
     54<screen><userinput remap="pre">patch -Np1 -i ../&linux-header-patch;</userinput></screen>
     55
     56    <para>Make sure there are no stale files and dependencies lying around
    5257    from previous activity:</para>
    5358
  • chapter06/linux-headers.xml

    r8ece31c r578f206e  
    4747    kernel source tarball.</para>
    4848
    49     <para>First, make sure there are no stale files and dependencies lying around
     49    <para>Apply a patch to the Linux headers, to fix a bug that can cause
     50    compilation issues for some userspace applications:</para>
     51
     52<screen><userinput remap="pre">patch -Np1 -i ../&linux-header-patch;</userinput></screen>
     53
     54    <para>Make sure there are no stale files and dependencies lying around
    5055    from previous activity:</para>
    5156
  • packages.ent

    r8ece31c r578f206e  
    311311
    312312<!ENTITY linux-major-version "2.6">
    313 <!ENTITY linux-minor-version "27">
    314 <!ENTITY linux-patch-version "8">
     313<!ENTITY linux-minor-version "28">
     314<!ENTITY linux-patch-version "2">
    315315<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    316316<!-- <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;"> -->
    317 <!ENTITY linux-size "49,204 KB">
     317<!ENTITY linux-size "51,462 KB">
    318318<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;/linux-&linux-version;.tar.bz2">
    319 <!ENTITY linux-md5 "cbdc1b350ef79dd323b9aeda5cf7f1b6">
     319<!ENTITY linux-md5 "8fce853ebfe658f0833d34bb1dc14d86">
    320320<!ENTITY linux-home "http://www.kernel.org/">
    321321<!ENTITY linux-ch8-du "350 - 500 MB">
  • patches.ent

    r8ece31c r578f206e  
    8585
    8686
     87<!ENTITY linux-header-patch "linux-&linux-version;-header_fix-1.patch">
     88<!ENTITY linux-header-patch-md5 "c22ced21d5eea7e9b9e76c200dd1b289">
     89<!ENTITY linux-header-patch-size "1 KB">
     90
     91
    8792<!-- <!ENTITY mktemp-tempfile-patch "mktemp-&mktemp-version;-add_tempfile-3.patch">
    8893<!ENTITY mktemp-tempfile-patch-md5 "65d73faabe3f637ad79853b460d30a19">
Note: See TracChangeset for help on using the changeset viewer.