Browse Source

Remove unneeded sed in e2fsprogs

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10950 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 10 năm trước cách đây
mục cha
commit
9c718597fc
3 tập tin đã thay đổi với 14 bổ sung8 xóa
  1. 12 0
      chapter01/changelog.xml
  2. 0 6
      chapter06/e2fsprogs.xml
  3. 2 2
      general.ent

+ 12 - 0
chapter01/changelog.xml

@@ -36,9 +36,21 @@
     </listitem>
 -->
 
+    <listitem>
+      <para>2015-09-16</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Remove unneeded sed in e2fsprogs.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2015-09-07</para>
       <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - LFS-7.8-rc1 released.</para>
+        </listitem>
         <listitem>
           <para>[bdubbs] - Update to util-linux 2.27. Fixes
           <ulink url="&lfs-ticket-root;3823">#3823</ulink>.</para>

+ 0 - 6
chapter06/e2fsprogs.xml

@@ -44,12 +44,6 @@
   <sect2 role="installation">
     <title>Installation of E2fsprogs</title>
 
-    <para>First, fix a potential security issue identified upstream:</para>
-
-<screen><userinput remap="pre">sed -e '/int.*old_desc_blocks/s/int/blk64_t/' \
-    -e '/if (old_desc_blocks/s/super->s_first_meta_bg/desc_blocks/' \
-    -i lib/ext2fs/closefs.c</userinput></screen>
-
     <para>The E2fsprogs documentation recommends that the package be built in
     a subdirectory of the source tree: </para>
 

+ 2 - 2
general.ent

@@ -1,7 +1,7 @@
-<!ENTITY version         "SVN-20150907">
+<!ENTITY version         "SVN-20150916">
 <!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;. Change to x.y for release 
                                       but not -rc releases -->
-<!ENTITY releasedate     "September 7, 2015">
+<!ENTITY releasedate     "September 16, 2015">
 <!ENTITY copyrightdate   "1999-2015"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone       "7.8">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->