mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Update to exim-4.77.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10099 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
7d1ac84312
commit
033904eb6d
@ -59,7 +59,7 @@ $Date$
|
||||
<!ENTITY lfs-vim-version "7.3">
|
||||
<!-- End LFS versions -->
|
||||
|
||||
<!ENTITY blfs-bootscripts-version "20120502">
|
||||
<!ENTITY blfs-bootscripts-version "20120506">
|
||||
<!ENTITY blfs-bootscripts-download "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2">
|
||||
|
||||
<!ENTITY blfs-wiki "http://wiki.&lfs-domainname;/blfs/wiki">
|
||||
@ -574,7 +574,7 @@ $Date$
|
||||
<!-- <!ENTITY xinetd-version "2.3.14"> -->
|
||||
|
||||
<!-- Chapter 21 -->
|
||||
<!ENTITY exim-version "4.67">
|
||||
<!ENTITY exim-version "4.77">
|
||||
<!ENTITY postfix-version "2.9.1">
|
||||
<!ENTITY qpopper-version "4.1.0">
|
||||
<!ENTITY sendmail-version "8.14.4">
|
||||
|
@ -44,6 +44,9 @@
|
||||
<listitem>
|
||||
<para>May 6th, 2012</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Updated to exim-4.77.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Updated to xmlto-0.0.25.</para>
|
||||
</listitem>
|
||||
|
@ -4,13 +4,11 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY exim-download-http "http://www.exim.org/ftp/exim4/old/exim-&exim-version;.tar.bz2">
|
||||
<!ENTITY exim-download-ftp "ftp://ftp.exim.org/pub/exim/exim4/old/exim-&exim-version;.tar.bz2">
|
||||
<!-- <!ENTITY exim-download-http "&sources-anduin-http;/e/exim-&exim-version;.tar.bz2"> -->
|
||||
<!-- <!ENTITY exim-download-ftp " "> -->
|
||||
<!ENTITY exim-md5sum "9ee83186d9ac99e5ff297112aa6fddf0">
|
||||
<!ENTITY exim-size "1.6 MB">
|
||||
<!ENTITY exim-buildsize "15 MB">
|
||||
<!ENTITY exim-download-http "http://www.exim.org/ftp/exim4/exim-&exim-version;.tar.bz2">
|
||||
<!ENTITY exim-download-ftp "ftp://ftp.exim.org/pub/exim/exim4/exim-&exim-version;.tar.bz2">
|
||||
<!ENTITY exim-md5sum "5d746275f2cc85845567f9d5eb84a57a">
|
||||
<!ENTITY exim-size "1.5 MB">
|
||||
<!ENTITY exim-buildsize "16 MB">
|
||||
<!ENTITY exim-time "0.2 SBU">
|
||||
]>
|
||||
|
||||
@ -42,6 +40,8 @@
|
||||
Transport Agent written by the University of Cambridge, released
|
||||
under the GNU Public License.</para>
|
||||
|
||||
&lfs70_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
@ -66,10 +66,6 @@
|
||||
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<!-- <listitem>
|
||||
<para>Required patch for Berkeley DB: <ulink
|
||||
url="&patch-root;/exim-&exim-version;-db43-1.patch"/></para>
|
||||
</listitem> -->
|
||||
<listitem>
|
||||
<para>Additional formats of the documentation (text-based docs are
|
||||
shipped with the sources) can be downloaded by following the links
|
||||
@ -80,21 +76,24 @@
|
||||
<bridgehead renderas="sect3">Exim Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required"><xref linkend="db"/> or
|
||||
<!-- <xref linkend="gdbm"/> -->
|
||||
GDBM (GDBM built in LFS) or
|
||||
<ulink url="http://sourceforge.net/projects/tdb">TDB</ulink></para>
|
||||
<para role="required">
|
||||
<xref linkend="db"/> or
|
||||
GDBM (GDBM built in LFS) or
|
||||
<ulink url="http://sourceforge.net/projects/tdb">TDB</ulink>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><xref linkend="x-window-system"/>,
|
||||
<xref linkend="openldap"/>,
|
||||
<xref linkend="openssl"/> or <xref linkend="gnutls"/>,
|
||||
<xref linkend="cyrus-sasl"/>,
|
||||
<xref linkend="mysql"/>,
|
||||
<xref linkend="postgresql"/>,
|
||||
<xref linkend="sqlite"/>,
|
||||
<xref linkend="tcpwrappers"/>, and
|
||||
<xref linkend="linux-pam"/></para>
|
||||
<para role="optional">
|
||||
<xref linkend="x-window-system"/>,
|
||||
<xref linkend="openldap"/>,
|
||||
<xref linkend="openssl"/> or <xref linkend="gnutls"/>,
|
||||
<xref linkend="cyrus-sasl"/>,
|
||||
<xref linkend="mysql"/>,
|
||||
<xref linkend="postgresql"/>,
|
||||
<xref linkend="sqlite"/>,
|
||||
<xref linkend="tcpwrappers"/>, and
|
||||
<xref linkend="linux-pam"/>
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/exim"/></para>
|
||||
|
Loading…
Reference in New Issue
Block a user