Changeset 3c1f587


Ignore:
Timestamp:
03/23/2008 02:40:43 AM (16 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
c65d4375
Parents:
b70b482
Message:

Updated to apache-2.2.8 and minor corrections to openssl comments.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rb70b482 r3c1f587  
    371371<!-- Part VI -->
    372372<!-- Chapter 21 -->
    373 <!ENTITY apache-version               "2.2.4">
     373<!ENTITY apache-version               "2.2.8">
    374374<!-- bind (chapter 19) -->
    375375<!ENTITY nfs-utils-version            "1.1.2">
  • introduction/welcome/changelog.xml

    rb70b482 r3c1f587  
    4545      <para>March 22nd, 2008</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[dj] - Updated to Apache httpd-2.2.8.</para>
     49        </listitem>
    4750        <listitem>
    4851          <para>[randy] - Updated to SeaMonkey-1.1.8.</para>
  • postlfs/security/openssl.xml

    rb70b482 r3c1f587  
    108108
    109109    <para><option>enable-tlsext</option>: When added to the
    110     <command>./config</command> command, enables TLS Extensions. Currently
    111     this is only RFC 3546 and 4507bis for Server Name Indication.  This allows
    112     the use of multiple SSL certificates with multiple virtual hosts in apache,
    113     while using only one IP address and one port for all virtual hosts.</para>
     110    <command>./config</command> command, this switch will enable TLS
     111    Extensions. Currently this is only RFC 3546 and 4507bis for Server Name
     112    Indication.  This allows the use of multiple SSL certificates with multiple
     113    virtual hosts in Apache, while using only one IP address and one port for
     114    all virtual hosts.</para>
    114115
    115116    <para><command>make MANDIR=/usr/share/man; make MANDIR=/usr/share/man
  • server/major/apache.xml

    rb70b482 r3c1f587  
    66
    77  <!-- <!ENTITY apache-download-http "http://www.apache.org/dist/httpd/httpd-&apache-version;.tar.bz2"> -->
    8   <!ENTITY apache-download-http "http://archive.apache.org/dist/httpd//httpd-&apache-version;.tar.bz2">
     8  <!ENTITY apache-download-http "http://archive.apache.org/dist/httpd/httpd-&apache-version;.tar.bz2">
    99  <!ENTITY apache-download-ftp  "ftp://apache.mirrors.pair.com/httpd/httpd-&apache-version;.tar.bz2">
    10   <!ENTITY apache-md5sum        "536c86c7041515a25dd8bad3611da9a3">
    11   <!ENTITY apache-size          "4.9 MB">
    12   <!ENTITY apache-buildsize     "93 MB">
    13   <!ENTITY apache-time          "2.0 SBU">
     10  <!ENTITY apache-md5sum        "76d2598a4797163d07cd50e5304aa7cd">
     11  <!ENTITY apache-size          "4.6 MB">
     12  <!ENTITY apache-buildsize     "83 MB">
     13  <!ENTITY apache-time          "2.1 SBU">
    1414]>
    1515
Note: See TracChangeset for help on using the changeset viewer.