Changeset 18715a85 for server


Ignore:
Timestamp:
01/28/2015 06:08:35 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
b292906
Parents:
6f4579f
Message:

Update to httpd-2.4.12.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15412 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/major/apache.xml

    r6f4579f r18715a85  
    66
    77  <!ENTITY apache-download-http
    8            "http://archive.apache.org/dist/httpd/httpd-&apache-version;.tar.bz2">
     8           "https://archive.apache.org/dist/httpd/httpd-&apache-version;.tar.bz2">
    99  <!ENTITY apache-download-ftp  " ">
    10   <!ENTITY apache-md5sum        "44543dff14a4ebc1e9e2d86780507156">
     10  <!ENTITY apache-md5sum        "b8dc8367a57a8d548a9b4ce16d264a13">
    1111  <!ENTITY apache-size          "4.9 MB">
    12   <!ENTITY apache-buildsize     "94 MB">
    13   <!ENTITY apache-time          "0.7 SBU">
     12  <!ENTITY apache-buildsize     "93 MB">
     13  <!ENTITY apache-time          "0.8 SBU">
    1414]>
    1515
     
    136136<screen><userinput>patch -Np1 -i ../httpd-&apache-version;-blfs_layout-1.patch           &amp;&amp;
    137137
    138 sed -i 's/ldump_writer, &amp;b/&amp;, NULL/' modules/lua/mod_lua.c  &amp;&amp;
    139 sed '/dir.*CFG_PREFIX/s@^@#@' -i support/apxs.in            &amp;&amp;
     138sed 's/ldump_writer, &amp;b/&amp;, NULL/' -i modules/lua/mod_lua.c  &amp;&amp;
     139sed '/dir.*CFG_PREFIX/s@^@#@'     -i support/apxs.in        &amp;&amp;
    140140
    141141./configure --enable-authnz-fcgi                            \
     
    177177
    178178    <para>
    179       <command>sed -i ... modules/lua/mod_lua.c</command>: This sed fixes
    180       compilation with <application>lua</application> 5.3.
     179      <command>sed 's/ldump_writer, &amp;b/&amp;, NULL/'...</command>: This sed
     180      fixes compilation with <application>lua</application> 5.3.
    181181    </para>
    182182
Note: See TracChangeset for help on using the changeset viewer.