Changeset 58a955c


Ignore:
Timestamp:
05/05/2021 02:50:24 AM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
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:
5a0148f
Parents:
33b043b
Message:

Fix the Dovecot plugin for Lua

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r33b043b r58a955c  
    4444     <para>May 3rd, 2021</para>
    4545     <itemizedlist>
     46       <listitem>
     47         <para>[renodr] - Adapt the Dovecot Lua plugin to Lua-5.4. Fixes
     48         <ulink url="&blfs-ticket-root;14997">#14977</ulink>.</para>
     49       </listitem>
    4650       <listitem>
    4751         <para>[renodr] - Update to vala-0.52.3. Fixes
  • server/mail/dovecot.xml

    r33b043b r58a955c  
    121121        -g dovenull -s /bin/false dovenull</userinput></screen>
    122122
    123 <!--
    124123    <para>
    125124      First, adapt the Lua plugin to Lua-5.4:
     
    127126
    128127<screen><userinput remap="pre">sed -i 's/lua_newuserdata/lua_newuserdatauv/' src/lib-lua/dlua-dovecot.c</userinput></screen>
    129 -->
    130128
    131129    <para>
Note: See TracChangeset for help on using the changeset viewer.