Changeset 0a2b9de8


Ignore:
Timestamp:
07/25/2013 05:01:16 PM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
Children:
8e8f919c
Parents:
c8f9a158
Message:

UPdate to apache-2.4.6
Tag several files as LFS-7.3

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

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rc8f9a158 r0a2b9de8  
    497497<!-- Part V -->
    498498<!-- Chapter 20 -->
    499 <!ENTITY apache-version               "2.4.4">
     499<!ENTITY apache-version               "2.4.6">
    500500<!ENTITY proftpd-version              "1.3.4b">
    501501<!ENTITY vsftpd-version               "3.0.2">
  • introduction/welcome/changelog.xml

    rc8f9a158 r0a2b9de8  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[bdubbs] - Update to apache-2.4.6.</para>
     51        </listitem>
     52        <listitem>
    5053          <para>[igor] - Qt-4.8.5.</para>
    5154        </listitem>
  • server/mail/exim.xml

    rc8f9a158 r0a2b9de8  
    3434    under the GNU Public License.</para>
    3535
    36     &lfs72_checked;
     36    &lfs73_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
  • server/mail/qpopper.xml

    rc8f9a158 r0a2b9de8  
    3333    POP3 mail server.</para>
    3434
    35     &lfs72_checked;
     35    &lfs73_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
  • server/major/apache.xml

    rc8f9a158 r0a2b9de8  
    88           "http://archive.apache.org/dist/httpd/httpd-&apache-version;.tar.bz2">
    99  <!ENTITY apache-download-ftp  " ">
    10   <!ENTITY apache-md5sum        "0e712ee2119cd798c8ae39d5f11a9206">
    11   <!ENTITY apache-size          "4.6 MB">
    12   <!ENTITY apache-buildsize     "105 MB">
    13   <!ENTITY apache-time          "0.5 SBU">
     10  <!ENTITY apache-md5sum        "ea5e361ca37b8d7853404419dd502efe">
     11  <!ENTITY apache-size          "4.7 MB">
     12  <!ENTITY apache-buildsize     "73 MB">
     13  <!ENTITY apache-time          "0.8 SBU">
    1414]>
    1515
     
    103103      <xref linkend="pcre"/>,
    104104      <xref linkend="rsync"/>,
    105       <ulink url="http://www.distcache.org/">Distcache</ulink> and
     105      <ulink url="http://www.distcache.org/">Distcache</ulink>, and
    106106      <xref linkend="lua"/>
    107107    </para>
     
    131131
    132132<screen><userinput>patch -Np1 -i ../httpd-&apache-version;-blfs_layout-1.patch &amp;&amp;
    133 ./configure --enable-layout=BLFS \
    134             --enable-mods-shared="all cgi" \
    135             --enable-mpms-shared=all \
    136             --with-apr=/usr/bin/apr-1-config \
    137             --with-apr-util=/usr/bin/apu-1-config \
    138             --enable-suexec=shared \
    139             --with-suexec-bin=/usr/lib/httpd/suexec \
    140             --with-suexec-docroot=/srv/www \
    141             --with-suexec-caller=apache \
    142             --with-suexec-userdir=public_html \
     133./configure --enable-layout=BLFS                            \
     134            --enable-mods-shared="all cgi"                  \
     135            --enable-mpms-shared=all                        \
     136            --with-apr=/usr/bin/apr-1-config                \
     137            --with-apr-util=/usr/bin/apu-1-config           \
     138            --enable-suexec=shared                          \
     139            --with-suexec-bin=/usr/lib/httpd/suexec         \
     140            --with-suexec-docroot=/srv/www                  \
     141            --with-suexec-caller=apache                     \
     142            --with-suexec-userdir=public_html               \
    143143            --with-suexec-logfile=/var/log/httpd/suexec.log \
    144144            --with-suexec-uidmin=100 &amp;&amp;
     
    153153    </para>
    154154
    155 <screen role="root"><userinput>make install &amp;&amp;
     155<screen role="root"><userinput>make install                                 &amp;&amp;
    156156
    157157mv -v /usr/sbin/suexec /usr/lib/httpd/suexec &amp;&amp;
    158 chgrp apache /usr/lib/httpd/suexec &amp;&amp;
    159 chmod 4754 /usr/lib/httpd/suexec &amp;&amp;
     158chgrp apache           /usr/lib/httpd/suexec &amp;&amp;
     159chmod 4754             /usr/lib/httpd/suexec &amp;&amp;
    160160
    161161chown -v -R apache:apache /srv/www</userinput></screen>
     
    197197      <command>suexec</command> wrapper into proper location, since it
    198198      is not meant to be run directly. They also adjust proper
    199       permissions of the binary, making it segid
     199      permissions of the binary, making it setgid
    200200      <systemitem class="username">apache</systemitem>.
    201201    </para>
     
    276276      <seglistitem>
    277277        <seg>
    278           ab, apachectl, apxs, checkgid, dbmmanage, fcgistarter,
    279           htcacheclean, htdbm, htdigest, htpasswd, httpd,
    280           httxt2dbm, logresolve and rotatelogs
     278          ab,           apachectl, apxs,    checkgid, dbmmanage, fcgistarter,
     279          htcacheclean, htdbm,     htdigest, htpasswd, httpd,
     280          httxt2dbm,    logresolve,      and rotatelogs
    281281        </seg>
    282282        <seg>
     
    289289          /usr/lib/httpd,
    290290          /usr/share/httpd
    291           /var/log/httpd and
     291          /var/log/httpd, and
    292292          /var/run/httpd
    293293        </seg>
  • server/major/proftpd.xml

    rc8f9a158 r0a2b9de8  
    3434    file archives over a network.</para>
    3535
    36     &lfs72_checked;
     36    &lfs73_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
  • server/major/vsftpd.xml

    rc8f9a158 r0a2b9de8  
    3434    over a network.</para>
    3535
    36     &lfs72_checked;
     36    &lfs73_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
  • server/other/xinetd.xml

    rc8f9a158 r0a2b9de8  
    55  %general-entities;
    66
    7   <!ENTITY xinetd-download-http "http://www.xinetd.org/xinetd-&xinetd-version;.tar.gz">
     7  <!-- Development seems to be over and the xinetd.og site does not seem to exist any more. -->
     8  <!-- <!ENTITY xinetd-download-http "http://www.xinetd.org/xinetd-&xinetd-version;.tar.gz"> -->
     9  <!ENTITY xinetd-download-http " ">
    810  <!ENTITY xinetd-download-ftp  "&gentoo-ftp-repo;/xinetd-&xinetd-version;.tar.gz">
    911  <!ENTITY xinetd-md5sum        "77358478fd58efa6366accae99b8b04c">
     
    3234    <para><application>xinetd</application> is the eXtended InterNET services
    3335    daemon, a secure replacement for <command>inetd</command>.</para>
     36
     37    &lfs73_checked;
    3438
    3539    <bridgehead renderas="sect3">Package Information</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.