Changeset bd839f8


Ignore:
Timestamp:
03/01/2005 06:20:53 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.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:
a9f41dd7
Parents:
0e92f49
Message:

Fixed broken URL to libgcrypt in libxslt instructions

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r0e92f49 rbd839f8  
    1 <!ENTITY day          "28">
    2 <!ENTITY month        "02">
     1<!ENTITY day          "01">
     2<!ENTITY month        "03">
    33<!ENTITY year         "2005">
    44<!ENTITY version      "svn-&year;&month;&day;">
    5 <!ENTITY releasedate  "February &day;th, &year;">
     5<!ENTITY releasedate  "March &day;st, &year;">
    66<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    77<!ENTITY blfs-version "cvs">                  <!-- cvs|[release #] -->
  • general/genlib/libxslt.xml

    r0e92f49 rbd839f8  
    4949<sect3><title><application>libxslt</application> dependencies</title>
    5050<sect4><title>Required</title>
    51 <para><xref linkend="libxml2"/></para></sect4>
     51<para><xref linkend="libxml2"/></para>
     52</sect4>
     53
    5254<sect4><title>Optional</title>
    5355<para><xref linkend="python"/> and
    54 <ulink url="http://directory.fsf.org/security/libgcrypt.html">libgcrypt</ulink>
    55 </para></sect4>
     56<ulink url="http://www.gnupg.org/download/index.html">libgcrypt</ulink></para>
     57</sect4>
    5658</sect3>
    5759
  • introduction/welcome/changelog.xml

    r0e92f49 rbd839f8  
    2222
    2323<itemizedlist>
     24
     25<listitem><para>March 1st, 2005 [randy]: Fixed broken URL to libgcrypt in
     26libxslt instructions.</para></listitem>
    2427
    2528<listitem><para>February 28th, 2005 [randy]: Changed the tcp_wrappers
Note: See TracChangeset for help on using the changeset viewer.