Changeset 201e34f for server


Ignore:
Timestamp:
12/09/2016 11:07:58 AM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
5f82ad58
Parents:
3a7f111
Message:

Thunderbird-45.5.1
Dovecot-2.2.27

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/mail/dovecot.xml

    r3a7f111 r201e34f  
    66
    77  <!ENTITY dovecot-download-http
    8   "http://www.dovecot.org/releases/&dovecot-major;.&dovecot-minor;/dovecot-&dovecot-version;.tar.gz">
     8  "https://www.dovecot.org/releases/&dovecot-major;.&dovecot-minor;/dovecot-&dovecot-version;.tar.gz">
    99  <!ENTITY dovecot-download-ftp  " ">
    10   <!ENTITY dovecot-md5sum        "85bc42328de41d1eb8d6d3f1db666db8">
    11   <!ENTITY dovecot-size          "5.4 MB">
    12   <!ENTITY dovecot-buildsize     "286 MB (with tests)">
    13   <!ENTITY dovecot-time          "2.1 SBU (with tests)">
     10  <!ENTITY dovecot-md5sum        "20133518f5bc0e64dd07ce55b83df2fb">
     11  <!ENTITY dovecot-size          "5.5 MB">
     12  <!ENTITY dovecot-buildsize     "294 MB (add 16 MB for tests)">
     13  <!ENTITY dovecot-time          "1.8 SBU (add 1 SBU for tests)">
    1414]>
    1515
     
    136136make</userinput></screen>
    137137
    138     <para>To test the results, issue <command>make -k check</command>. One test
    139     fails for unknown reason</para>
     138    <para>
     139      To test the results, issue <command>make -k check</command>. Tests using
     140      openssl fail when valgrind is present, because openssl increases entropy
     141      by reading uninitialized variables. see <ulink
     142      url="https://www.openssl.org/docs/faq.html#PROG14">openssl's FAQ</ulink>.
     143    </para>
    140144
    141145    <para>
Note: See TracChangeset for help on using the changeset viewer.