Changeset 87af6d6


Ignore:
Timestamp:
08/12/2014 07:59:01 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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.6, 7.7, 7.8, 7.9, 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:
eb7c12d
Parents:
254c03be
Message:

Update readline, bash, and mpfr patches.
Remove obsolete hotplug referece in udev boot script.

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/ChangeLog

    r254c03be r87af6d6  
     12014-07-06 Bruce Dubbs <bdubbs@linuxfromscratch.org>
     2   * Remove obsolete reference to /proc/sys/kernel/hotplug in udev boot script
     3
    142014-07-02 Bruce Dubbs <bdubbs@linuxfromscratch.org>
    25   * Remove obsolete check for /proc/ksyms in modules boot script
  • bootscripts/lfs/init.d/udev

    r254c03be r87af6d6  
    4444      fi
    4545
    46       # Udev handles uevents itself, so we don't need to have
    47       # the kernel call out to any binary in response to them
    48       echo > /proc/sys/kernel/hotplug
    49 
    5046      # Start the udev daemon to continually watch for, and act on,
    5147      # uevents
  • chapter01/changelog.xml

    r254c03be r87af6d6  
    3636    </listitem>
    3737-->
     38    <listitem>
     39      <para>2014-08-12</para>
     40      <itemizedlist>
     41        <listitem>
     42          <para>[bdubbs] - Update patches for bash, readline, and mpfr.  Fixes
     43          <ulink url="&lfs-ticket-root;3648">#3648</ulink>,
     44          <ulink url="&lfs-ticket-root;3649">#3649</ulink>, and
     45          <ulink url="&lfs-ticket-root;3650">#3650</ulink>.</para>
     46        </listitem>
     47      </itemizedlist>
     48    </listitem>
     49
    3850    <listitem>
    3951      <para>2014-08-10</para>
  • chapter01/whatsnew.xml

    r254c03be r87af6d6  
    293293
    294294    <listitem>
     295      <para>mpfr-3.1.2-upstream_fixes-1.patch</para>
     296    </listitem>
     297
     298    <listitem>
    295299      <para>perl-5.18.2-libc-1.patch</para>
    296300    </listitem>
  • general.ent

    r254c03be r87af6d6  
    1 <!ENTITY version         "SVN-20140810">
     1<!ENTITY version         "SVN-20140812">
    22<!ENTITY short-version   "svn">  <!-- Used in dbus chapter, change to x.y for release -->
    3 <!ENTITY releasedate     "August 10, 2014">
     3<!ENTITY releasedate     "August 12, 2014">
    44<!ENTITY copyrightdate   "1999-2014"><!-- jhalfs needs a literal dash, not &ndash; -->
    55<!ENTITY milestone       "7.6">
  • packages.ent

    r254c03be r87af6d6  
    371371<!ENTITY less-ch6-sbu "less than 0.1 SBU">
    372372
    373 <!ENTITY lfs-bootscripts-version "20140802">              <!-- Scripts depend on this format -->
     373<!ENTITY lfs-bootscripts-version "20140806">              <!-- Scripts depend on this format -->
    374374<!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB">         <!-- Updated in Makefile -->
    375375<!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2">
  • patches.ent

    r254c03be r87af6d6  
    33<!-- Start of Common Patches -->
    44
    5 <!ENTITY bash-fixes-patch "bash-&bash-version;-upstream_fixes-1.patch">
    6 <!ENTITY bash-fixes-patch-md5 "749b4b520708300b64f8166ba2b1b4a0">
    7 <!ENTITY bash-fixes-patch-size "14 KB">
     5<!ENTITY bash-fixes-patch "bash-&bash-version;-upstream_fixes-2.patch">
     6<!ENTITY bash-fixes-patch-md5 "bfe39ee2c6cae6e01f5f7873e7a1949f">
     7<!ENTITY bash-fixes-patch-size "28 KB">
    88
    99<!ENTITY binutils-lto-patch "binutils-&binutils-version;-load_gcc_lto_plugin_by_default-1.patch">
     
    5252<!ENTITY kbd-backspace-patch-size "12 KB">
    5353
    54 <!ENTITY mpfr-fixes-patch "mpfr-&mpfr-version;-upstream_fixes-1.patch">
    55 <!ENTITY mpfr-fixes-patch-md5 "aaf52416b309dd0b8c5eb92ae9c210c1">
    56 <!ENTITY mpfr-fixes-patch-size "43 KB">
     54<!ENTITY mpfr-fixes-patch "mpfr-&mpfr-version;-upstream_fixes-2.patch">
     55<!ENTITY mpfr-fixes-patch-md5 "2b2aa4371a4e848411639356fd82becf">
     56<!ENTITY mpfr-fixes-patch-size "40 KB">
    5757
    58 <!ENTITY readline-fixes-patch "readline-6.3-upstream_fixes-1.patch">
    59 <!ENTITY readline-fixes-patch-md5 "bbee7fad08474328b807e6828c26a961">
    60 <!ENTITY readline-fixes-patch-size "3.1 KB">
     58<!ENTITY readline-fixes-patch "readline-6.3-upstream_fixes-2.patch">
     59<!ENTITY readline-fixes-patch-md5 "97f74f1c3c83008f268b32d36e9fd376">
     60<!ENTITY readline-fixes-patch-size "4 KB">
    6161
    6262<!ENTITY sysvinit-consolidated-patch "sysvinit-&sysvinit-version;-consolidated-1.patch">
Note: See TracChangeset for help on using the changeset viewer.