Changeset b400d26 for server


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.