Changeset 2285de1


Ignore:
Timestamp:
03/30/2011 08:24:11 PM (13 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, 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:
8aad4385
Parents:
09d9400
Message:

Upgrade to Linux-2.6.38.2. Fixes #2847.

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r09d9400 r2285de1  
    3737
    3838-->
     39    <listitem>
     40      <para>2011-03-30</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[matthew] - Upgrade to Linux-2.6.38.2. Fixes
     44          <ulink url="&lfs-ticket-root;2847">#2847</ulink>.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
    3949    <listitem>
    4050      <para>2011-03-14</para>
  • chapter01/whatsnew.xml

    r09d9400 r2285de1  
    228228      <para>readline-&readline-version;-fixes-1.patch</para>
    229229    </listitem>
     230    <listitem>
     231      <para>udev-&udev-version;-v4l1-1.patch</para>
     232    </listitem>
    230233  </itemizedlist>
    231234
  • chapter03/patches.xml

    r09d9400 r2285de1  
    149149    </varlistentry>
    150150
     151    <varlistentry>
     152      <term>Udev V4L Patch - <token>&udev-v4l-patch-size;</token>:</term>
     153      <listitem>
     154        <para>Download: <ulink url="&patches-root;&udev-v4l-patch;"/></para>
     155        <para>MD5 sum: <literal>&udev-v4l-patch-md5;</literal></para>
     156      </listitem>
     157    </varlistentry>
     158
    151159    <!-- <varlistentry>
    152160      <term>Shadow Useradd Patch - <token>&shadow-useradd-patch-size;</token>:</term>
  • chapter06/udev.xml

    r09d9400 r2285de1  
    4141  <sect2 role="installation">
    4242    <title>Installation of Udev</title>
     43
     44    <para>Apply a patch to fix an issue caused by the removal of the Video for
     45    Linux 1 API from Linux-&linux-version;:</para>
     46
     47<screen><userinput remap="pre">patch -Np1 -i ../&udev-v4l-patch;</userinput></screen>
    4348
    4449    <para>The udev-config tarball contains LFS-specific files used to configure
  • general.ent

    r09d9400 r2285de1  
    1 <!ENTITY version "SVN-20110316">
    2 <!ENTITY releasedate "March 16, 2011">
     1<!ENTITY version "SVN-20110330">
     2<!ENTITY releasedate "March 30, 2011">
    33<!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone "6.8">
  • packages.ent

    r09d9400 r2285de1  
    307307
    308308<!ENTITY linux-major-version "2.6">
    309 <!ENTITY linux-minor-version "37">
    310 <!ENTITY linux-patch-version "3">
     309<!ENTITY linux-minor-version "38">
     310<!ENTITY linux-patch-version "2">
    311311<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    312312<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
    313 <!ENTITY linux-size "71,907 KB">
     313<!ENTITY linux-size "73,037 KB">
    314314<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;/linux-&linux-version;.tar.bz2">
    315 <!ENTITY linux-md5 "b32fc95037e4e114fcfb33075bb30f46">
     315<!ENTITY linux-md5 "5e9d0edae15053ea9acd932e6d162d03">
    316316<!ENTITY linux-home "http://www.kernel.org/">
    317317<!ENTITY linux-ch8-du "540 - 800 MB">
  • patches.ent

    r09d9400 r2285de1  
    9191<!ENTITY tar-overflow-patch-md5 "1912ec36d2a0e2b96678651cf583ce6f">
    9292<!ENTITY tar-overflow-patch-size "1.7 KB">
     93
     94
     95<!ENTITY udev-v4l-patch "udev-&udev-version;-v4l1-1.patch">
     96<!ENTITY udev-v4l-patch-md5 "f927b1454df38902303ad86aed65e0af">
     97<!ENTITY udev-v4l-patch-size "1.6 KB">
Note: See TracChangeset for help on using the changeset viewer.