diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-04-20 20:01:11 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-04-20 20:01:11 +0000 |
commit | 78a302e6e9810ad563d870f645931b5c0608a870 (patch) | |
tree | 5efce75b89ddbe25c3299deff10b5e294e982113 | |
parent | c42320cbb21c05c976888510f5db1d9843cc7eda (diff) |
Upgrade to Grep-2.6.3. Fixes #2621.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9247 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | packages.ent | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 39c6e53fc..29b36e87c 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>2010-04-20</para> <itemizedlist> <listitem> + <para>[matthew] Upgrade to Grep-2.6.3. Fixes + <ulink url="&lfs-ticket-root;2621">#2621</ulink>.</para> + </listitem> + <listitem> <para>[matthew] Add upstream fixes 001-005 for Bash. Fixes <ulink url="&lfs-ticket-root;2620">#2620</ulink>.</para> </listitem> diff --git a/packages.ent b/packages.ent index 99a10bacd..8114747ed 100644 --- a/packages.ent +++ b/packages.ent @@ -210,10 +210,10 @@ <!ENTITY gmp-ch6-du "39 MB testsuite included"> <!ENTITY gmp-ch6-sbu "1.7 SBU testsuite included"> -<!ENTITY grep-version "2.6.1"> -<!ENTITY grep-size "1,274 KB"> +<!ENTITY grep-version "2.6.3"> +<!ENTITY grep-size "1,280 KB"> <!ENTITY grep-url "&gnu;grep/grep-&grep-version;.tar.gz"> -<!ENTITY grep-md5 "8d1496da11029112a4d0986cbf09e26f"> +<!ENTITY grep-md5 "3095b57837b312f087c0680559de7f13"> <!ENTITY grep-home "&gnu-software;grep/"> <!ENTITY grep-ch5-du "6.7 MB"> <!ENTITY grep-ch5-sbu "0.1 SBU"> |