Changeset 2e8afa9


Ignore:
Timestamp:
01/20/2014 06:26:43 AM (10 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
3e4b0b2
Parents:
d85e571
Message:

Update to postfix-2.11.0.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rd85e571 r2e8afa9  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "19">                   <!-- Always 2 digits -->
     3<!ENTITY day          "20">                   <!-- Always 2 digits -->
    44<!ENTITY month        "01">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "January 19th, &year;">
     9<!ENTITY releasedate  "January 20th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    494494
    495495<!ENTITY exim-version                 "4.82">
    496 <!ENTITY postfix-version              "2.10.2">
     496<!ENTITY postfix-version              "2.11.0">
    497497<!ENTITY qpopper-version              "4.1.0">
    498498<!ENTITY sendmail-version             "8.14.7">
  • introduction/welcome/changelog.xml

    rd85e571 r2e8afa9  
    4545-->
    4646    <listitem>
     47      <para>January 20th, 2014</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[igor] - Update to postfix-2.11.0. Fixes
     51          <ulink url="&blfs-ticket-root;4585">#4585</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4757      <para>January 19th, 2014</para>
    4858      <itemizedlist>
  • server/mail/postfix.xml

    rd85e571 r2e8afa9  
    88  <!ENTITY postfix-download-ftp
    99           "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-&postfix-version;.tar.gz">
    10   <!ENTITY postfix-md5sum        "109e753aecafe487207b425dd46e6ee9">
    11   <!ENTITY postfix-size          "3.7 MB">
    12   <!ENTITY postfix-buildsize     "154 MB">
     10  <!ENTITY postfix-md5sum        "25fe7dd05f81cc0755131beecee046fd">
     11  <!ENTITY postfix-size          "3.9 MB">
     12  <!ENTITY postfix-buildsize     "170 MB">
    1313  <!ENTITY postfix-time          "0.4 SBU">
    1414]>
     
    284284    </para>
    285285
     286<!-- dev note: sh postfix-install -non-interactiv install_root=<DESTDIR> ... -->
     287
    286288<screen role="root"><userinput>sh postfix-install -non-interactive \
    287289   daemon_directory=/usr/lib/postfix \
     
    438440      <seglistitem>
    439441        <seg>
    440           mailq, newaliases, postaliases, postcat, postconf, postdrop, postfix,
     442          mailq, newaliases, postalias, postcat, postconf, postdrop, postfix,
    441443          postkick, postlock, postlog, postmap, postmulti, postqueue, postsuper,
    442444          and sendmail
     
    484486      </varlistentry>
    485487
    486       <varlistentry id="postaliases">
    487         <term><command>postaliases</command></term>
     488      <varlistentry id="postalias">
     489        <term><command>postalias</command></term>
    488490        <listitem>
    489491          <para>
     
    491493            maintenance
    492494          </para>
    493           <indexterm zone="postfix postaliases">
    494             <primary sortas="b-postaliases">postaliases</primary>
     495          <indexterm zone="postfix postalias">
     496            <primary sortas="b-postalias">postalias</primary>
    495497          </indexterm>
    496498        </listitem>
Note: See TracChangeset for help on using the changeset viewer.