Changeset 2e1c4ef


Ignore:
Timestamp:
04/30/2021 05:15:03 PM (3 years ago)
Author:
Tim Tassonis <stuff@…>
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:
efa50b8
Parents:
eb1d2c6
Message:

Update to httpd-2.4.47.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    reb1d2c6 r2e1c4ef  
    4141    </listitem>
    4242    -->
    43    
     43   <listitem>
     44     <para>April 30th, 2021</para>
     45     <itemizedlist>
     46       <listitem>
     47         <para>[timtas] - Update to httpd-2.4.47. Fixes
     48         <ulink url="&blfs-ticket-root;14952">#14952</ulink>.</para>
     49       </listitem>
     50      </itemizedlist>
     51    </listitem>
    4452   <listitem>
    4553     <para>April 29th, 2021</para>
  • packages.ent

    reb1d2c6 r2e1c4ef  
    655655<!-- Part V -->
    656656<!-- Chapter 20 -->
    657 <!ENTITY apache-version               "2.4.46">
     657<!ENTITY apache-version               "2.4.47">
    658658<!ENTITY proftpd-version              "1.3.7a">
    659659<!ENTITY vsftpd-version               "3.0.3">
  • server/major/apache.xml

    reb1d2c6 r2e1c4ef  
    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.