Fixed a broken download URL in the SLIB instructions, thanks to Leo Peschier for pointing it out

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6401 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2007-01-14 22:21:31 +00:00
parent 5f2265cc6f
commit 44064d2c34
2 changed files with 6 additions and 13 deletions

View File

@ -4,19 +4,7 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!-- Inserted as a reminder to do this. The mention of a test suite
is usually right before the root user installation commands. Please
delete these 12 (including one blank) lines after you are done.-->
<!-- Use one of the two mentions below about a test suite,
delete the line that is not applicable. Of course, if the
test suite uses syntax other than "make check", revise the
line to reflect the actual syntax to run the test suite -->
<!-- <para>This package does not come with a test suite.</para> -->
<!-- <para>To test the results, issue: <command>make check</command>.</para> -->
<!ENTITY slib-download-http "http://swiss.csail.mit.edu/ftpdir/scm/slib&slib-version;.tar.gz">
<!ENTITY slib-download-http "http://swiss.csail.mit.edu/ftpdir/scm/OLD/slib&slib-version;.tar.gz">
<!ENTITY slib-download-ftp " ">
<!ENTITY slib-md5sum "eec6e9193c3c86254f7176dd8a833c4c">
<!ENTITY slib-size "846 KB">

View File

@ -44,6 +44,11 @@
<listitem>
<para>January 14th, 2007</para>
<itemizedlist>
<listitem>
<para>[randy] - Fixed a broken download URL in the SLIB
instructions, thanks to Leo Peschier for pointing it
out.</para>
</listitem>
<listitem>
<para>[bdubbs] - Added security patch to unzip.</para>
</listitem>