mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Add seds to grep and e3fsprogs to fix security issues found upstream.
Remove unrecognized option in eudev. Minor text corrections. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10863 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
b304545f35
commit
326224b21f
@ -35,6 +35,22 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
-->
|
-->
|
||||||
|
<listitem>
|
||||||
|
<para>2015-03-03</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Add a sed to fix an upstream security issue
|
||||||
|
in e2fsprogs. Fixes
|
||||||
|
<ulink url="&lfs-ticket-root;3759">#3759</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Add a sed to fix an upstream security issue
|
||||||
|
in grep. Fixes
|
||||||
|
<ulink url="&lfs-ticket-root;3760">#3760</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2015-02-25</para>
|
<para>2015-02-25</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
su -c 'cp -v sunrpc/rpc/*.h /usr/include/rpc'
|
su -c 'cp -v sunrpc/rpc/*.h /usr/include/rpc'
|
||||||
fi</userinput></screen>
|
fi</userinput></screen>
|
||||||
|
|
||||||
<para>Fix is regression in the package that affects 32-bit architectures:</para>
|
<para>Fix a regression in the package that affects 32-bit architectures:</para>
|
||||||
|
|
||||||
<screen><userinput remap="pre">sed -e '/ia32/s/^/1:/' \
|
<screen><userinput remap="pre">sed -e '/ia32/s/^/1:/' \
|
||||||
-e '/SSE2/s/^1://' \
|
-e '/SSE2/s/^1://' \
|
||||||
|
@ -44,6 +44,12 @@
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of E2fsprogs</title>
|
<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
|
<para>The E2fsprogs documentation recommends that the package be built in
|
||||||
a subdirectory of the source tree: </para>
|
a subdirectory of the source tree: </para>
|
||||||
|
|
||||||
|
@ -62,8 +62,7 @@ BLKID_LIBS='-L/tools/lib -lblkid' \
|
|||||||
--enable-keymap \
|
--enable-keymap \
|
||||||
--disable-introspection \
|
--disable-introspection \
|
||||||
--disable-gudev \
|
--disable-gudev \
|
||||||
--disable-gtk-doc-html \
|
--disable-gtk-doc-html</userinput></screen>
|
||||||
--with-firmware-path=/lib/firmware </userinput></screen>
|
|
||||||
|
|
||||||
<para>Compile the package:</para>
|
<para>Compile the package:</para>
|
||||||
|
|
||||||
|
@ -40,6 +40,10 @@
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of Grep</title>
|
<title>Installation of Grep</title>
|
||||||
|
|
||||||
|
<para>First fix a potential security issue identified upstream:</para>
|
||||||
|
|
||||||
|
<screen><userinput remap="configure">sed -i -e '/tp++/a if (ep <= tp) break;' src/kwset.c</userinput></screen>
|
||||||
|
|
||||||
<para>Prepare Grep for compilation:</para>
|
<para>Prepare Grep for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin</userinput></screen>
|
<screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin</userinput></screen>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!ENTITY version "SVN-20150225">
|
<!ENTITY version "SVN-20150303">
|
||||||
<!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
|
||||||
but not -rc releases -->
|
but not -rc releases -->
|
||||||
<!ENTITY releasedate "February 25, 2015">
|
<!ENTITY releasedate "March 3, 2015">
|
||||||
<!ENTITY copyrightdate "1999-2015"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2015"><!-- 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}]" -->
|
||||||
|
Loading…
Reference in New Issue
Block a user