Changeset 608a225


Ignore:
Timestamp:
05/14/2006 07:47:38 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
31a934e
Parents:
6067373
Message:

Updated to Apache HTTPD-2.2.2

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r6067373 r608a225  
    313313<!-- Part VI -->
    314314<!-- Chapter 21 -->
    315 <!ENTITY apache-version               "2.2.0">
     315<!ENTITY apache-version               "2.2.2">
    316316<!-- bind (chapter 19) -->
    317317<!ENTITY nfs-utils-version            "1.0.8">
  • introduction/welcome/changelog.xml

    r6067373 r608a225  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to Apache HTTPD-2.2.2.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Added a note to the MySQL instructions about TCP
    4952          Wrapper and MySQL's test suite.</para>
     
    5457        </listitem>
    5558        <listitem>
    56           <para>[dj] - Updated OpenOffice patch for system firefox and added
     59          <para>[dj] - Updated OpenOffice patch for system SeaMonkey and added
    5760          OpenOffice to list of packages that will utilize system nss in
    5861          Mozilla product pages.</para>
  • server/major/apache.xml

    r6067373 r608a225  
    77  <!ENTITY apache-download-http "http://www.apache.org/dist/httpd/httpd-&apache-version;.tar.bz2">
    88  <!ENTITY apache-download-ftp  "ftp://ftp.tux.org/pub/net/apache/dist/httpd/httpd-&apache-version;.tar.bz2">
    9   <!ENTITY apache-md5sum        "402b90a2e47205f94b3b1d91e1a8c459">
     9  <!ENTITY apache-md5sum        "9c759a9744436de6a6aa2ddbc49d6e81">
    1010  <!ENTITY apache-size          "4.8 MB">
    1111  <!ENTITY apache-buildsize     "91.5 MB">
    12   <!ENTITY apache-time          "2.1 SBU">
     12  <!ENTITY apache-time          "2.0 SBU">
    1313]>
    1414
     
    102102    <note><para>The above command directs the <application>Apache</application>
    103103    user's home directory to <filename>/dev/null</filename>.  This may not work
    104     for some add-ons such as the <ulink
    105     url='http://www.viewvc.org/'><application>ViewVC</application></ulink> that
    106     is a browser interface for CVS and Subversion version control repositories.
     104    for some add-ons such as <ulink
     105    url='http://www.viewvc.org/'><application>ViewVC</application></ulink>, a
     106    browser interface for CVS and Subversion version control repositories.
    107107    See the User Notes for details for specific applications.</para></note>
    108108
     
    151151
    152152    <para><option>--with-expat=/usr</option>: Uses the system installed
    153     <application>expat</application>. <emphasis>If you have installed
    154     <application>expat</application> and do not use this switch, the
     153    <application>expat</application>. <emphasis role="strong">If you have
     154    installed  <application>expat</application> and do not use this switch, the
    155155    <application>Apache</application> installation may overwrite some files
    156156    from the <application>expat</application> installation.</emphasis></para>
  • server/major/openssh.xml

    r6067373 r608a225  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6 
    7     <!-- Inserted as a reminder to do this. The mention of a test suite
    8          is usually right before the root user installation commands. Please
    9          delete these 12 (including one blank) lines after you are done.-->
    10 
    11     <!-- Use one of the two mentions below about a test suite,
    12          delete the line that is not applicable. Of course, if the
    13          test suite uses syntax other than "make check", revise the
    14          line to reflect the actual syntax to run the test suite -->
    15 
    16     <!-- <para>This package does not come with a test suite.</para> -->
    17     <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    186
    197  <!ENTITY openssh-download-http "http://sunsite.ualberta.ca/pub/OpenBSD/OpenSSH/portable/openssh-&openssh-version;.tar.gz">
     
    8674    <xref linkend="net-tools"/>,
    8775    <xref linkend="sysstat"/>,
    88     <ulink url="http://www.opensc-project.org/">OpenSC</ulink> and
     76    <ulink url="http://www.opensc-project.org/">OpenSC</ulink>, and
    8977    <ulink
    9078    url="http://www.citi.umich.edu/projects/smartcard/sectok.html">libsectok</ulink></para>
Note: See TracChangeset for help on using the changeset viewer.