Changeset 786b1ba


Ignore:
Timestamp:
08/01/2010 12:50:38 AM (14 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
f267149
Parents:
c1d34d6c
Message:

Added optional dependency Net::HTTP to wget

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/wget.xml

    rc1d34d6c r786b1ba  
    6161    <bridgehead renderas="sect4">Optional</bridgehead>
    6262    <para role="optional"><xref linkend="openssl"/> or <xref linkend="gnutls"/>,
    63     <xref linkend="libidn"/>, and
     63    <xref linkend="libidn"/>, Perl Module Net::HTTP (for the test suite)
     64    (see the standard Perl <xref linkend="perl-standard-install"/>), and
    6465    <ulink url="http://www.inet.no/dante/">Dante</ulink></para>
    6566
  • general.ent

    rc1d34d6c r786b1ba  
    44-->
    55
    6 <!ENTITY day          "16">                   <!-- Always 2 digits -->
    7 <!ENTITY month        "06">                   <!-- Always 2 digits -->
     6<!ENTITY day          "31">                   <!-- Always 2 digits -->
     7<!ENTITY month        "07">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2010">
    99<!ENTITY copyrightdate "2001-&year;">
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "svn-&year;&month;&day;">
    12 <!ENTITY releasedate  "June &day;th, &year;">
     12<!ENTITY releasedate  "July &day;st, &year;">
    1313<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1414<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
    15 <!ENTITY lfs-version  "6.5">          <!-- version|testing|unstable|development] -->
     15<!ENTITY lfs-version  "development">          <!-- version|testing|unstable|development] -->
    1616<!ENTITY last-commit  "$Date$"> <!-- Automatic update -->
    1717<!ENTITY lfs-domainname       "linuxfromscratch.org">
  • introduction/welcome/changelog.xml

    rc1d34d6c r786b1ba  
    4343
    4444    <listitem>
     45      <para>July 31st, 2010</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Added optional dependency Net::HTTP to wget.</para>
     49        </listitem>
     50    </listitem>
     51
     52    <listitem>
    4553      <para>June 12th, 2010</para>
    4654      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.