diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-12-16 22:32:38 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-12-16 22:32:38 +0000 |
commit | b1cc9001e74ca10826dd42e8268fe17c5fea3d2e (patch) | |
tree | cc138b83d679ab6e3bfc018eb7205cd6c2a00e66 | |
parent | bd8cf55892f0a2915115edeb6ef9761d090a7165 (diff) |
Update to Libpipeline-1.2.5. Fixes #3440.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10397 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 | ||||
-rw-r--r-- | packages.ent | 6 |
3 files changed, 9 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 131d0c2dc..2d610d163 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,10 @@ <para>2013-12-16</para> <itemizedlist> <listitem> + <para>[matthew] - Update to Libpipeline-1.2.5. Fixes + <ulink url="&lfs-ticket-root;3440">#3440</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Update to Binutils-2.24. Fixes <ulink url="&lfs-ticket-root;3438">#3438</ulink>.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 38f23f051..f2264c405 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -124,9 +124,9 @@ <!--<listitem> <para>LFS-Bootscripts &lfs-bootscripts-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>Libpipeline &libpipeline-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>Libtool &libtool-version;</para> </listitem>--> diff --git a/packages.ent b/packages.ent index 9424ada41..9eb141e58 100644 --- a/packages.ent +++ b/packages.ent @@ -318,10 +318,10 @@ <!ENTITY lfs-bootscripts-ch7-du "BOOTSCRIPTS-INSTALL-KB KB"> <!-- Updated in Makefile --> <!ENTITY lfs-bootscripts-ch7-sbu "less than 0.1 SBU"> -<!ENTITY libpipeline-version "1.2.4"> -<!ENTITY libpipeline-size "748 KB"> +<!ENTITY libpipeline-version "1.2.5"> +<!ENTITY libpipeline-size "761 KB"> <!ENTITY libpipeline-url "http://download.savannah.gnu.org/releases/libpipeline/libpipeline-&libpipeline-version;.tar.gz"> -<!ENTITY libpipeline-md5 "a98b07f6f487fa268d1ebd99806b85ff"> +<!ENTITY libpipeline-md5 "8d159fbd72368526559799f38dd9b4c6"> <!ENTITY libpipeline-home "http://libpipeline.nongnu.org/"> <!ENTITY libpipeline-ch6-du "7.4 MB"> <!ENTITY libpipeline-ch6-sbu "0.2 SBU"> |