Changeset a7cd6c6


Ignore:
Timestamp:
06/26/2021 02:14:03 AM (3 years ago)
Author:
Tim Tassonis <stuff@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
26a5c21
Parents:
34c29696
Message:

Update to dovecot-2.3.15.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r34c29696 ra7cd6c6  
    4242    </listitem>
    4343    -->
     44    <listitem>
     45      <para>June 26th, 2021</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[timtas] - Update to dovecot-2.3.15. Fixes
     49          <ulink url="&blfs-ticket-root;15208">#15208</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
    4453
    4554    <listitem>
  • packages.ent

    r34c29696 ra7cd6c6  
    663663<!ENTITY dovecot-major                "2">
    664664<!ENTITY dovecot-minor                "3">
    665 <!ENTITY dovecot-micro                "14">
     665<!ENTITY dovecot-micro                "15">
    666666<!--<!ENTITY dovecot-nano                 "3">-->
    667667<!--<!ENTITY dovecot-version              "&dovecot-major;.&dovecot-minor;.&dovecot-micro;.&dovecot-nano;">-->
  • server/mail/dovecot.xml

    r34c29696 ra7cd6c6  
    88  "https://www.dovecot.org/releases/&dovecot-major;.&dovecot-minor;/dovecot-&dovecot-version;.tar.gz">
    99  <!ENTITY dovecot-download-ftp  " ">
    10   <!ENTITY dovecot-md5sum        "2f03532cec3280ae45a101a7a55ccef5">
    11   <!ENTITY dovecot-size          "7.2 MB">
    12   <!ENTITY dovecot-buildsize     "200 MB">
     10  <!ENTITY dovecot-md5sum        "82ad748dcff95c22235261953d3390fa">
     11  <!ENTITY dovecot-size          "7.3 MB">
     12  <!ENTITY dovecot-buildsize     "202 MB">
    1313  <!ENTITY dovecot-time          "4.8 SBU">
    1414]>
     
    7373      </listitem>
    7474    </itemizedlist>
     75
     76    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     77    <itemizedlist spacing="compact">
     78      <listitem>
     79        <para>
     80          Required patch:
     81          <ulink url="&patch-root;/dovecot-&dovecot-version;-lua_fixes-1.patch"/>
     82        </para>
     83      </listitem>
     84    </itemizedlist>
     85
    7586
    7687    <bridgehead renderas="sect3">Dovecot Dependencies</bridgehead>
     
    122133
    123134    <para>
    124       First, adapt the Lua plugin to Lua-5.4:
    125     </para>
    126 
    127 <screen><userinput remap="pre">sed -i 's/lua_newuserdata/lua_newuserdatauv/' src/lib-lua/dlua-dovecot.c</userinput></screen>
     135      First, apply a patch to fix compilation wit Lua-5.4:
     136    </para>
     137
     138<screen><userinput remap="pre">patch -Np1 -i ../dovecot-&dovecot-version;-lua_fixes-1.patch</userinput></screen>
     139
    128140
    129141    <para>
Note: See TracChangeset for help on using the changeset viewer.