mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
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:
parent
02d9cc83ef
commit
ba54f50a47
@ -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>
|
||||
|
@ -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">
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user