Ignore:
Timestamp:
04/30/2021 07:41:33 PM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
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:
f45ae67
Parents:
8d9de85 (diff), efa50b8 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Upgrade nano-5.7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/major/apache.xml

    r8d9de85 re005f99c  
    88           "https://archive.apache.org/dist/httpd/httpd-&apache-version;.tar.bz2">
    99  <!ENTITY apache-download-ftp  " ">
    10   <!ENTITY apache-md5sum        "7d661ea5e736dac5e2761d9f49fe8361">
     10  <!ENTITY apache-md5sum        "a7b999d501b746201ff1379477701522">
    1111  <!ENTITY apache-size          "6.9 MB">
    1212  <!ENTITY apache-buildsize     "130 MB">
     
    129129useradd -c "Apache Server" -d /srv/www -g apache \
    130130        -s /bin/false -u 25 apache</userinput></screen>
    131 
    132     <para>
    133       Adapt the Lua module to API changes in Lua-5.4:
    134     </para>
    135 
    136 <screen><userinput remap="pre">sed -i 's/lua_resume(a, NULL, b)/lua_resume(a, NULL, b, NULL)/' modules/lua/mod_lua.h</userinput></screen>
    137131
    138132    <para>
Note: See TracChangeset for help on using the changeset viewer.