Changeset 14dc396e for server/mail/dovecot.xml
- Timestamp:
- 10/29/2021 06:26:46 PM (3 years ago)
- Branches:
- 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 1ee750e
- Parents:
- 59f6a1f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/mail/dovecot.xml
r59f6a1f r14dc396e 8 8 "https://www.dovecot.org/releases/&dovecot-major;.&dovecot-minor;/dovecot-&dovecot-version;.tar.gz"> 9 9 <!ENTITY dovecot-download-ftp " "> 10 <!ENTITY dovecot-md5sum " 946dc6a89db0d11d0061f0d4447263dc">11 <!ENTITY dovecot-size "7. 3MB">12 <!ENTITY dovecot-buildsize "20 5MB">10 <!ENTITY dovecot-md5sum "b9e928ebba1e7a523ab5616025c9f245"> 11 <!ENTITY dovecot-size "7.4 MB"> 12 <!ENTITY dovecot-buildsize "207 MB"> 13 13 <!ENTITY dovecot-time "4.8 SBU"> 14 14 ]> … … 70 70 <para> 71 71 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"/>82 72 </para> 83 73 </listitem> … … 133 123 134 124 <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>142 125 Install <application>Dovecot</application> by running the following 143 126 commands: … … 149 132 --sysconfdir=/etc \ 150 133 --localstatedir=/var \ 134 --with-systemd=no \ 151 135 --docdir=/usr/share/doc/dovecot-&dovecot-version; \ 152 136 --disable-static &&
Note:
See TracChangeset
for help on using the changeset viewer.