Dovecot-2.2.32

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19166 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2017-08-31 20:35:17 +00:00
parent 02d9cc83ef
commit ba54f50a47
3 changed files with 13 additions and 12 deletions

View File

@ -45,6 +45,10 @@
<listitem>
<para>August 31st, 2017</para>
<itemizedlist>
<listitem>
<para>[pierre] - Update to Dovecot-2.2.32. Fixes
<ulink url="&blfs-ticket-root;9673">#9673</ulink>.</para>
</listitem>
<listitem>
<para>[pierre] - Update to Unbound-1.6.5. Fixes
<ulink url="&blfs-ticket-root;9656">#9656</ulink>.</para>

View File

@ -483,7 +483,7 @@
<!-- Chapter 21 -->
<!ENTITY dovecot-major "2">
<!ENTITY dovecot-minor "2">
<!ENTITY dovecot-micro "31">
<!ENTITY dovecot-micro "32">
<!ENTITY dovecot-version "&dovecot-major;.&dovecot-minor;.&dovecot-micro;">
<!ENTITY exim-version "4.89">

View File

@ -7,10 +7,10 @@
<!ENTITY dovecot-download-http
"https://www.dovecot.org/releases/&dovecot-major;.&dovecot-minor;/dovecot-&dovecot-version;.tar.gz">
<!ENTITY dovecot-download-ftp " ">
<!ENTITY dovecot-md5sum "2f93f07912a4ea91611b071dc9be4cd1">
<!ENTITY dovecot-size "5.7 MB">
<!ENTITY dovecot-buildsize "328 MB (add 66 MB for tests)">
<!ENTITY dovecot-time "2.0 SBU (add 1.3 SBU for tests)">
<!ENTITY dovecot-md5sum "534feae88700ddc704584e0fc8ee5bdc">
<!ENTITY dovecot-size "5.8 MB">
<!ENTITY dovecot-buildsize "147 MB (add 6 MB for tests)">
<!ENTITY dovecot-time "1.4 SBU (add 1.6 SBU for tests)">
]>
<sect1 id="dovecot" xreflabel="Dovecot-&dovecot-version;">
@ -145,13 +145,10 @@ LDFLAGS+="-ltirpc" \
make</userinput></screen>
<para>
To test the results, issue <command>make -k check</command>.
<!-- no errors with 2.2.30.2
Tests using
openssl fail when valgrind is present, because openssl increases entropy
by reading uninitialized variables. see <ulink
url="https://www.openssl.org/docs/faq.html#PROG14">openssl's FAQ</ulink>.
--> </para>
To test the results, issue <command>make -k check</command>. An error
may be reported if <xref linkend="valgrind"/> is present when running
the test.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user: