mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
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:
parent
d38ac3a291
commit
ae0510ab1d
@ -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>
|
||||
|
@ -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/#&/' tests/unibyte-bracket-expr</userinput></screen>
|
||||
|
||||
<para>Prepare Grep for compilation:</para>
|
||||
|
||||
<screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin</userinput></screen>
|
||||
|
@ -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 – -->
|
||||
<!ENTITY milestone "7.2">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user