Sfoglia il codice sorgente

Add hopefully last fixes for shell shock bug.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10777 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Krejzi 10 anni fa
parent
commit
32446dc7c2
2 ha cambiato i file con 6 aggiunte e 2 eliminazioni
  1. 4 0
      chapter01/changelog.xml
  2. 2 2
      patches.ent

+ 4 - 0
chapter01/changelog.xml

@@ -42,6 +42,10 @@
           <para>[bdubbs] - Update to file-5.20. Fixes 
           <ulink url="&lfs-ticket-root;3691">#3691</ulink>.</para>
         </listitem>
+        <listitem>
+          <para>[krejzi] - Updated bash upstream patches and added fixes for
+          CVE-2014-6278.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
 

+ 2 - 2
patches.ent

@@ -2,8 +2,8 @@
 
 <!-- Start of Common Patches -->
 
-<!ENTITY bash-fixes-patch "bash-&bash-version;-upstream_fixes-6.patch">
-<!ENTITY bash-fixes-patch-md5 "d2ab19ad99e20ca29ccb4e3c95468b72">
+<!ENTITY bash-fixes-patch "bash-&bash-version;-upstream_fixes-7.patch">
+<!ENTITY bash-fixes-patch-md5 "ccf2f526dda9405a6a9fc9b8ceff11c4">
 <!ENTITY bash-fixes-patch-size "88 KB">
 
 <!ENTITY binutils-lto-patch "binutils-&binutils-version;-load_gcc_lto_plugin_by_default-1.patch">