mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Added md5sums to Chapter 20 packages; changed FTP download URL's in Pine and NcFTP instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3443 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
28ce64378e
commit
55c657e0af
@ -6,6 +6,7 @@
|
||||
|
||||
<!ENTITY fetchmail-download-http "http://www.catb.org/~esr/fetchmail/fetchmail-&fetchmail-version;.tar.gz">
|
||||
<!ENTITY fetchmail-download-ftp "ftp://gnome.dti.ad.jp/.1/unix/net/mail/fetchmail/fetchmail-&fetchmail-version;.tar.gz">
|
||||
<!ENTITY fetchmail-md5sum "9956b30139edaa4f5f77c4d0dbd80225">
|
||||
<!ENTITY fetchmail-size "1.2 MB">
|
||||
<!ENTITY fetchmail-buildsize "5.8 MB">
|
||||
<!ENTITY fetchmail-time "0.14 SBU">
|
||||
@ -33,6 +34,7 @@ read by normal mail user agents." </para>
|
||||
url="&fetchmail-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP): <ulink
|
||||
url="&fetchmail-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download MD5 sum: &fetchmail-md5sum;</para></listitem>
|
||||
<listitem><para>Download size: &fetchmail-size;</para></listitem>
|
||||
<listitem><para>Estimated disk space required:
|
||||
&fetchmail-buildsize;</para></listitem>
|
||||
@ -41,15 +43,13 @@ url="&fetchmail-download-ftp;"/></para></listitem>
|
||||
</sect3>
|
||||
|
||||
<sect3><title><application>Fetchmail</application> dependencies</title>
|
||||
|
||||
<sect4><title>Required</title>
|
||||
|
||||
<para><xref linkend="openssl"/> and a local MDA (<xref linkend="procmail"/>)
|
||||
</para>
|
||||
<para><xref linkend="openssl"/> and
|
||||
a local MDA (<xref linkend="procmail"/>)</para>
|
||||
</sect4>
|
||||
|
||||
<sect4><title>Optional</title>
|
||||
<para><xref linkend="python"/> and <xref linkend="tk"/>.</para>
|
||||
<para><xref linkend="python"/> and <xref linkend="tk"/></para>
|
||||
</sect4>
|
||||
</sect3>
|
||||
|
||||
@ -58,7 +58,8 @@ url="&fetchmail-download-ftp;"/></para></listitem>
|
||||
<sect2>
|
||||
<title>Installation of <application>Fetchmail</application></title>
|
||||
|
||||
<para>Install <application>Fetchmail</application> by running the following commands:</para>
|
||||
<para>Install <application>Fetchmail</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=/usr --with-ssl --enable-fallback=procmail &&
|
||||
make &&
|
||||
@ -101,14 +102,13 @@ poll SERVERNAME :
|
||||
|
||||
<command>chmod 0600 ~/.fetchmailrc</command></userinput></screen>
|
||||
|
||||
<para>This is an example configuration that should suffice for most people. You
|
||||
can add as many users and servers as you need using the same syntax.</para>
|
||||
<para>This is an example configuration that should suffice for most people.
|
||||
You can add as many users and servers as you need using the same syntax.</para>
|
||||
|
||||
<para><command>man fetchmail</command>: Look for the section near
|
||||
the bottom named <emphasis role="strong">CONFIGURATION EXAMPLES</emphasis>. It
|
||||
gives some quick examples. There are countless other config options once
|
||||
you get used to it.</para>
|
||||
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
@ -136,7 +136,6 @@ you get used to it.</para>
|
||||
file making it much easier to configure. However, you will require
|
||||
<application>Python</application>, and it must have the Tkinker module
|
||||
available.</para>
|
||||
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
|
@ -6,6 +6,7 @@
|
||||
|
||||
<!ENTITY mutt-download-http "http://gd.tuwien.ac.at/infosys/mail/mutt/mutt-&mutt-version;.tar.gz">
|
||||
<!ENTITY mutt-download-ftp "ftp://ftp.mutt.org/mutt/mutt-&mutt-version;.tar.gz">
|
||||
<!ENTITY mutt-md5sum "710bd56d3c4c4bcd1403bc4e053f7476">
|
||||
<!ENTITY mutt-size "2.6 MB">
|
||||
<!ENTITY mutt-buildsize "16.9 MB">
|
||||
<!ENTITY mutt-time "0.35 SBU">
|
||||
@ -23,7 +24,7 @@
|
||||
<title>Introduction to <application>Mutt</application></title>
|
||||
|
||||
<para>The <application>Mutt</application> package contains a Mail User Agent.
|
||||
This is useful for reading, writing, replying, saving, and deleting your
|
||||
This is useful for reading, writing, replying to, saving, and deleting your
|
||||
email.</para>
|
||||
|
||||
<sect3><title>Package information</title>
|
||||
@ -32,6 +33,7 @@ email.</para>
|
||||
url="&mutt-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP): <ulink
|
||||
url="&mutt-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download MD5 sum: &mutt-md5sum;</para></listitem>
|
||||
<listitem><para>Download size: &mutt-size;</para></listitem>
|
||||
<listitem><para>Estimated disk space required:
|
||||
&mutt-buildsize;</para></listitem>
|
||||
|
@ -6,6 +6,7 @@
|
||||
|
||||
<!ENTITY nail-download-http "http://prdownloads.sourceforge.net/nail/nail-&nail-version;.tar.bz2">
|
||||
<!ENTITY nail-download-ftp " ">
|
||||
<!ENTITY nail-md5sum "f08dab4fb6a069bc6876b0b58116716b">
|
||||
<!ENTITY nail-size "266 KB">
|
||||
<!ENTITY nail-buildsize "2.9 MB">
|
||||
<!ENTITY nail-time "0.05 SBU">
|
||||
@ -40,6 +41,7 @@ and batch processing.</para>
|
||||
url="&nail-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP): <ulink
|
||||
url="&nail-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download MD5 sum: &nail-md5sum;</para></listitem>
|
||||
<listitem><para>Download size: &nail-size;</para></listitem>
|
||||
<listitem><para>Estimated disk space required:
|
||||
&nail-buildsize;</para></listitem>
|
||||
|
@ -5,7 +5,8 @@
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY pine-download-http "http://mirror.sit.wisc.edu/pub/net/mail/pine/pine&pine-version;.tar.bz2">
|
||||
<!ENTITY pine-download-ftp "ftp://ftp.cac.washington.edu/pine/pine&pine-version;.tar.bz2">
|
||||
<!ENTITY pine-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/pine&pine-version;.tar.bz2">
|
||||
<!ENTITY pine-md5sum "aece91c8a857605994829ffa91d98c9f">
|
||||
<!ENTITY pine-size "2.9 MB">
|
||||
<!ENTITY pine-buildsize "50 MB">
|
||||
<!ENTITY pine-time "0.95 SBU">
|
||||
@ -33,6 +34,7 @@ file and directory editing/browsing programs.</para>
|
||||
url="&pine-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP): <ulink
|
||||
url="&pine-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download MD5 sum: &pine-md5sum;</para></listitem>
|
||||
<listitem><para>Download size: &pine-size;</para></listitem>
|
||||
<listitem><para>Estimated disk space required:
|
||||
&pine-buildsize;</para></listitem>
|
||||
@ -49,12 +51,12 @@ url="&patch-root;/pine-&pine-version;-fhs-3.patch"/></para></listitem>
|
||||
|
||||
<sect3><title><application>Pine</application> dependencies</title>
|
||||
<sect4><title>Required</title>
|
||||
<para><xref linkend="openssl"/></para></sect4>
|
||||
<para><xref linkend="openssl"/></para>
|
||||
</sect4>
|
||||
|
||||
<sect4><title>Optional</title>
|
||||
<para>
|
||||
<xref linkend="openldap"/> and
|
||||
<xref linkend="mitkrb"/>
|
||||
</para></sect4>
|
||||
<para><xref linkend="openldap"/> and <xref linkend="mitkrb"/></para>
|
||||
</sect4>
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
@ -62,14 +64,15 @@ url="&patch-root;/pine-&pine-version;-fhs-3.patch"/></para></listitem>
|
||||
<sect2>
|
||||
<title>Installation of <application>Pine</application></title>
|
||||
|
||||
<para>Install <application>Pine</application> by running the following commands: </para>
|
||||
<para>Install <application>Pine</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput><command>patch -Np1 -i ../pine-&pine-version;-fhs-3.patch &&
|
||||
./build DEBUG=-O MAILSPOOL=/var/mail \
|
||||
SSLDIR=/usr SSLCERTS=/etc/ssl/certs slx &&
|
||||
cp doc/*.1 /usr/share/man/man1 &&
|
||||
cd bin &&
|
||||
install pine imapd ipop2d ipop3d mailutil mtest pico \
|
||||
install -m755 pine imapd ipop2d ipop3d mailutil mtest pico \
|
||||
pilot rpdump rpload /usr/bin</command></userinput></screen>
|
||||
|
||||
</sect2>
|
||||
@ -100,12 +103,12 @@ produces no debug files.</para>
|
||||
files, <filename>/var/mail.</filename></para>
|
||||
|
||||
<para><command>SSLDIR=/usr SSLCERTS=/etc/ssl/certs</command>: Location
|
||||
of OpenSSL files.</para>
|
||||
of <application>Open<acronym>SSL</acronym></application> files.</para>
|
||||
|
||||
<para><screen><command>cd bin &&
|
||||
install pine imapd ipop2d ipop3d mailutil mtest pico \
|
||||
install -m755 pine imapd ipop2d ipop3d mailutil mtest pico \
|
||||
pilot rpdump rpload /usr/bin</command></screen>
|
||||
This installs <application>Pine</application>.</para>
|
||||
This installs the <application>Pine</application> programs.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
@ -119,8 +122,8 @@ This installs <application>Pine</application>.</para>
|
||||
<sect3><title>Configuration Information</title>
|
||||
|
||||
<para>The <command>pine</command> executable needs no global configuration to
|
||||
use. Users set <application>Pine</application> options in <filename>~/.pinerc
|
||||
</filename> using an internal configuration menu.</para>
|
||||
use. Users set <application>Pine</application> options in
|
||||
<filename>~/.pinerc</filename> using an internal configuration menu.</para>
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
@ -150,10 +153,12 @@ agent.</para></sect3>
|
||||
<application>Pine</application> internal message composer.</para></sect3>
|
||||
|
||||
<sect3><title>pilot</title>
|
||||
<para><command>pilot</command> is a file and directory navigator and browser.</para></sect3>
|
||||
<para><command>pilot</command> is a file and directory navigator and
|
||||
browser.</para></sect3>
|
||||
|
||||
<sect3><title>imapd</title>
|
||||
<para><command>imapd</command> is the <acronym>IMAP</acronym> server daemon.</para></sect3>
|
||||
<para><command>imapd</command> is the <acronym>IMAP</acronym> server
|
||||
daemon.</para></sect3>
|
||||
|
||||
<sect3><title>ipop2d</title>
|
||||
<para><command>ipop2d</command> is an <acronym>IMAP</acronym> to
|
||||
@ -173,7 +178,6 @@ data utility, used to convert local <application>Pine</application>
|
||||
configuration files or address books into remote configurations
|
||||
or address books.</para></sect3>
|
||||
|
||||
|
||||
<sect3><title>rpdump</title>
|
||||
<para><command>rpdump</command> is used to copy data from remote
|
||||
<application>Pine</application> configuration files or address books into a
|
||||
|
@ -6,6 +6,7 @@
|
||||
|
||||
<!ENTITY procmail-download-http "http://www.procmail.org/procmail-&procmail-version;.tar.gz">
|
||||
<!ENTITY procmail-download-ftp "ftp://ftp.procmail.net/pub/procmail/procmail-&procmail-version;.tar.gz">
|
||||
<!ENTITY procmail-md5sum "1678ea99b973eb77eda4ecf6acae53f1">
|
||||
<!ENTITY procmail-size "338 KB">
|
||||
<!ENTITY procmail-buildsize "1.5 MB">
|
||||
<!ENTITY procmail-time "0.38 SBU">
|
||||
@ -22,8 +23,8 @@
|
||||
<sect2>
|
||||
<title>Introduction to <application>Procmail</application></title>
|
||||
|
||||
<para>The <application>Procmail</application> package contains an autonomous mail processor. This
|
||||
is useful for filtering and sorting incoming mail.</para>
|
||||
<para>The <application>Procmail</application> package contains an autonomous
|
||||
mail processor. This is useful for filtering and sorting incoming mail.</para>
|
||||
|
||||
<sect3><title>Package information</title>
|
||||
<itemizedlist spacing='compact'>
|
||||
@ -31,6 +32,7 @@ is useful for filtering and sorting incoming mail.</para>
|
||||
url="&procmail-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP): <ulink
|
||||
url="&procmail-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download MD5 sum: &procmail-md5sum;</para></listitem>
|
||||
<listitem><para>Download size: &procmail-size;</para></listitem>
|
||||
<listitem><para>Estimated disk space required:
|
||||
&procmail-buildsize;</para></listitem>
|
||||
@ -38,13 +40,13 @@ url="&procmail-download-ftp;"/></para></listitem>
|
||||
&procmail-time;</para></listitem></itemizedlist>
|
||||
</sect3>
|
||||
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Installation of <application>Procmail</application></title>
|
||||
|
||||
<para>Install <application>Procmail</application> by running the following commands:</para>
|
||||
<para>Install <application>Procmail</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput><command>make LOCKINGTEST=/tmp install &&
|
||||
make install-suid</command></userinput></screen>
|
||||
@ -54,8 +56,9 @@ make install-suid</command></userinput></screen>
|
||||
<sect2>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><command>make LOCKINGTEST=/tmp install</command>: This prevents make from
|
||||
asking you where to test file-locking patterns.</para>
|
||||
<para><command>make LOCKINGTEST=/tmp install</command>: This prevents
|
||||
<command>make</command> from asking you where to test file-locking
|
||||
patterns.</para>
|
||||
|
||||
<para><command>make install-suid</command>: Modifies permissions of
|
||||
the installed files.</para>
|
||||
@ -81,7 +84,11 @@ page is the starting place to learn how to write recipes.</para>
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The <application>Procmail</application> package contains <command>procmail</command>, <command>formail</command>, <command>lockfile</command> and <command>mailstat</command>.</para>
|
||||
<para>The <application>Procmail</application> package contains
|
||||
<command>procmail</command>,
|
||||
<command>formail</command>,
|
||||
<command>lockfile</command> and
|
||||
<command>mailstat</command>.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
@ -89,7 +96,8 @@ page is the starting place to learn how to write recipes.</para>
|
||||
|
||||
<sect3><title>procmail</title>
|
||||
<para><command>procmail</command> is an autonomous mail processor. It performs
|
||||
all the functions of a <acronym>MDA</acronym> (Mail Delivery Agent).</para></sect3>
|
||||
all the functions of a <acronym>MDA</acronym> (Mail Delivery
|
||||
Agent).</para></sect3>
|
||||
|
||||
<sect3><title>formail</title>
|
||||
<para><command>formail</command> is a filter that can be used to format mail
|
||||
|
@ -6,6 +6,7 @@
|
||||
|
||||
<!ENTITY slrn-download-http "http://prdownloads.sourceforge.net/slrn/slrn-&slrn-version;.tar.bz2">
|
||||
<!ENTITY slrn-download-ftp "ftp://ftp.fh-heilbronn.de/pub/mirrors/slrn/slrn-&slrn-version;.tar.bz2">
|
||||
<!ENTITY slrn-md5sum "9b613007df537444a5f8a4a2994fadb7">
|
||||
<!ENTITY slrn-size "1011 KB">
|
||||
<!ENTITY slrn-buildsize "9.3 MB">
|
||||
<!ENTITY slrn-time "0.19 SBU">
|
||||
@ -22,32 +23,40 @@
|
||||
<sect2>
|
||||
<title>Introduction to <application>slrn</application></title>
|
||||
|
||||
<para><application>slrn</application> is a slang-based news reader, capable of reading local news
|
||||
spools as well as groups from an <acronym>NNTP</acronym> server. Small local news spools
|
||||
can also be created with the use of the slrnpull program included in
|
||||
the slrn distribution.</para>
|
||||
<para><application>slrn</application> is a slang-based news reader, capable of
|
||||
reading local news spools as well as groups from an <acronym>NNTP</acronym>
|
||||
server. Small local news spools can also be created with the use of the
|
||||
<command>slrnpull</command> program included in the
|
||||
<application>slrn</application> distribution.</para>
|
||||
|
||||
<sect3><title>Package information</title>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem><para>Download (HTTP): <ulink url="&slrn-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP): <ulink url="&slrn-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download (HTTP):
|
||||
<ulink url="&slrn-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP):
|
||||
<ulink url="&slrn-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download MD5 sum: &slrn-md5sum;</para></listitem>
|
||||
<listitem><para>Download size: &slrn-size;</para></listitem>
|
||||
<listitem><para>Estimated disk space required: &slrn-buildsize;</para></listitem>
|
||||
<listitem><para>Estimated build time: &slrn-time;</para></listitem></itemizedlist>
|
||||
<listitem><para>Estimated disk space required:
|
||||
&slrn-buildsize;</para></listitem>
|
||||
<listitem><para>Estimated build time:
|
||||
&slrn-time;</para></listitem></itemizedlist>
|
||||
</sect3>
|
||||
|
||||
<sect3><title><application>slrn</application> dependencies</title>
|
||||
<sect4><title>Required</title>
|
||||
<para><xref linkend="slang"/> and <acronym>MTA</acronym> (See <xref linkend="server-mail"/>)</para></sect4>
|
||||
<para><xref linkend="slang"/> and
|
||||
<acronym>MTA</acronym> (See <xref linkend="server-mail"/>)</para>
|
||||
</sect4>
|
||||
|
||||
<sect4><title>Optional</title>
|
||||
<para>
|
||||
<xref linkend="openssl"/>,
|
||||
<para><xref linkend="openssl"/>,
|
||||
<ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink>,
|
||||
<ulink url="http://www.fpx.de/fp/Software/UUDeview/">UUDeview</ulink>,
|
||||
<ulink url="http://www.isc.org/index.pl?/sw/inn/">INN</ulink> and
|
||||
<ulink url="http://homepage.mac.com/imeowbot/iblog/C1355421991/">libcanlock</ulink>
|
||||
</para></sect4>
|
||||
<ulink url="http://homepage.mac.com/imeowbot/iblog/C1355421991/">
|
||||
libcanlock</ulink></para>
|
||||
</sect4>
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
@ -55,7 +64,8 @@ the slrn distribution.</para>
|
||||
<sect2>
|
||||
<title>Installation of <application>slrn</application></title>
|
||||
|
||||
<para>Install <application>slrn</application> by running the following commands:</para>
|
||||
<para>Install <application>slrn</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc \
|
||||
--with-slrnpull --enable-spool &&
|
||||
@ -71,11 +81,13 @@ make install</command></userinput></screen>
|
||||
switches enable building the <command>slrnpull</command>
|
||||
executable.</para>
|
||||
|
||||
<para><option>--with-ssl</option>: This switch adds OpenSSL support to
|
||||
slrn.</para>
|
||||
<para><option>--with-ssl</option>: This switch adds
|
||||
<application>Open<acronym>SSL</acronym></application> support to
|
||||
<application>slrn</application>.</para>
|
||||
|
||||
<para><option>--with-uudeview</option>: This switch adds UUDeview
|
||||
support to slrn.</para>
|
||||
<para><option>--with-uudeview</option>: This switch adds
|
||||
<application>UUDeview</application> support to
|
||||
<application>slrn</application>.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
@ -92,11 +104,11 @@ support to slrn.</para>
|
||||
<para>The first time <command>slrn</command> is run, the
|
||||
<filename>~/.jnewsrc</filename> file must be
|
||||
created. For this configuration to work, you must have an environmental
|
||||
variable, <envar>NNTPSERVER</envar>, set. In normal operation it would be exported into
|
||||
the environment by a startup file, like <filename>/etc/profile</filename>
|
||||
or <filename>~/.bashrc</filename>. Here we will just put it into the
|
||||
environment of the configuration step. We will use the
|
||||
<acronym>LFS</acronym> news server in this example, but you should use
|
||||
variable, <envar>NNTPSERVER</envar>, set. In normal operation it would be
|
||||
exported into the environment by a startup file, like
|
||||
<filename>/etc/profile</filename> or <filename>~/.bashrc</filename>. Here it
|
||||
is just put it into the environment of the configuration step. For now, the
|
||||
<acronym>LFS</acronym> news server is used in this example, but you should use
|
||||
whatever server you prefer.</para>
|
||||
|
||||
<para>Create the <filename>~/.jnewsrc</filename> file with the following
|
||||
@ -108,9 +120,9 @@ command:</para>
|
||||
<para>You will also have to edit one of the configuration files. There
|
||||
is a sample startup <filename>/usr/share/doc/slrn/slrn.rc</filename>
|
||||
file that comes with slrn. It is extensively documented but if you
|
||||
need more information, look at <ulink
|
||||
url="http://slrn.sourceforge.net/docs/">the slrn
|
||||
website</ulink>.</para>
|
||||
need more information, look at
|
||||
<ulink url="http://slrn.sourceforge.net/docs/">the
|
||||
<application>slrn</application> website</ulink>.</para>
|
||||
|
||||
</sect3>
|
||||
|
||||
|
@ -5,8 +5,9 @@
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY ncftp-download-http "http://gd.tuwien.ac.at/infosys/clients/ftp/ncftp/ncftp-&ncftp-version;-src.tar.bz2">
|
||||
<!ENTITY ncftp-download-ftp "ftp://ftp.ncftp.com/ncftp/ncftp-&ncftp-version;-src.tar.bz2">
|
||||
<!ENTITY ncftp-md5sum "N/A">
|
||||
<!-- <!ENTITY ncftp-download-ftp "ftp://ftp.ncftp.com/ncftp/ncftp-&ncftp-version;-src.tar.bz2"> -->
|
||||
<!ENTITY ncftp-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/ncftp-&ncftp-version;-src.tar.bz2">
|
||||
<!ENTITY ncftp-md5sum "2a310a3c9ca126e6b409d0d1d1ccda75">
|
||||
<!ENTITY ncftp-size "389 KB">
|
||||
<!ENTITY ncftp-buildsize "5.2 MB">
|
||||
<!ENTITY ncftp-time "0.38 SBU">
|
||||
|
@ -22,8 +22,9 @@ who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>February 11th, 2005 [randy]: Added md5sums to Chapters 18
|
||||
and 19 package instructions.</para></listitem>
|
||||
<listitem><para>February 11th, 2005 [randy]: Added md5sums to Chapter 18,
|
||||
19 and 20 package instructions; changed FTP download URL in NcFTP and Pine
|
||||
instructions.</para></listitem>
|
||||
|
||||
<listitem><para>February 10th, 2005 [larry]: Updated to emacs-21.4 and
|
||||
fluxbox-0.9.12.</para></listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user