Update to httpd-2.4.12.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15412 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Fernando de Oliveira 2015-01-28 18:08:35 +00:00
parent 6f4579f835
commit 18715a85d3
3 changed files with 13 additions and 9 deletions

View File

@ -47,6 +47,10 @@
<listitem>
<para>January 28th, 2015</para>
<itemizedlist>
<listitem>
<para>[fernando] - Update to httpd-2.4.12. Fixes
<ulink url="&blfs-ticket-root;6086">#6086</ulink>.</para>
</listitem>
<listitem>
<para>[fernando] - Update to mariadb-10.0.16. Fixes
<ulink url="&blfs-ticket-root;6087">#6087</ulink>.</para>

View File

@ -393,7 +393,7 @@
<!-- Part V -->
<!-- Chapter 20 -->
<!ENTITY apache-version "2.4.10">
<!ENTITY apache-version "2.4.12">
<!ENTITY proftpd-version "1.3.5">
<!ENTITY vsftpd-version "3.0.2">

View File

@ -5,12 +5,12 @@
%general-entities;
<!ENTITY apache-download-http
"http://archive.apache.org/dist/httpd/httpd-&apache-version;.tar.bz2">
"https://archive.apache.org/dist/httpd/httpd-&apache-version;.tar.bz2">
<!ENTITY apache-download-ftp " ">
<!ENTITY apache-md5sum "44543dff14a4ebc1e9e2d86780507156">
<!ENTITY apache-md5sum "b8dc8367a57a8d548a9b4ce16d264a13">
<!ENTITY apache-size "4.9 MB">
<!ENTITY apache-buildsize "94 MB">
<!ENTITY apache-time "0.7 SBU">
<!ENTITY apache-buildsize "93 MB">
<!ENTITY apache-time "0.8 SBU">
]>
<sect1 id="apache" xreflabel="Apache-&apache-version;">
@ -135,8 +135,8 @@ useradd -c "Apache Server" -d /srv/www -g apache \
<screen><userinput>patch -Np1 -i ../httpd-&apache-version;-blfs_layout-1.patch &amp;&amp;
sed -i 's/ldump_writer, &amp;b/&amp;, NULL/' modules/lua/mod_lua.c &amp;&amp;
sed '/dir.*CFG_PREFIX/s@^@#@' -i support/apxs.in &amp;&amp;
sed 's/ldump_writer, &amp;b/&amp;, NULL/' -i modules/lua/mod_lua.c &amp;&amp;
sed '/dir.*CFG_PREFIX/s@^@#@' -i support/apxs.in &amp;&amp;
./configure --enable-authnz-fcgi \
--enable-layout=BLFS \
@ -176,8 +176,8 @@ chown -v -R apache:apache /srv/www</userinput></screen>
<title>Command Explanations</title>
<para>
<command>sed -i ... modules/lua/mod_lua.c</command>: This sed fixes
compilation with <application>lua</application> 5.3.
<command>sed 's/ldump_writer, &amp;b/&amp;, NULL/'...</command>: This sed
fixes compilation with <application>lua</application> 5.3.
</para>
<para>