Changeset b400d26


Ignore:
Timestamp:
02/11/2015 01:58:33 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
fa58dc7
Parents:
8dc47f9
Message:

Update to postfix-3.0.0.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15489 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r8dc47f9 rb400d26  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "10">                   <!-- Always 2 digits -->
     3<!ENTITY day          "11">                   <!-- Always 2 digits -->
    44<!ENTITY month        "02">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "February 10th, &year;">
     9<!ENTITY releasedate  "February 11th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r8dc47f9 rb400d26  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>February 11th, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to postfix-3.0.0. Fixes
     52          <ulink url="&blfs-ticket-root;6134">#6134</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
    4656
    4757    <listitem>
  • packages.ent

    r8dc47f9 rb400d26  
    406406
    407407<!ENTITY exim-version                 "4.85">
    408 <!ENTITY postfix-version              "2.11.3">
     408<!ENTITY postfix-version              "3.0.0">
    409409<!ENTITY sendmail-version             "8.15.1">
    410410
  • server/mail/postfix.xml

    r8dc47f9 rb400d26  
    88  <!ENTITY postfix-download-ftp
    99           "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-&postfix-version;.tar.gz">
    10   <!ENTITY postfix-md5sum        "c3f0f51d8865559b40e9350eb3816011">
    11   <!ENTITY postfix-size          "3.9 MB">
    12   <!ENTITY postfix-buildsize     "140 MB">
     10  <!ENTITY postfix-md5sum        "a4a83f8d729f31c803bf9c2277701d56">
     11  <!ENTITY postfix-size          "4.1 MB">
     12  <!ENTITY postfix-buildsize     "159 MB">
    1313  <!ENTITY postfix-time          "0.4 SBU">
    1414]>
     
    131131
    132132      <para>
    133         Run the following command to enable <application>Postfix</application>
    134         to compile against the current version of
    135         <application>BerkeleyDB</application>:
    136       </para>
    137 
    138 <screen><userinput>sed -i "s/DB_VERSION_MAJOR == 5/DB_VERSION_MAJOR >= 5/" src/util/dict_db.c</userinput></screen>
    139 
    140       <para>
    141133        The README files are formatted to be read with a pager like
    142134        <application>Less</application> or <application>More</application>.
    143         If you want to read them in a text editor, make them legible with a sed:
     135        If you want to use a text editor, make them legible with the
     136        following sed:
    144137      </para>
    145138
Note: See TracChangeset for help on using the changeset viewer.