mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Incorporate bash security fix.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10764 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
4f2d19e5f9
commit
7da0af62d0
@ -35,6 +35,16 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>2014-09-26</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>Updated bash upstream patches and added
|
||||
fixes for CVE-2014-7169. Fixes <ulink
|
||||
url="&lfs-ticket-root;3680">#3680</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2014-09-24</para>
|
||||
@ -74,7 +84,7 @@
|
||||
<para>2014-09-23</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - LFS-7.r65 released.</para>
|
||||
<para>[bdubbs] - LFS-7.6 released.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<!ENTITY version "SVN-20140924">
|
||||
<!ENTITY version "SVN-20140926">
|
||||
<!ENTITY short-version "svn"> <!-- Used in dbus chapter, change to x.y for release -->
|
||||
<!ENTITY releasedate "September 24, 2014">
|
||||
<!ENTITY releasedate "September 26, 2014">
|
||||
<!ENTITY copyrightdate "1999-2014"><!-- jhalfs needs a literal dash, not – -->
|
||||
<!ENTITY milestone "7.7">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
@ -2,9 +2,9 @@
|
||||
|
||||
<!-- Start of Common Patches -->
|
||||
|
||||
<!ENTITY bash-fixes-patch "bash-&bash-version;-upstream_fixes-3.patch">
|
||||
<!ENTITY bash-fixes-patch-md5 "3266ce3d2f0aa647d4ef068e46899246">
|
||||
<!ENTITY bash-fixes-patch-size "28 KB">
|
||||
<!ENTITY bash-fixes-patch "bash-&bash-version;-upstream_fixes-4.patch">
|
||||
<!ENTITY bash-fixes-patch-md5 "9233ba62610d4eb3f45ed57073d4273b">
|
||||
<!ENTITY bash-fixes-patch-size "40 KB">
|
||||
|
||||
<!ENTITY binutils-lto-patch "binutils-&binutils-version;-load_gcc_lto_plugin_by_default-1.patch">
|
||||
<!ENTITY binutils-lto-patch-md5 "48e4e96a60bfed41804aaecf4944f5d9">
|
||||
|
Loading…
Reference in New Issue
Block a user