diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-05-25 17:17:56 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-05-25 17:17:56 +0000 |
commit | d3ca515320339e5ab2c8c66ebb995922747825a1 (patch) | |
tree | c3cd74aad7036b8da26ee75e0bb7a00411fe0d7d | |
parent | d76dd01fedf4c6516b388dbadcb15a07f3284f66 (diff) |
Update to bash-4.3.30-upstream_fixes-2.patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10914 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 40 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | patches.ent | 6 |
4 files changed, 23 insertions, 37 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 5632b57f8..ab364864f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> <listitem> + <para>2015-05-25</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Update to bash-4.3.30-upstream_fixes-2.patch. + Fixes <ulink url="&lfs-ticket-root;3789">#3789</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2015-05-23</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index eec610670..24e258316 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -245,33 +245,21 @@ <listitem><para></para></listitem> <!-- satisfy build --> <listitem> - <para>gcc-5.1.0-upstream_libgomp_fix-1.patch</para> + <para>&bash-fixes-patch;</para> </listitem> <listitem> - <para>Tcl-core-&tcl-version;</para> + <para>&gcc-upstream-patch;</para> </listitem> <listitem> - <para>&ncurses-gcc5-buildfixes-patch;</para> + <para>Tcl-core-&tcl-version;</para> </listitem> <listitem> - <para>&perl-gcc5-fixes-patch;</para> + <para>&ncurses-gcc5-buildfixes-patch;</para> </listitem> - <!--<listitem> - <para>&bash-fixes-patch;</para> - </listitem>--> - - <!--<listitem> - <para>&mpfr-fixes-patch;</para> - </listitem>--> - - <!--<listitem> - <para>&readline-fixes-patch;</para> - </listitem>--> - </itemizedlist> <itemizedlist> @@ -279,6 +267,10 @@ <listitem><para></para></listitem> <!-- satisfy build --> <listitem> + <para>bash-4.3.30-upstream_fixes-1.patch</para> + </listitem> + + <listitem> <para>Tcl-8.6.3</para> </listitem> @@ -286,22 +278,6 @@ <para>Eudev-manpages separate tarball</para> </listitem> - <!--<listitem> - <para>binutils-2.24-lto_testsuite-1.patch</para> - </listitem>--> - - <!--<listitem> - <para>binutils-2.24-multiple_plugins-1.patch</para> - </listitem>--> - - <!--<listitem> - <para>bash-4.3-upstream_fixes-3.patch</para> - </listitem>--> - - <!--<listitem> - <para>readline-6.3-upstream_fixes-2.patch</para> - </listitem>--> - </itemizedlist> </sect1> diff --git a/general.ent b/general.ent index 79b35c75d..c7a95ee0c 100644 --- a/general.ent +++ b/general.ent @@ -1,7 +1,7 @@ -<!ENTITY version "SVN-20150523"> +<!ENTITY version "SVN-20150525"> <!ENTITY short-version "svn"> <!-- Used below in &blfs-book;. Change to x.y for release but not -rc releases --> -<!ENTITY releasedate "May 23, 2015"> +<!ENTITY releasedate "May 25, 2015"> <!ENTITY copyrightdate "1999-2015"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.8"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/patches.ent b/patches.ent index d09084c5e..583ea880e 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 "e2571929a43fdf76ae1eb683fe86b5c0"> -<!ENTITY bash-fixes-patch-size "8.8 KB"> +<!ENTITY bash-fixes-patch "bash-&bash-version;-upstream_fixes-2.patch"> +<!ENTITY bash-fixes-patch-md5 "fd2d7ca532f9ea53d678a6bc79354681"> +<!ENTITY bash-fixes-patch-size "13 KB"> <!ENTITY bc-memory-leak-patch "bc-&bc-version;-memory_leak-1.patch"> <!ENTITY bc-memory-leak-patch-md5 "877e81fba316fe487ec23501059d54b8"> |