Changeset 2cd4158 for server/mail


Ignore:
Timestamp:
08/27/2018 09:56:52 AM (6 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
da0ec4ec
Parents:
b96dc68
Message:

Upgrade dovecot-2.3.2.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/mail/dovecot.xml

    rb96dc68 r2cd4158  
    88  "https://www.dovecot.org/releases/&dovecot-major;.&dovecot-minor;/dovecot-&dovecot-version;.tar.gz">
    99  <!ENTITY dovecot-download-ftp  " ">
    10   <!ENTITY dovecot-md5sum        "e4566e50c9f1e5ee7d3c5c734a83ccf7">
     10  <!ENTITY dovecot-md5sum        "77a7fa95b38bd6686e6191b2b3f2b87b">
    1111  <!ENTITY dovecot-size          "6.5 MB">
    1212  <!ENTITY dovecot-buildsize     "158 MB (add 6.8 MB for tests)">
     
    3939    </para>
    4040
    41     &lfs82_checked;
     41    &lfs83_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    122122
    123123    <para>
     124      First, fix an issue causing a segfault in the test suite by
     125      applying a sed:
     126    </para>
     127
     128<screen><userinput>sed -e "s;#include &lt;unistd.h&gt;;&amp;\n#include &lt;crypt.h&gt;;" \
     129    -i src/auth/mycrypt.c</userinput></screen>
     130
     131    <para>
    124132      Install <application>Dovecot</application> by running the following
    125133      commands:
    126134    </para>
    127135
    128 <screen revision="sysv"><userinput>CFLAGS+="-I/usr/include/tirpc" \
    129 LDFLAGS+="-ltirpc" \
     136<screen revision="sysv"><userinput>CFLAGS+=" -I/usr/include/tirpc" \
     137LDFLAGS+=" -ltirpc" \
    130138./configure --prefix=/usr                          \
    131139            --sysconfdir=/etc                      \
     
    135143make</userinput></screen>
    136144
    137 <screen revision="systemd"><userinput>CFLAGS+="-I/usr/include/tirpc" \
    138 LDFLAGS+="-ltirpc" \
     145<screen revision="systemd"><userinput>CFLAGS+=" -I/usr/include/tirpc" \
     146LDFLAGS+=" -ltirpc" \
    139147./configure --prefix=/usr                          \
    140148            --sysconfdir=/etc                      \
Note: See TracChangeset for help on using the changeset viewer.