Changeset f9f13ae


Ignore:
Timestamp:
05/15/2015 10:59:23 PM (9 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.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, 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:
5fc3250
Parents:
0b657dc
Message:

Update to dovecot-2.2.18.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/prog/git.xml

    r0b657dc rf9f13ae  
    117117    <para role="optional">
    118118      <xref linkend="pcre"/>,
    119       <xref linkend="subversion"/> with Perl bindings (for <command>git svn</command>), and
     119      <xref linkend="subversion"/> with Perl bindings (for <command>git svn</command>),
    120120      <xref linkend="tk"/> (gitk, a simple <application>Git</application>
    121       repository viewer, uses <application>Tk</application> at runtime)
     121      repository viewer, uses <application>Tk</application> at runtime), and
     122      <xref linkend="valgrind"/>
    122123    </para>
    123124
  • introduction/welcome/changelog.xml

    r0b657dc rf9f13ae  
    4848      <para>May 15th, 2015</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to dovecot-2.2.18. Fixes
     52          <ulink url="&blfs-ticket-root;6505">#6505</ulink>.</para>
     53        </listitem>
    5054        <listitem>
    5155          <para>[fernando] - Update to php-5.6.9. Fixes
  • packages.ent

    r0b657dc rf9f13ae  
    409409<!ENTITY dovecot-major                "2">
    410410<!ENTITY dovecot-minor                "2">
    411 <!ENTITY dovecot-micro                "16">
     411<!ENTITY dovecot-micro                "18">
    412412<!ENTITY dovecot-version              "&dovecot-major;.&dovecot-minor;.&dovecot-micro;">
    413413
  • server/mail/dovecot.xml

    r0b657dc rf9f13ae  
    88  "http://www.dovecot.org/releases/&dovecot-major;.&dovecot-minor;/dovecot-&dovecot-version;.tar.gz">
    99  <!ENTITY dovecot-download-ftp  " ">
    10   <!ENTITY dovecot-md5sum        "8dba21e817b4239e462d98a925233418">
    11   <!ENTITY dovecot-size          "4.6 MB">
    12   <!ENTITY dovecot-buildsize     "235 MB">
    13   <!ENTITY dovecot-time          "1.4 SBU (additional 0.5 SBU for the tests)">
     10  <!ENTITY dovecot-md5sum        "1e42eb3b69544c447ad882d7858f3630">
     11  <!ENTITY dovecot-size          "4.9 MB">
     12  <!ENTITY dovecot-buildsize     "257 MB (additional 14 MB for the tests)">
     13  <!ENTITY dovecot-time          "1.3 SBU (additional 0.4 SBU for the tests)">
    1414]>
    1515
     
    3939    </para>
    4040
    41     &lfs77_checked; &gcc5_checked;
     41    &lfs77_built; &gcc5_built;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7474      </listitem>
    7575    </itemizedlist>
    76 
     76<!--
    7777    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7878    <itemizedlist spacing='compact'>
     
    8282        </para>
    8383      </listitem>
    84     </itemizedlist>
     84    </itemizedlist>-->
    8585
    8686    <bridgehead renderas="sect3">Dovecot Dependencies</bridgehead>
     
    8989    <para role="optional">
    9090      <xref linkend="clucene"/>,
     91      <xref linkend="icu"/>,
    9192      <xref linkend="libcap-pam"/>,
    9293      <xref linkend="linux-pam"/>,
     
    9697      <xref linkend="openssl"/>,
    9798      <xref linkend="postgresql"/>,
    98       <xref linkend="sqlite"/>, and
    99       <xref linkend="valgrind"/>
     99      <xref linkend="sqlite"/>,
     100      <xref linkend="valgrind"/>,
     101      <ulink url="https://cassandra.apache.org/">Cassandra</ulink>,
     102      <ulink url="https://github.com/Cyan4973/lz4">lz4</ulink>, and
     103      <ulink url="https://github.com/shibukawa/snowball_py">stemmer</ulink>
    100104    </para>
    101105
     
    126130    </para>
    127131
    128 <screen><userinput>patch -Np1 -i ../dovecot-&dovecot-version;-CVE_2015_3420-1.patch &amp;&amp;
    129 ./configure --prefix=/usr \
     132<screen><userinput>./configure --prefix=/usr \
    130133            --sysconfdir=/etc \
    131134            --localstatedir=/var \
     
    284287        <seg>
    285288          /etc/dovecot,
    286           /usr/include/dovecot,
    287           /usr/lib/dovecot,
    288           /usr/libexec/dovecot, and
     289          /usr/{include,lib,libexec,share}/dovecot and
    289290          /usr/share/doc/dovecot-&dovecot-version;
    290291        </seg>
Note: See TracChangeset for help on using the changeset viewer.