Changeset 3acd0b1


Ignore:
Timestamp:
10/17/2014 04:09:53 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 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, krejzi/svn, lazarus, lxqt, nosym, 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:
e909f17
Parents:
43e6381c
Message:

Update to dovecot-2.2.14.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r43e6381c r3acd0b1  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[fernando] - Update to dovecot-2.2.14.  Fixes
     52          <ulink url="&blfs-ticket-root;5673">#5673</ulink>.</para>
     53        </listitem>
     54        <listitem>
    5155          <para>[fernando] - Update to libxml2-2.9.2.  Fixes
    5256          <ulink url="&blfs-ticket-root;5697">#5697</ulink>.</para>
  • packages.ent

    r43e6381c r3acd0b1  
    402402<!ENTITY dovecot-major                "2">
    403403<!ENTITY dovecot-minor                "2">
    404 <!ENTITY dovecot-micro                "13">
     404<!ENTITY dovecot-micro                "14">
    405405<!ENTITY dovecot-version              "&dovecot-major;.&dovecot-minor;.&dovecot-micro;">
    406406
  • server/mail/dovecot.xml

    r43e6381c r3acd0b1  
    88  "http://www.dovecot.org/releases/&dovecot-major;.&dovecot-minor;/dovecot-&dovecot-version;.tar.gz">
    99  <!ENTITY dovecot-download-ftp  " ">
    10   <!ENTITY dovecot-md5sum        "a3eb1c0b1822c4f2b0fe9247776baa71">
    11   <!ENTITY dovecot-size          "4.4 MB">
    12   <!ENTITY dovecot-buildsize     "203 MB">
    13   <!ENTITY dovecot-time          "1.6 SBU">
     10  <!ENTITY dovecot-md5sum        "03315255920ee1c4b11039945246a8af">
     11  <!ENTITY dovecot-size          "4.6 MB">
     12  <!ENTITY dovecot-buildsize     "164 MB">
     13  <!ENTITY dovecot-time          "1.4 SBU (additional 0.4 SBU for the tests)">
    1414]>
    1515
     
    7979    <bridgehead renderas="sect4">Optional</bridgehead>
    8080    <para role="optional">
     81      <xref linkend="clucene"/>,
    8182      <xref linkend="libcap-pam"/>,
     83      <xref linkend="linux-pam"/>,
     84      <xref linkend="mariadb"/> or <ulink url="http://www.mysql.com/">MySQL</ulink>,
     85      <xref linkend="mitkrb"/> (for GSSAPI support),
     86      <xref linkend="openldap"/>,
    8287      <xref linkend="openssl"/>,
    83       <xref linkend="mitkrb"/> (for GSSAPI support),
    84       <xref linkend="linux-pam"/>,
    85       <xref linkend="openldap"/>,
    8688      <xref linkend="postgresql"/>,
    87       <xref linkend="mariadb"/> or <ulink url="http://www.mysql.com/">MySQL</ulink>,
    8889      <xref linkend="sqlite"/>, and
    89       <xref linkend="clucene"/>
     90      <xref linkend="valgrind"/>
    9091    </para>
    9192
     
    123124make</userinput></screen>
    124125
    125     <para>To test the results, issue <command>make check</command>.</para>
     126    <para>To test the results, issue <command>make -k check</command>. One test
     127    fails for unknown reason</para>
    126128
    127129    <para>
Note: See TracChangeset for help on using the changeset viewer.