Changeset 22a8219 for server


Ignore:
Timestamp:
08/12/2020 07:54:03 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 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:
644e02f
Parents:
bc27324
Message:

Update to dovecot-2.3.11.3, and adapt to Lua-5.4
Update to gnome-desktop-3.36.5
Update to mutter-3.36.5
Update to gnome-shell-3.36.5
Update to gnome-shell-extensions-3.36.3

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/mail/dovecot.xml

    rbc27324 r22a8219  
    88  "https://www.dovecot.org/releases/&dovecot-major;.&dovecot-minor;/dovecot-&dovecot-version;.tar.gz">
    99  <!ENTITY dovecot-download-ftp  " ">
    10   <!ENTITY dovecot-md5sum        "dfa416e58dd7132264847c59957b519c">
    11   <!ENTITY dovecot-size          "6.9 MB">
    12   <!ENTITY dovecot-buildsize     "215 MB">
    13   <!ENTITY dovecot-time          "7.9 SBU">
     10  <!ENTITY dovecot-md5sum        "f06f2272fad04e7b0207f8d00a291f66">
     11  <!ENTITY dovecot-size          "7.0 MB">
     12  <!ENTITY dovecot-buildsize     "222 MB">
     13  <!ENTITY dovecot-time          "8.8 SBU">
    1414]>
    1515
     
    122122        -g dovenull -s /bin/false dovenull</userinput></screen>
    123123
    124 <!-- This seems to no longer be needed with 2.3.10.1.
    125     <para>
    126       First, fix an issue causing a segfault in the test suite by
    127       applying a sed:
    128     </para>
    129 
    130 <screen><userinput>sed -e "s;#include &lt;unistd.h&gt;;&amp;\n#include &lt;crypt.h&gt;;" \
    131     -i src/auth/mycrypt.c</userinput></screen>
    132 -->
     124    <para>
     125      First, adapt the Lua plugin to Lua-5.4:
     126    </para>
     127
     128<screen><userinput remap="pre">sed -i 's/lua_newuserdata/lua_newuserdatauv/' src/lib-lua/dlua-dovecot.c</userinput></screen>
    133129
    134130    <para>
     
    157153
    158154    <para>
    159        To test the results, issue <command>make -k check</command>. <!-- An error
     155      To test the results, issue <command>make -k check</command>. <!-- An error
    160156      may be reported if <xref linkend="valgrind"/> is present when running
    161157      the test.-->
     
    194190    <para>
    195191      <option>--with-pgsql</option>: This switch enables
    196       <application>PostgreSQL</application> authentication support.
     192      <application>PostgreSQL</application> database support.
    197193    </para>
    198194
    199195    <para>
    200196      <option>--with-mysql</option>: This switch enables
    201       <application>MySQL</application> authentication support.
     197      <application>MySQL</application> database support.
    202198    </para>
    203199
    204200    <para>
    205201      <option>--with-sqlite</option>: This switch enables
    206       <application>SQLite</application> authentication support.
     202      <application>SQLite</application> database support.
    207203    </para>
    208204
Note: See TracChangeset for help on using the changeset viewer.