Changes in / [e005f99c:8d9de85]


Ignore:
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    re005f99c r8d9de85  
    4141    </listitem>
    4242    -->
     43   
    4344   <listitem>
    4445     <para>April 30th, 2021</para>
     
    4849         <ulink url="&blfs-ticket-root;14954">#14954</ulink>.</para>
    4950       </listitem>
    50        <listitem>
    51          <para>[timtas] - Update to httpd-2.4.47. Fixes
    52          <ulink url="&blfs-ticket-root;14952">#14952</ulink>.</para>
    53        </listitem>
    54       </itemizedlist>
    55     </listitem>
     51     </itemizedlist>
     52   </listitem>
    5653
    5754   <listitem>
  • multimedia/libdriv/pulseaudio.xml

    re005f99c r8d9de85  
    9797      <xref linkend="avahi"/>,
    9898      <xref linkend="bluez"/>,
    99       <xref linkend="doxygen"/> (for documentation),
    10099      <xref linkend="fftw"/>,
    101100      <xref linkend="GConf"/>,
     
    122121  <sect2 role="installation">
    123122    <title>Installation of PulseAudio</title>
    124 
    125     <para>
    126       If <xref linkend="doxygen"/> is not installed, workaround a building
    127       issue because of the changes in meson-0.57.2:
    128     </para>
    129 
    130 <screen><userinput>sed '/doxygen/d' -i meson.build</userinput></screen>
    131123
    132124    <para>
  • packages.ent

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

    re005f99c r8d9de85  
    88           "https://archive.apache.org/dist/httpd/httpd-&apache-version;.tar.bz2">
    99  <!ENTITY apache-download-ftp  " ">
    10   <!ENTITY apache-md5sum        "a7b999d501b746201ff1379477701522">
     10  <!ENTITY apache-md5sum        "7d661ea5e736dac5e2761d9f49fe8361">
    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>
    131137
    132138    <para>
Note: See TracChangeset for help on using the changeset viewer.