diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-09-16 17:57:39 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-09-16 17:57:39 +0000 |
commit | 9c718597fca075d874cfbbd99560782c50985e0e (patch) | |
tree | d06d9b5767b956ef0a87ce263937663d088ffbcd | |
parent | acc3ca3532f2aa5ef72c13d44171fa8fd897dc10 (diff) |
Remove unneeded sed in e2fsprogs
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10950 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 12 | ||||
-rw-r--r-- | chapter06/e2fsprogs.xml | 6 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 14 insertions, 8 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index fb5ab56fc..7ae348387 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,9 +37,21 @@ --> <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> </listitem> diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index 071fb147e..7aa781254 100644 --- a/chapter06/e2fsprogs.xml +++ b/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> diff --git a/general.ent b/general.ent index 57ecc1cf6..3d8922349 100644 --- a/general.ent +++ b/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 – --> <!ENTITY milestone "7.8"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |