Changeset d381c908


Ignore:
Timestamp:
11/17/2021 11:28:40 PM (2 years ago)
Author:
Ken Moffat <ken@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
0318335
Parents:
4f35d45
Message:

Update to postfix-3.6.3.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r4f35d45 rd381c908  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[ken] - Update to postfix-3.6.3 and ensure -DNO_NIS is used.
     49          Fixes <ulink url="&blfs-ticket-root;15735">#15735</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[xry111] - Add back ntfs-3g because the utilities in it
    4953          is still useful.  Mention the new in-kernel NTFS implementation
  • packages.ent

    r4f35d45 rd381c908  
    676676
    677677<!ENTITY exim-version                 "4.95">
    678 <!ENTITY postfix-version              "3.6.2">
     678<!ENTITY postfix-version              "3.6.3">
    679679<!ENTITY sendmail-version             "8.17.1">
    680680
  • server/mail/postfix.xml

    r4f35d45 rd381c908  
    55  %general-entities;
    66
    7   <!ENTITY postfix-download-http " ">
     7  <!-- editors: upstream postfix is ftp only, some of the mirrors offer
     8  https - http://www.porcupine.org/mirmon/postfix-source.html lists the
     9  mirror status, some of the mirrors shown as http are actually https -->
     10  <!ENTITY postfix-download-http "https://ghostarchive.org/postfix/postfix-release/official/postfix-&postfix-version;.tar.gz">
    811  <!ENTITY postfix-download-ftp  "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-&postfix-version;.tar.gz">
    9   <!ENTITY postfix-md5sum        "4718b498fa4285cf275f506c169f4746">
    10   <!ENTITY postfix-size          "4.5 MB">
    11   <!ENTITY postfix-buildsize     "149 MB">
     12  <!ENTITY postfix-md5sum        "793f9f4abf74d07a2557bd97a903b98d">
     13  <!ENTITY postfix-size          "4.6 MB">
     14  <!ENTITY postfix-buildsize     "202 MB"> <!-- 149M build, 54M install_root -->
    1215  <!ENTITY postfix-time          "0.2 SBU (Using parallelism=4)">
    1316]>
     
    166169      </para>
    167170
     171      <note>
     172        <para>
     173          For all variants of the CCARGS you should ensure that -DNO_NIS is
     174          specified so that the build does not attempt to access an rpcsvc header
     175          which does not exist in BLFS.
     176        </para>
     177      </note>
     178
    168179      <para>
    169180        For more details read the readme files.
     
    187198        </para>
    188199
    189 <screen><literal>CCARGS='-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl'
     200<screen><literal>CCARGS='-DNO_NIS -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl'
    190201AUXLIBS='-lsasl2'</literal></screen>
    191202
     
    200211        </para>
    201212
    202 <screen><literal>CCARGS='-DHAS_LDAP'
     213<screen><literal>CCARGS='-DNO_NIS -DHAS_LDAP'
    203214AUXLIBS='-lldap -llber'</literal></screen>
    204215
     
    213224        </para>
    214225
    215 <screen><literal>CCARGS='-DHAS_SQLITE'
     226<screen><literal>CCARGS='-DNO_NIS -DHAS_SQLITE'
    216227AUXLIBS='-lsqlite3 -lpthread'</literal></screen>
    217228
     
    226237        </para>
    227238
    228 <screen><literal>CCARGS='-DHAS_MYSQL -I/usr/include/mysql'
     239<screen><literal>CCARGS='-DNO_NIS -DHAS_MYSQL -I/usr/include/mysql'
    229240AUXLIBS='-lmysqlclient -lz -lm'</literal></screen>
    230241
     
    239250        </para>
    240251
    241 <screen><literal>CCARGS='-DHAS_PGSQL -I/usr/include/postgresql'
     252<screen><literal>CCARGS='-DNO_NIS -DHAS_PGSQL -I/usr/include/postgresql'
    242253AUXLIBS='-lpq -lz -lm'</literal></screen>
    243254
     
    253264        </para>
    254265
    255 <screen><literal>CCARGS='-DHAS_CDB'
     266<screen><literal>CCARGS='-DNO_NIS -DHAS_CDB'
    256267AUXLIBS='<replaceable>&lt;/path/to/CDB&gt;</replaceable>/libcdb.a'</literal></screen>
    257268
     
    266277        </para>
    267278
    268 <screen><literal>CCARGS='-DUSE_TLS -I/usr/include/openssl/'
     279<screen><literal>CCARGS='-DNO_NIS -DUSE_TLS -I/usr/include/openssl/'
    269280AUXLIBS='-lssl -lcrypto'</literal></screen>
    270281      </sect4>
     
    276287
    277288      <para>
    278         If you have <application>Cyrus SASL</application> and
    279         <application>OpenSSL</application> installed, install
     289        If you have <application>Cyrus SASL</application> <!--and
     290         (openssl has been part of LFS for some time)
     291        <application>OpenSSL</application> installed,--> install
    280292        <application>Postfix</application> by running the following commands:
    281293      </para>
    282294
    283 <screen><userinput>make CCARGS="-DUSE_TLS -I/usr/include/openssl/                     \
     295<screen><userinput>make CCARGS="-DNO_NIS -DUSE_TLS -I/usr/include/openssl/            \
    284296             -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl" \
    285297     AUXLIBS="-lssl -lcrypto -lsasl2"                              \
Note: See TracChangeset for help on using the changeset viewer.