diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-09-22 20:24:17 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-09-22 20:24:17 +0000 |
commit | 572eb8fa3c7b391bc40dcec0556577fd1134d12b (patch) | |
tree | be7239770b1edd2a85805324074e0fc0ccbe46d6 | |
parent | ebd0c23fa10f502154d212eff7b34fb2532de917 (diff) |
Upgrade to Psmisc-22.13. Fixes #2751.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9385 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 | ||||
-rw-r--r-- | chapter06/psmisc.xml | 5 | ||||
-rw-r--r-- | packages.ent | 6 |
4 files changed, 9 insertions, 10 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 92fb44379..56839a4fc 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>2010-09-22</para> <itemizedlist> <listitem> + <para>[matthew] Upgrade to Psmisc-22.13. Fixes + <ulink url="&lfs-ticket-root;2751">#2751</ulink>.</para> + </listitem> + <listitem> <para>[matthew] Upgrade to Man-Pages-3.27. Fixes <ulink url="&lfs-ticket-root;2750">#2750</ulink>.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 67b7ca0b0..6bbdd629c 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -163,9 +163,9 @@ <!--<listitem> <para>Pkg-config &pkg-config-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>Psmisc &psmisc-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>Readline &readline-version;</para> </listitem>--> diff --git a/chapter06/psmisc.xml b/chapter06/psmisc.xml index bbf245f74..cefd5e487 100644 --- a/chapter06/psmisc.xml +++ b/chapter06/psmisc.xml @@ -41,11 +41,6 @@ <sect2 role="installation"> <title>Installation of Psmisc</title> - <para>Fix a bug that prevents <command>peekfd</command> from being built on - the x86_64 architecture:</para> - -<screen><userinput remap="pre">sed -i 's@#include <sys\/user.h>@#include <bits\/types.h>\n&@' configure</userinput></screen> - <para>Prepare Psmisc for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> diff --git a/packages.ent b/packages.ent index 725b8bc3a..82ca66365 100644 --- a/packages.ent +++ b/packages.ent @@ -435,10 +435,10 @@ <!ENTITY procps-ch6-du "2.3 MB"> <!ENTITY procps-ch6-sbu "0.1 SBU"> -<!ENTITY psmisc-version "22.12"> -<!ENTITY psmisc-size "366 KB"> +<!ENTITY psmisc-version "22.13"> +<!ENTITY psmisc-size "373 KB"> <!ENTITY psmisc-url "&sourceforge;psmisc/psmisc-&psmisc-version;.tar.gz"> -<!ENTITY psmisc-md5 "16c83a351c292cfc845b27d6395e05fb"> +<!ENTITY psmisc-md5 "e2c339e6b65b730042084023784a729e"> <!ENTITY psmisc-home "http://psmisc.sourceforge.net/"> <!ENTITY psmisc-ch6-du "2.5 MB"> <!ENTITY psmisc-ch6-sbu "less than 0.1 SBU"> |