Changeset d0151ee for server/databases


Ignore:
Timestamp:
05/10/2008 11:53:20 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
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:
8794866, b2b328ca
Parents:
5ee8882
Message:

Fixed broken download URLs in various package instructions

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

Location:
server/databases
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • server/databases/mysql.xml

    r5ee8882 rd0151ee  
    55  %general-entities;
    66
    7   <!ENTITY mysql-download-http "http://mysql.mirrors.hoobly.com/Downloads/MySQL-5.0/mysql-&mysql-version;.tar.gz">
    8   <!ENTITY mysql-download-ftp  "ftp://ftp.fu-berlin.de/unix/databases/mysql/Downloads/MySQL-5.0/mysql-&mysql-version;.tar.gz">
     7  <!-- <!ENTITY mysql-download-http "http://mysql.mirrors.hoobly.com/Downloads/MySQL-5.0/mysql-&mysql-version;.tar.gz">
     8  <!ENTITY mysql-download-ftp  "ftp://ftp.fu-berlin.de/unix/databases/mysql/Downloads/MySQL-5.0/mysql-&mysql-version;.tar.gz"> -->
     9  <!ENTITY mysql-download-http "&sources-anduin-http;/m/mysql-&mysql-version;.tar.gz">
     10  <!ENTITY mysql-download-ftp  "&sources-anduin-ftp;/m/mysql-&mysql-version;.tar.gz">
    911  <!ENTITY mysql-md5sum        "b45cd6c89e35dfc1cdbe1a1f782aefbf">
    1012  <!ENTITY mysql-size          "24 MB">
     
    3335    database server. It is a client/server implementation that consists of a
    3436    server daemon and many different client programs and libraries.</para>
     37
     38    <para>There may be a more recent release available from the
     39    <application>MySQL</application> home page. You can check
     40    <ulink url="http://dev.mysql.com/"/> and probably use the
     41    existing BLFS instructions. Note that versions other than the one shown
     42    in the download URLs have not been tested in a BLFS environment.</para>
    3543
    3644    <bridgehead renderas="sect3">Package Information</bridgehead>
  • server/databases/postgresql.xml

    r5ee8882 rd0151ee  
    55  %general-entities;
    66
    7   <!-- <!ENTITY postgresql-download-http "http://gd.tuwien.ac.at/db/postgresql/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2"> -->
    8   <!-- <!ENTITY postgresql-download-ftp  "ftp://ftp.fr.postgresql.org/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2"> -->
    9   <!ENTITY postgresql-download-http " ">
    10   <!ENTITY postgresql-download-ftp  "ftp://ftp5.us.postgresql.org/pub/PostgreSQL/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
     7  <!-- <!ENTITY postgresql-download-http "http://gd.tuwien.ac.at/db/postgresql/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
     8  <!ENTITY postgresql-download-ftp  "ftp://ftp5.us.postgresql.org/pub/PostgreSQL/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2"> -->
     9  <!ENTITY postgresql-download-http "&sources-anduin-http;/p/postgresql-&postgresql-version;.tar.bz2">
     10  <!ENTITY postgresql-download-ftp  "&sources-anduin-ftp;/p/postgresql-&postgresql-version;.tar.bz2">
    1111  <!ENTITY postgresql-md5sum        "af7ec100a33c41bfb8d87b5e0ec2f44a">
    1212  <!ENTITY postgresql-size          "12.5 MB">
     
    3535    object-relational database management system (ORDBMS), derived
    3636    from the Berkeley Postgres database management system.</para>
     37
     38    <para>There may be a more recent release available from the
     39    <application>PostgreSQL</application> home page. You can check
     40    <ulink url="http://www.postgresql.org/"/> and probably use the
     41    existing BLFS instructions. Note that versions other than the one shown
     42    in the download URLs have not been tested in a BLFS environment.</para>
    3743
    3844    <bridgehead renderas="sect3">Package Information</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.