Upgrade to Procps-NG-3.3.7. Fixes #3316.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10223 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2013-03-28 17:40:16 +00:00
parent 5b822933d3
commit d45e0417f9
4 changed files with 13 additions and 13 deletions

View File

@ -39,6 +39,10 @@
<listitem> <listitem>
<para>2013-03-28</para> <para>2013-03-28</para>
<itemizedlist> <itemizedlist>
<listitem>
<para>[matthew] - Upgrade to Procps-NG-3.3.7. Fixes
<ulink url="&lfs-ticket-root;3316">#3316</ulink>.</para>
</listitem>
<listitem> <listitem>
<para>[matthew] - Upgrade to Diffutils-3.3. Fixes <para>[matthew] - Upgrade to Diffutils-3.3. Fixes
<ulink url="&lfs-ticket-root;3315">#3315</ulink>.</para> <ulink url="&lfs-ticket-root;3315">#3315</ulink>.</para>

View File

@ -163,9 +163,9 @@
<!--<listitem> <!--<listitem>
<para>Pkg-config &pkgconfig-version;</para> <para>Pkg-config &pkgconfig-version;</para>
</listitem>--> </listitem>-->
<!--<listitem> <listitem>
<para>Procps-ng &procps-ng-version;</para> <para>Procps-ng &procps-ng-version;</para>
</listitem>--> </listitem>
<!--<listitem> <!--<listitem>
<para>Psmisc &psmisc-version;</para> <para>Psmisc &psmisc-version;</para>
</listitem>--> </listitem>-->

View File

@ -79,19 +79,15 @@
two tests, and the <command>slabtop</command> test may return more than two tests, and the <command>slabtop</command> test may return more than
999,999 objects. To run the test suite, run the following commands:</para> 999,999 objects. To run the test suite, run the following commands:</para>
<screen><userinput remap="test">pushd testsuite <screen><userinput remap="test">sed -i -e 's|exec which sleep|exec echo /tools/bin/sleep|' \
sed -i -e 's|exec which sleep|exec echo /tools/bin/sleep|' \ -e 's|&amp;9|9999999|' testsuite/config/unix.exp
-e 's|999999|&amp;9|' config/unix.exp make check</userinput></screen>
sed -i -e 's|pmap_initname\\\$|pmap_initname|' pmap.test/pmap.exp
make site.exp
DEJAGNU=global-conf.exp runtest
popd</userinput></screen>
<para>Install the package:</para> <para>Install the package:</para>
<screen><userinput remap="install">make install</userinput></screen> <screen><userinput remap="install">make install</userinput></screen>
<para>Finally move the library to a location that can be found if <para>Finally, move the library to a location that can be found if
<filename class="directory">/usr</filename> is not mounted.</para> <filename class="directory">/usr</filename> is not mounted.</para>
<screen><userinput remap="install">mv -v /usr/lib/libprocps.so.* /lib <screen><userinput remap="install">mv -v /usr/lib/libprocps.so.* /lib

View File

@ -440,10 +440,10 @@
<!ENTITY pkgconfig-ch6-du "31 MB"> <!ENTITY pkgconfig-ch6-du "31 MB">
<!ENTITY pkgconfig-ch6-sbu "0.4 SBU"> <!ENTITY pkgconfig-ch6-sbu "0.4 SBU">
<!ENTITY procps-ng-version "3.3.6"> <!ENTITY procps-ng-version "3.3.7">
<!ENTITY procps-ng-size "528 KB"> <!ENTITY procps-ng-size "537 KB">
<!ENTITY procps-ng-url "http://sourceforge.net/projects/procps-ng/files/Production/procps-ng-&procps-ng-version;.tar.xz"> <!ENTITY procps-ng-url "http://sourceforge.net/projects/procps-ng/files/Production/procps-ng-&procps-ng-version;.tar.xz">
<!ENTITY procps-ng-md5 "0a050d9be531921db3cd38f1371e73e3"> <!ENTITY procps-ng-md5 "57d2bad8c8fac3d09ee9f5f964e3da9c">
<!ENTITY procps-ng-home "http://sourceforge.net/projects/procps-ng"> <!ENTITY procps-ng-home "http://sourceforge.net/projects/procps-ng">
<!ENTITY procps-ng-ch6-du "13 MB"> <!ENTITY procps-ng-ch6-du "13 MB">
<!ENTITY procps-ng-ch6-sbu "0.2 SBU"> <!ENTITY procps-ng-ch6-sbu "0.2 SBU">