Upgrade to Grep-2.12. Fixes #3068.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9835 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2012-04-29 11:30:17 +00:00
parent d38ac3a291
commit ae0510ab1d
4 changed files with 15 additions and 9 deletions

View File

@ -36,6 +36,16 @@
</listitem>
-->
<listitem>
<para>2012-04-29</para>
<itemizedlist>
<listitem>
<para>[matthew] - Upgrade to Grep-2.12. Fixes
<ulink url="&lfs-ticket-root;3068">#3068</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2012-04-26</para>
<itemizedlist>

View File

@ -40,10 +40,6 @@
<sect2 role="installation">
<title>Installation of Grep</title>
<para>First, fix a small problem with a test script:</para>
<screen><userinput remap="pre">sed -i 's/cp/#&amp;/' tests/unibyte-bracket-expr</userinput></screen>
<para>Prepare Grep for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin</userinput></screen>

View File

@ -1,5 +1,5 @@
<!ENTITY version "SVN-20120426">
<!ENTITY releasedate "Apr 26, 2012">
<!ENTITY version "SVN-20120429">
<!ENTITY releasedate "Apr 29, 2012">
<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.2">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->

View File

@ -219,10 +219,10 @@
<!ENTITY gmp-ch6-du "39 MB">
<!ENTITY gmp-ch6-sbu "1.7 SBU">
<!ENTITY grep-version "2.11">
<!ENTITY grep-size "1,101 KB">
<!ENTITY grep-version "2.12">
<!ENTITY grep-size "1,152 KB">
<!ENTITY grep-url "&gnu;grep/grep-&grep-version;.tar.xz">
<!ENTITY grep-md5 "ad9c6dbdeab93e50d2bc380f10ed3643">
<!ENTITY grep-md5 "8d2f0346d08b13c18afb81f0e8aa1e2f">
<!ENTITY grep-home "&gnu-software;grep/">
<!ENTITY grep-ch5-du "18 MB">
<!ENTITY grep-ch5-sbu "0.2 SBU">