diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 | ||||
-rw-r--r-- | packages.ent | 8 |
3 files changed, 10 insertions, 6 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index f06222891..419f8d7eb 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>2011-11-25</para> <itemizedlist> <listitem> + <para>[matthew] - Upgrade to Grep-2.10. Fixes + <ulink url="&lfs-ticket-root;2964">#2964</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Add a patch to fix a security vulnerability in Perl. Fixes <ulink url="&lfs-ticket-root;2963">#2963</ulink>.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index dd310d237..82555b44c 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -94,9 +94,9 @@ <!--<listitem> <para>GMP &gmp-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>Grep &grep-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>Groff &groff-version;</para> </listitem>--> diff --git a/packages.ent b/packages.ent index e03a8c258..dd827a1ff 100644 --- a/packages.ent +++ b/packages.ent @@ -222,10 +222,10 @@ <!ENTITY gmp-ch6-du "39 MB"> <!ENTITY gmp-ch6-sbu "1.7 SBU"> -<!ENTITY grep-version "2.9"> -<!ENTITY grep-size "1,749 KB"> -<!ENTITY grep-url "&gnu;grep/grep-&grep-version;.tar.gz"> -<!ENTITY grep-md5 "03e3451a38b0d615cb113cbeaf252dc0"> +<!ENTITY grep-version "2.10"> +<!ENTITY grep-size "1,048 KB"> +<!ENTITY grep-url "&gnu;grep/grep-&grep-version;.tar.xz"> +<!ENTITY grep-md5 "709915434d09f5db655e5ebd7fd6bb7f"> <!ENTITY grep-home "&gnu-software;grep/"> <!ENTITY grep-ch5-du "18 MB"> <!ENTITY grep-ch5-sbu "0.2 SBU"> |