mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
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
This commit is contained in:
parent
254c03be81
commit
87af6d65ed
@ -1,3 +1,6 @@
|
||||
2014-07-06 Bruce Dubbs <bdubbs@linuxfromscratch.org>
|
||||
* Remove obsolete reference to /proc/sys/kernel/hotplug in udev boot script
|
||||
|
||||
2014-07-02 Bruce Dubbs <bdubbs@linuxfromscratch.org>
|
||||
* Remove obsolete check for /proc/ksyms in modules boot script
|
||||
|
||||
|
@ -43,10 +43,6 @@ case "${1}" in
|
||||
/etc/rc.d/init.d/halt stop
|
||||
fi
|
||||
|
||||
# Udev handles uevents itself, so we don't need to have
|
||||
# the kernel call out to any binary in response to them
|
||||
echo > /proc/sys/kernel/hotplug
|
||||
|
||||
# Start the udev daemon to continually watch for, and act on,
|
||||
# uevents
|
||||
/sbin/udevd --daemon
|
||||
|
@ -35,6 +35,18 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>2014-08-12</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update patches for bash, readline, and mpfr. Fixes
|
||||
<ulink url="&lfs-ticket-root;3648">#3648</ulink>,
|
||||
<ulink url="&lfs-ticket-root;3649">#3649</ulink>, and
|
||||
<ulink url="&lfs-ticket-root;3650">#3650</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2014-08-10</para>
|
||||
<itemizedlist>
|
||||
|
@ -291,6 +291,10 @@
|
||||
<para>bash-4.2-fixes-12.patch</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>mpfr-3.1.2-upstream_fixes-1.patch</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>perl-5.18.2-libc-1.patch</para>
|
||||
</listitem>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<!ENTITY version "SVN-20140810">
|
||||
<!ENTITY version "SVN-20140812">
|
||||
<!ENTITY short-version "svn"> <!-- Used in dbus chapter, change to x.y for release -->
|
||||
<!ENTITY releasedate "August 10, 2014">
|
||||
<!ENTITY releasedate "August 12, 2014">
|
||||
<!ENTITY copyrightdate "1999-2014"><!-- jhalfs needs a literal dash, not – -->
|
||||
<!ENTITY milestone "7.6">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
@ -370,7 +370,7 @@
|
||||
<!ENTITY less-ch6-du "3.6 MB">
|
||||
<!ENTITY less-ch6-sbu "less than 0.1 SBU">
|
||||
|
||||
<!ENTITY lfs-bootscripts-version "20140802"> <!-- Scripts depend on this format -->
|
||||
<!ENTITY lfs-bootscripts-version "20140806"> <!-- Scripts depend on this format -->
|
||||
<!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB"> <!-- Updated in Makefile -->
|
||||
<!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2">
|
||||
<!ENTITY lfs-bootscripts-md5 "BOOTSCRIPTS-MD5SUM"> <!-- Updated in Makefile -->
|
||||
|
18
patches.ent
18
patches.ent
@ -2,9 +2,9 @@
|
||||
|
||||
<!-- Start of Common Patches -->
|
||||
|
||||
<!ENTITY bash-fixes-patch "bash-&bash-version;-upstream_fixes-1.patch">
|
||||
<!ENTITY bash-fixes-patch-md5 "749b4b520708300b64f8166ba2b1b4a0">
|
||||
<!ENTITY bash-fixes-patch-size "14 KB">
|
||||
<!ENTITY bash-fixes-patch "bash-&bash-version;-upstream_fixes-2.patch">
|
||||
<!ENTITY bash-fixes-patch-md5 "bfe39ee2c6cae6e01f5f7873e7a1949f">
|
||||
<!ENTITY bash-fixes-patch-size "28 KB">
|
||||
|
||||
<!ENTITY binutils-lto-patch "binutils-&binutils-version;-load_gcc_lto_plugin_by_default-1.patch">
|
||||
<!ENTITY binutils-lto-patch-md5 "48e4e96a60bfed41804aaecf4944f5d9">
|
||||
@ -51,13 +51,13 @@
|
||||
<!ENTITY kbd-backspace-patch-md5 "f75cca16a38da6caa7d52151f7136895">
|
||||
<!ENTITY kbd-backspace-patch-size "12 KB">
|
||||
|
||||
<!ENTITY mpfr-fixes-patch "mpfr-&mpfr-version;-upstream_fixes-1.patch">
|
||||
<!ENTITY mpfr-fixes-patch-md5 "aaf52416b309dd0b8c5eb92ae9c210c1">
|
||||
<!ENTITY mpfr-fixes-patch-size "43 KB">
|
||||
<!ENTITY mpfr-fixes-patch "mpfr-&mpfr-version;-upstream_fixes-2.patch">
|
||||
<!ENTITY mpfr-fixes-patch-md5 "2b2aa4371a4e848411639356fd82becf">
|
||||
<!ENTITY mpfr-fixes-patch-size "40 KB">
|
||||
|
||||
<!ENTITY readline-fixes-patch "readline-6.3-upstream_fixes-1.patch">
|
||||
<!ENTITY readline-fixes-patch-md5 "bbee7fad08474328b807e6828c26a961">
|
||||
<!ENTITY readline-fixes-patch-size "3.1 KB">
|
||||
<!ENTITY readline-fixes-patch "readline-6.3-upstream_fixes-2.patch">
|
||||
<!ENTITY readline-fixes-patch-md5 "97f74f1c3c83008f268b32d36e9fd376">
|
||||
<!ENTITY readline-fixes-patch-size "4 KB">
|
||||
|
||||
<!ENTITY sysvinit-consolidated-patch "sysvinit-&sysvinit-version;-consolidated-1.patch">
|
||||
<!ENTITY sysvinit-consolidated-patch-md5 "0b7b5ea568a878fdcc4057b2bf36e5cb">
|
||||
|
Loading…
Reference in New Issue
Block a user