diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-04-20 20:05:22 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-04-20 20:05:22 +0000 |
commit | 6a1b0bf9a2675c01a9a1b5356bb8f23842970845 (patch) | |
tree | 39204ddbd1ddf6ea9c296987456e903ed593e915 | |
parent | 894367e84bbdacb22f4b564d07006343445c866c (diff) |
Upgrade to Psmisc-22.11. Fixes #2631.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9250 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 671cc98c3..011e8c871 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>2010-04-20</para> <itemizedlist> <listitem> + <para>[matthew] Upgrade to Psmisc-22.11. Fixes + <ulink url="&lfs-ticket-root;2631">#2631</ulink>.</para> + </listitem> + <listitem> <para>[matthew] Move <command>killall</command> to <filename class="directory">/bin</filename> so that installs with a separate <filename class="directory">/usr</filename> partition and no diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index c4461b7c2..269d3ff2c 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -154,9 +154,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 8114747ed..2d55be6e2 100644 --- a/packages.ent +++ b/packages.ent @@ -422,10 +422,10 @@ <!ENTITY procps-ch6-du "2.3 MB"> <!ENTITY procps-ch6-sbu "0.1 SBU"> -<!ENTITY psmisc-version "22.10"> -<!ENTITY psmisc-size "307 KB"> +<!ENTITY psmisc-version "22.11"> +<!ENTITY psmisc-size "366 KB"> <!ENTITY psmisc-url "&sourceforge;psmisc/psmisc-&psmisc-version;.tar.gz"> -<!ENTITY psmisc-md5 "e881383e7f399121cd0ce744f97d91a5"> +<!ENTITY psmisc-md5 "b5d32aa285b75c59dee96d3ea26a4881"> <!ENTITY psmisc-home "http://psmisc.sourceforge.net/"> <!ENTITY psmisc-ch6-du "2.5 MB"> <!ENTITY psmisc-ch6-sbu "less than 0.1 SBU"> |