Changeset 2e1c4ef
- Timestamp:
- 04/30/2021 05:15:03 PM (2 years ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- efa50b8
- Parents:
- eb1d2c6
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
reb1d2c6 r2e1c4ef 41 41 </listitem> 42 42 --> 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> 44 52 <listitem> 45 53 <para>April 29th, 2021</para> -
packages.ent
reb1d2c6 r2e1c4ef 655 655 <!-- Part V --> 656 656 <!-- Chapter 20 --> 657 <!ENTITY apache-version "2.4.4 6">657 <!ENTITY apache-version "2.4.47"> 658 658 <!ENTITY proftpd-version "1.3.7a"> 659 659 <!ENTITY vsftpd-version "3.0.3"> -
server/major/apache.xml
reb1d2c6 r2e1c4ef 8 8 "https://archive.apache.org/dist/httpd/httpd-&apache-version;.tar.bz2"> 9 9 <!ENTITY apache-download-ftp " "> 10 <!ENTITY apache-md5sum " 7d661ea5e736dac5e2761d9f49fe8361">10 <!ENTITY apache-md5sum "a7b999d501b746201ff1379477701522"> 11 11 <!ENTITY apache-size "6.9 MB"> 12 12 <!ENTITY apache-buildsize "130 MB"> … … 129 129 useradd -c "Apache Server" -d /srv/www -g apache \ 130 130 -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>137 131 138 132 <para>
Note:
See TracChangeset
for help on using the changeset viewer.