mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Updated bash and readline fixes to latest available from upstream.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10771 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
5d1f0157c1
commit
40727745ae
@ -35,6 +35,21 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
-->
|
-->
|
||||||
|
<listitem>
|
||||||
|
<para>2014-09-26</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[krejzi] - Updated bash upstream patches and added fixes for
|
||||||
|
CVE-2014-6277. Fixes <ulink
|
||||||
|
url="&lfs-ticket-root;3680">#3686</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>[krejzi] - Updated reaadline upstream patches. Fixes <ulink
|
||||||
|
url="&lfs-ticket-root;3680">#3687</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2014-10-02</para>
|
<para>2014-10-02</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
<!--<listitem>
|
<!--<listitem>
|
||||||
<para>Bzip2 &bzip2-version;</para>
|
<para>Bzip2 &bzip2-version;</para>
|
||||||
</listitem>-->
|
</listitem>-->
|
||||||
<!-- <listitem>
|
<!--<listitem>
|
||||||
<para>Check &check-version;</para>
|
<para>Check &check-version;</para>
|
||||||
</listitem>-->
|
</listitem>-->
|
||||||
<!--<listitem>
|
<!--<listitem>
|
||||||
@ -248,6 +248,11 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>&perl-fix-patch;</para>
|
<para>&perl-fix-patch;</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>&readline-fixes-patch;</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
@ -258,6 +263,10 @@
|
|||||||
<para>bash-4.3-upstream_fixes-3.patch</para>
|
<para>bash-4.3-upstream_fixes-3.patch</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>readline-6.3-upstream_fixes-2.patch</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<!ENTITY version "SVN-20140929">
|
<!ENTITY version "SVN-20141004">
|
||||||
<!ENTITY short-version "svn"> <!-- Used in dbus chapter, change to x.y for release -->
|
<!ENTITY short-version "svn"> <!-- Used in dbus chapter, change to x.y for release -->
|
||||||
<!ENTITY releasedate "September 29, 2014">
|
<!ENTITY releasedate "October 4, 2014">
|
||||||
<!ENTITY copyrightdate "1999-2014"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2014"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "7.7">
|
<!ENTITY milestone "7.7">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
12
patches.ent
12
patches.ent
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
<!-- Start of Common Patches -->
|
<!-- Start of Common Patches -->
|
||||||
|
|
||||||
<!ENTITY bash-fixes-patch "bash-&bash-version;-upstream_fixes-5.patch">
|
<!ENTITY bash-fixes-patch "bash-&bash-version;-upstream_fixes-6.patch">
|
||||||
<!ENTITY bash-fixes-patch-md5 "65f72a5b5fc7c36970347a26ec0f0e99">
|
<!ENTITY bash-fixes-patch-md5 "d2ab19ad99e20ca29ccb4e3c95468b72">
|
||||||
<!ENTITY bash-fixes-patch-size "37 KB">
|
<!ENTITY bash-fixes-patch-size "88 KB">
|
||||||
|
|
||||||
<!ENTITY binutils-lto-patch "binutils-&binutils-version;-load_gcc_lto_plugin_by_default-1.patch">
|
<!ENTITY binutils-lto-patch "binutils-&binutils-version;-load_gcc_lto_plugin_by_default-1.patch">
|
||||||
<!ENTITY binutils-lto-patch-md5 "48e4e96a60bfed41804aaecf4944f5d9">
|
<!ENTITY binutils-lto-patch-md5 "48e4e96a60bfed41804aaecf4944f5d9">
|
||||||
@ -57,9 +57,9 @@
|
|||||||
<!ENTITY perl-fix-patch-md5 "579dfed34e97e0a2fe21b74aa53946ac">
|
<!ENTITY perl-fix-patch-md5 "579dfed34e97e0a2fe21b74aa53946ac">
|
||||||
<!ENTITY perl-fix-patch-size "11 KB">
|
<!ENTITY perl-fix-patch-size "11 KB">
|
||||||
|
|
||||||
<!ENTITY readline-fixes-patch "readline-6.3-upstream_fixes-2.patch">
|
<!ENTITY readline-fixes-patch "readline-&readline-version;-upstream_fixes-3.patch">
|
||||||
<!ENTITY readline-fixes-patch-md5 "97f74f1c3c83008f268b32d36e9fd376">
|
<!ENTITY readline-fixes-patch-md5 "6b0d9f4e79319d56a7fee9b35e5cfd1b">
|
||||||
<!ENTITY readline-fixes-patch-size "4 KB">
|
<!ENTITY readline-fixes-patch-size "8 KB">
|
||||||
|
|
||||||
<!ENTITY sysvinit-consolidated-patch "sysvinit-&sysvinit-version;-consolidated-1.patch">
|
<!ENTITY sysvinit-consolidated-patch "sysvinit-&sysvinit-version;-consolidated-1.patch">
|
||||||
<!ENTITY sysvinit-consolidated-patch-md5 "0b7b5ea568a878fdcc4057b2bf36e5cb">
|
<!ENTITY sysvinit-consolidated-patch-md5 "0b7b5ea568a878fdcc4057b2bf36e5cb">
|
||||||
|
Loading…
Reference in New Issue
Block a user