Update to postfix-3.0.0.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15489 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Fernando de Oliveira 2015-02-11 13:58:33 +00:00
parent 8dc47f9924
commit b400d26d78
4 changed files with 18 additions and 15 deletions

View File

@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "10"> <!-- Always 2 digits -->
<!ENTITY day "11"> <!-- Always 2 digits -->
<!ENTITY month "02"> <!-- Always 2 digits -->
<!ENTITY year "2015">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "February 10th, &year;">
<!ENTITY releasedate "February 11th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development] -->

View File

@ -44,6 +44,16 @@
-->
<listitem>
<para>February 11th, 2015</para>
<itemizedlist>
<listitem>
<para>[fernando] - Update to postfix-3.0.0. Fixes
<ulink url="&blfs-ticket-root;6134">#6134</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>February 10th, 2015</para>
<itemizedlist>

View File

@ -405,7 +405,7 @@
<!ENTITY dovecot-version "&dovecot-major;.&dovecot-minor;.&dovecot-micro;">
<!ENTITY exim-version "4.85">
<!ENTITY postfix-version "2.11.3">
<!ENTITY postfix-version "3.0.0">
<!ENTITY sendmail-version "8.15.1">
<!-- Chapter 22 -->

View File

@ -7,9 +7,9 @@
<!ENTITY postfix-download-http " ">
<!ENTITY postfix-download-ftp
"ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-&postfix-version;.tar.gz">
<!ENTITY postfix-md5sum "c3f0f51d8865559b40e9350eb3816011">
<!ENTITY postfix-size "3.9 MB">
<!ENTITY postfix-buildsize "140 MB">
<!ENTITY postfix-md5sum "a4a83f8d729f31c803bf9c2277701d56">
<!ENTITY postfix-size "4.1 MB">
<!ENTITY postfix-buildsize "159 MB">
<!ENTITY postfix-time "0.4 SBU">
]>
@ -129,18 +129,11 @@ chown -v postfix:postfix /var/mail</userinput></screen>
<sect3>
<title>Configuring the Build</title>
<para>
Run the following command to enable <application>Postfix</application>
to compile against the current version of
<application>BerkeleyDB</application>:
</para>
<screen><userinput>sed -i "s/DB_VERSION_MAJOR == 5/DB_VERSION_MAJOR >= 5/" src/util/dict_db.c</userinput></screen>
<para>
The README files are formatted to be read with a pager like
<application>Less</application> or <application>More</application>.
If you want to read them in a text editor, make them legible with a sed:
If you want to use a text editor, make them legible with the
following sed:
</para>
<screen><userinput>sed -i 's/.\x08//g' README_FILES/*</userinput></screen>