diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-12-22 09:25:53 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-12-22 09:25:53 +0000 |
commit | cbaaeba16128e63d4052d2d188369f442a036d5c (patch) | |
tree | 4a975cdef82c29efb0a69058a6d7e633adeeee40 | |
parent | 5aabbac42c655dc5eb4eee2a140ff5a0b7814460 (diff) |
Update coreutils-i18n patch to fix a regression in cut. Fixes #3448.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10411 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 11 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | patches.ent | 6 |
3 files changed, 16 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 854102dec..3dc3d82a4 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,17 @@ </listitem> --> <listitem> + <para>2013-12-22</para> + <itemizedlist> + <listitem> + <para>[matthew] - Fix the coreutils-i18n patch, which introduced a + regression in cut. Fixes + <ulink url="&lfs-ticket-root;3448">#3448</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2013-12-16</para> <itemizedlist> <listitem> diff --git a/general.ent b/general.ent index 8e2d4f170..fabc5994b 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ -<!ENTITY version "SVN-20131216"> -<!ENTITY releasedate "December 16, 2013"> +<!ENTITY version "SVN-20131222"> +<!ENTITY releasedate "December 22, 2013"> <!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.5"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/patches.ent b/patches.ent index bf368f1b6..460a5bb80 100644 --- a/patches.ent +++ b/patches.ent @@ -14,9 +14,9 @@ <!ENTITY bzip2-docs-patch-md5 "6a5ac7e89b791aae556de0f745916f7f"> <!ENTITY bzip2-docs-patch-size "1.6 KB"> -<!ENTITY coreutils-i18n-patch "coreutils-&coreutils-version;-i18n-1.patch"> -<!ENTITY coreutils-i18n-patch-md5 "2bca6d512abd69f0f133359839980495"> -<!ENTITY coreutils-i18n-patch-size "137 KB"> +<!ENTITY coreutils-i18n-patch "coreutils-&coreutils-version;-i18n-2.patch"> +<!ENTITY coreutils-i18n-patch-md5 "0f3b9f85e256140a4eaa5865a9c81f3f"> +<!ENTITY coreutils-i18n-patch-size "138 KB"> <!ENTITY kbd-backspace-patch "kbd-&kbd-version;-backspace-1.patch"> <!ENTITY kbd-backspace-patch-md5 "f75cca16a38da6caa7d52151f7136895"> |