diff options
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter03/packages.xml | 10 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 13 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index e27bb8061..b77b999b2 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -76,6 +76,9 @@ first a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>June 20, 2004 [matt]: chapter03 - packages. Point people at the +FTP mirrors and GnuPG.</para></listitem> + <listitem><para>June 19, 2004 [winkie]: Modified Flex installation to only touch the flex.1 manual page, since that's the only one that exists.</para></listitem> diff --git a/chapter03/packages.xml b/chapter03/packages.xml index fa8ad6834..673553b20 100644 --- a/chapter03/packages.xml +++ b/chapter03/packages.xml @@ -437,8 +437,14 @@ sed -i -e "s/stable/2004-05-29/" -e "s/2\.3\.3/2.3.4/" \ tar jcvf glibc-2.3.4-20040529.tar.bz2 glibc-2.3.4-20040529</userinput></screen> <para>Alternatively, we've made our own tarball available which you can download -from the following location: -<ulink url="ftp://gaosu.rave.org/pub/linux/lfs/packages/conglomeration/glibc/glibc-2.3.4-20040529.tar.bz2"/> +from any of the FTP mirrors listed on the +<ulink url="&lfs-root;lfs/packages.html#http">LFS Website</ulink>. It can be +found under the +<filename>/pub/linux/lfs/packages/conglomeration/glibc</filename> directory. +The tarball is signed using GPG, and it is strongly recommended you +verify its authenticity. Instructions for installing GnuPG, which enables you +to do this, are given in the +<ulink url="&lfs-root;blfs/view/stable/postlfs/gnupg.html">BLFS book.</ulink> </para> </note> diff --git a/general.ent b/general.ent index 087aa59f5..35da0033d 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "CVS-20040619"> -<!ENTITY releasedate "June 19, 2004"> +<!ENTITY version "CVS-20040620"> +<!ENTITY releasedate "June 20, 2004"> <!ENTITY milestone "6.0"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> |