Changeset e3d2ed3


Ignore:
Timestamp:
04/18/2023 06:04:26 PM (12 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
17eb807
Parents:
258b1c94
Message:

Update to postfix-3.8.0.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r258b1c94 re3d2ed3  
    4343     <itemizedlist>
    4444       <listitem>
     45         <para>[bdubbs] - Update to postfix-3.8.0. Fixes
     46         <ulink url="&blfs-ticket-root;17943">#17943</ulink>.</para>
     47       </listitem>
     48       <listitem>
    4549         <para>[bdubbs] - Update to graphviz-8.0.3. Fixes
    4650         <ulink url="&blfs-ticket-root;17942">#17942</ulink>.</para>
  • packages.ent

    r258b1c94 re3d2ed3  
    734734
    735735<!ENTITY exim-version                 "4.96">
    736 <!ENTITY postfix-version              "3.7.4">
     736<!ENTITY postfix-version              "3.8.0">
    737737<!ENTITY sendmail-version             "8.17.1">
    738738
  • server/mail/postfix.xml

    r258b1c94 re3d2ed3  
    1010  <!ENTITY postfix-download-http "https://ghostarchive.org/postfix/postfix-release/official/postfix-&postfix-version;.tar.gz">
    1111  <!ENTITY postfix-download-ftp  "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-&postfix-version;.tar.gz">
    12   <!ENTITY postfix-md5sum        "2442d1e53d58e61842d99fb5978fec4a">
     12  <!ENTITY postfix-md5sum        "73cce85d78a6bf0d5a0c326c23361ed1">
    1313  <!ENTITY postfix-size          "4.6 MB">
    14   <!ENTITY postfix-buildsize     "148 MB">
     14  <!ENTITY postfix-buildsize     "152 MB">
    1515  <!ENTITY postfix-time          "0.2 SBU (Using parallelism=4)">
    1616]>
     
    141141      <para>
    142142        The README files are formatted to be read with a pager like
    143         <application>Less</application> or <application>More</application>.
     143        <application>less</application> or <application>more</application>.
    144144        If you want to use a text editor, make them legible with the
    145145        following sed:
     
    147147
    148148<screen><userinput>sed -i 's/.\x08//g' README_FILES/*</userinput></screen>
    149 <!--
    150       <para>
    151         Make an adjustment to allow <application>Postfix</application> to compile
    152         on <application>Glibc-2.34</application> and later:
    153       </para>
    154 
    155 <screen><userinput>sed -i '/&lt;linux/i #define HAS_CLOSEFROM' src/util/sys_defs.h</userinput></screen>
    156 -->
    157       <para>
    158         The <filename>Makefile</filename> looks at the running kernel to
    159         decide how to set various things. It does not recognize Linux-6 and
    160         fails to make the definitions. After that is fixed, the build
    161         references the newly defined version in a header, which also breaks
    162         the build. Fix both of these with the following commands:
    163       </para>
    164 
    165 <!-- '&&' on a sed only fails if the file is not present,
    166     not if it changes nothing, but we seem to like it -->
    167 <screen><userinput>sed -i 's/Linux..345/&amp;6/' makedefs &amp;&amp;
    168 sed -i 's/LINUX2/LINUX6/' src/util/sys_defs.h</userinput></screen>
    169 
    170149
    171150      <para>
     
    191170        For more details read the readme files.
    192171      </para>
    193 <!-- We reverted to Berkeley DB-5.3.28 and that is handled
    194        <para>
    195          The current version of <xref linkend="db"/> is not recognised by a
    196          hard-coded test for known versions. To build with this version use the
    197          following sed:
    198       </para>
    199 
    200 <screen><userinput>sed -i 's/DB_VERSION_MAJOR == 6 .*||/DB_VERSION_MAJOR &gt; 4 ||/' \
    201   src/util/dict_db.c</userinput></screen>
    202 -->
     172
    203173      <sect4>
    204174        <title>Cyrus-SASL</title>
Note: See TracChangeset for help on using the changeset viewer.