aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2014-08-12 19:59:01 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2014-08-12 19:59:01 +0000
commit87af6d65edd031bb582492daef0eddd091defac0 (patch)
tree953d92388356485d55cec4e843474648c8ac4133
parent254c03be81126c3456b3cf8e26132c2119650bb8 (diff)
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
-rw-r--r--bootscripts/ChangeLog3
-rw-r--r--bootscripts/lfs/init.d/udev4
-rw-r--r--chapter01/changelog.xml12
-rw-r--r--chapter01/whatsnew.xml4
-rw-r--r--general.ent4
-rw-r--r--packages.ent2
-rw-r--r--patches.ent18
7 files changed, 31 insertions, 16 deletions
diff --git a/bootscripts/ChangeLog b/bootscripts/ChangeLog
index 9d4fbbb2d..f9621fa1e 100644
--- a/bootscripts/ChangeLog
+++ b/bootscripts/ChangeLog
@@ -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
diff --git a/bootscripts/lfs/init.d/udev b/bootscripts/lfs/init.d/udev
index ab56ab9e3..ba0f7c88f 100644
--- a/bootscripts/lfs/init.d/udev
+++ b/bootscripts/lfs/init.d/udev
@@ -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
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index a10e52903..99c11a3b7 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -36,6 +36,18 @@
</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>
<listitem>
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index 9520e4714..32ee44633 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -292,6 +292,10 @@
</listitem>
<listitem>
+ <para>mpfr-3.1.2-upstream_fixes-1.patch</para>
+ </listitem>
+
+ <listitem>
<para>perl-5.18.2-libc-1.patch</para>
</listitem>
diff --git a/general.ent b/general.ent
index c52f33e1e..f7544919a 100644
--- a/general.ent
+++ b/general.ent
@@ -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 &ndash; -->
<!ENTITY milestone "7.6">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
diff --git a/packages.ent b/packages.ent
index 9a546b9ad..2d914bf64 100644
--- a/packages.ent
+++ b/packages.ent
@@ -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 -->
diff --git a/patches.ent b/patches.ent
index 4594297ae..c6e17c12e 100644
--- a/patches.ent
+++ b/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">