Changes in / [8d9de85:e005f99c]


Ignore:
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r8d9de85 re005f99c  
    4141    </listitem>
    4242    -->
    43    
    4443   <listitem>
    4544     <para>April 30th, 2021</para>
     
    4948         <ulink url="&blfs-ticket-root;14954">#14954</ulink>.</para>
    5049       </listitem>
    51      </itemizedlist>
    52    </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>
    5356
    5457   <listitem>
  • multimedia/libdriv/pulseaudio.xml

    r8d9de85 re005f99c  
    9797      <xref linkend="avahi"/>,
    9898      <xref linkend="bluez"/>,
     99      <xref linkend="doxygen"/> (for documentation),
    99100      <xref linkend="fftw"/>,
    100101      <xref linkend="GConf"/>,
     
    121122  <sect2 role="installation">
    122123    <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>
    123131
    124132    <para>
  • packages.ent

    r8d9de85 re005f99c  
    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

    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.