Changeset 14dc396e


Ignore:
Timestamp:
10/29/2021 06:26:46 PM (2 years ago)
Author:
Tim Tassonis <stuff@…>
Branches:
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:
1ee750e
Parents:
59f6a1f
Message:

Update to dovecot-2.3.17.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r59f6a1f r14dc396e  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[timtas] - Update to dovecot-2.3.17. Fixes
     49          <ulink url="&blfs-ticket-root;15712">#15712</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[renodr] - Update to poppler-21.10.0. Fixes
    4953          <ulink url="&blfs-ticket-root;15635">#15635</ulink>.</para>
  • packages.ent

    r59f6a1f r14dc396e  
    670670<!ENTITY dovecot-major                "2">
    671671<!ENTITY dovecot-minor                "3">
    672 <!ENTITY dovecot-micro                "16">
     672<!ENTITY dovecot-micro                "17">
    673673<!--<!ENTITY dovecot-nano                 "3">-->
    674674<!--<!ENTITY dovecot-version              "&dovecot-major;.&dovecot-minor;.&dovecot-micro;.&dovecot-nano;">-->
  • server/mail/dovecot.xml

    r59f6a1f r14dc396e  
    88  "https://www.dovecot.org/releases/&dovecot-major;.&dovecot-minor;/dovecot-&dovecot-version;.tar.gz">
    99  <!ENTITY dovecot-download-ftp  " ">
    10   <!ENTITY dovecot-md5sum        "946dc6a89db0d11d0061f0d4447263dc">
    11   <!ENTITY dovecot-size          "7.3 MB">
    12   <!ENTITY dovecot-buildsize     "205 MB">
     10  <!ENTITY dovecot-md5sum        "b9e928ebba1e7a523ab5616025c9f245">
     11  <!ENTITY dovecot-size          "7.4 MB">
     12  <!ENTITY dovecot-buildsize     "207 MB">
    1313  <!ENTITY dovecot-time          "4.8 SBU">
    1414]>
     
    7070        <para>
    7171          Estimated build time: &dovecot-time;
    72         </para>
    73       </listitem>
    74     </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"/>
    8272        </para>
    8373      </listitem>
     
    133123
    134124    <para>
    135       First, apply a patch to fix compilation with Lua-5.4:
    136     </para>
    137 
    138 <screen><userinput remap="pre">patch -Np1 -i ../dovecot-&dovecot-version;-lua_fixes-1.patch</userinput></screen>
    139 
    140 
    141     <para>
    142125      Install <application>Dovecot</application> by running the following
    143126      commands:
     
    149132            --sysconfdir=/etc                      \
    150133            --localstatedir=/var                   \
     134            --with-systemd=no                      \
    151135            --docdir=/usr/share/doc/dovecot-&dovecot-version; \
    152136            --disable-static &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.