diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-01-28 11:48:10 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-01-28 11:48:10 +0000 |
commit | 8bfe8169f44c6375c34c23cc0d1ac6cf2a2feeea (patch) | |
tree | 106324129840daa44eb491de008c1d4d5082cd53 | |
parent | 5fc385aee0ad2deaeb3d57709369f307e0331cf6 (diff) |
Upgrade to Psmisc-22.15. Fixes #3007.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9720 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 4c750894e..8a1663f16 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,10 @@ <para>2012-01-28</para> <itemizedlist> <listitem> + <para>[matthew] - Upgrade to Psmisc-22.15. Fixes + <ulink url="&lfs-ticket-root;3007">#3007</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Upgrade to GMP-5.0.3. Fixes <ulink url="&lfs-ticket-root;3006">#3006</ulink>.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 19bf1721b..76e689459 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -166,9 +166,9 @@ <!--<listitem> <para>Procps &procps-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>Psmisc &psmisc-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>Readline &readline-version;</para> </listitem>--> diff --git a/packages.ent b/packages.ent index 4659b28e0..aac5268de 100644 --- a/packages.ent +++ b/packages.ent @@ -448,10 +448,10 @@ <!ENTITY procps-ch6-du "2.3 MB"> <!ENTITY procps-ch6-sbu "0.1 SBU"> -<!ENTITY psmisc-version "22.14"> -<!ENTITY psmisc-size "374 KB"> +<!ENTITY psmisc-version "22.15"> +<!ENTITY psmisc-size "382 KB"> <!ENTITY psmisc-url "&sourceforge;psmisc/psmisc-&psmisc-version;.tar.gz"> -<!ENTITY psmisc-md5 "ba3f4e971895c92bba7770d81c981503"> +<!ENTITY psmisc-md5 "35e155bae2e499a6dcba35884560db1e"> <!ENTITY psmisc-home "http://psmisc.sourceforge.net/"> <!ENTITY psmisc-ch6-du "3.6 MB"> <!ENTITY psmisc-ch6-sbu "less than 0.1 SBU"> |