Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rf44ab56 rc06954d  
    1 <!-- version info generated from git commit,
    2      comment out the following two lines for release. -->
    3 <!ENTITY % version-entities SYSTEM "version.ent">
    4 %version-entities;
     1<!-- $LastChangedBy$ $Date$ -->
    52
    6 <!-- uncomment the following entities and modify them for release,
    7      month and year should be always 2 digits. -->
    8 <!--
    9 <!ENTITY day            "01">
    10 <!ENTITY month          "09">
    11 <!ENTITY year           "2021">
    12 <!ENTITY copyrightdate  "2001-2021">
    13 <!ENTITY version        "11.0">
    14 <!ENTITY releasedate    "September 1st, &year;">
    15 <!ENTITY pubdate        "&year;-&month;-&day;">
    16 -->
    17 
     3<!ENTITY day          "03">                   <!-- Always 2 digits -->
     4<!ENTITY month        "01">                   <!-- Always 2 digits -->
     5<!ENTITY year         "2021">
     6<!ENTITY copyrightdate "2001-&year;">
    187<!ENTITY copyholder   "The BLFS Development Team">
     8<!ENTITY version      "&year;-&month;-&day;">
     9<!ENTITY releasedate  "January 3rd, &year;">
     10<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1911<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
    2012<!ENTITY lfs-version  "development">          <!-- x.y|development -->
    2113<!ENTITY lfs-versiond "systemd">              <!-- x.y-systemd|systemd -->
     14<!ENTITY last-commit  "$Date$"> <!-- Automatic update -->
    2215<!ENTITY lfs-domainname       "linuxfromscratch.org">
    2316
     
    2720
    2821
    29 <!ENTITY lfs-website          "https://www.&lfs-domainname;">
     22<!ENTITY lfs-website          "http://www.&lfs-domainname;">
    3023<!-- downloads_root must have an entity because it is needed for scripts
    3124     change svn to x.y for release. Note:  s/_/-/ in comment to avoid grep error
    3225     Update 'downloads-root-systemd' to x.y-systemd
    3326     -->
    34 <!ENTITY downloads-root       "https://www.linuxfromscratch.org/blfs/downloads/svn">
    35 <!ENTITY downloads-root-systemd "https://www.linuxfromscratch.org/blfs/downloads/systemd">
    36 <!ENTITY downloads-project    "https://downloads.&lfs-domainname;">
     27<!ENTITY downloads-root       "http://www.linuxfromscratch.org/blfs/downloads/svn">
     28<!ENTITY downloads-root-systemd "http://www.linuxfromscratch.org/blfs/downloads/systemd">
     29<!ENTITY downloads-project    "http://downloads.&lfs-domainname;">
    3730
    38 <!ENTITY sources-anduin-http  "https://anduin.linuxfromscratch.org/BLFS">
     31<!ENTITY sources-anduin-http  "http://anduin.linuxfromscratch.org/BLFS">
    3932<!ENTITY sources-anduin-ftp   "ftp://anduin.linuxfromscratch.org/BLFS">
    4033
    41 <!ENTITY hints-root           "https://www.&lfs-domainname;/hints">
    42 <!ENTITY patch-downloads      "https://www.linuxfromscratch.org/patches/downloads">
    43 <!ENTITY patch-root           "https://www.&lfs-domainname;/patches/blfs/svn">
    44 <!ENTITY errata               "https://www.&lfs-domainname;/blfs/errata/&blfs-version;/">
    45 <!ENTITY blfs-ticket-root     "https://wiki.&lfs-domainname;/blfs/ticket/">
     34<!ENTITY hints-root           "http://www.&lfs-domainname;/hints">
     35<!ENTITY patch-downloads      "http://www.linuxfromscratch.org/patches/downloads">
     36<!ENTITY patch-root           "http://www.&lfs-domainname;/patches/blfs/svn">
     37<!ENTITY errata               "http://www.&lfs-domainname;/blfs/errata/&blfs-version;/">
     38<!ENTITY blfs-ticket-root     "http://wiki.&lfs-domainname;/blfs/ticket/">
    4639
    4740<!ENTITY lfs-root             "../../../../lfs/view/&lfs-version;">
     
    8275<!ENTITY lfs-gdbm-version             "1.11">
    8376<!ENTITY lfs-m4-version               "1.4.17">
    84 <!-- FIXME - please check the included version of
    85  List/Utils when upgrading the perl version.
    86  Scalar-List-Utils is in perl-deps because List-AllUtils
    87  needs a newer version at runtime than is in 5.34.0 -->
    88 <!ENTITY lfs-perl-version             "5.34"> <!-- used in git -->
     77<!ENTITY lfs-perl-version             "5.32"> <!-- used in git -->
    8978<!-- this was originally the perl version used by the corresponding
    9079 version of lfs, in those days always for i686, but now BLFS is a rolling
     
    9584<!-- End LFS versions -->
    9685
    97 <!ENTITY blfs-bootscripts-version     "20210826">
    98 <!ENTITY systemd-units-version        "20210819">
     86<!ENTITY blfs-bootscripts-version     "20201002">
     87<!ENTITY systemd-units-version        "20200828">
    9988
    100 <!ENTITY blfs-wiki                    "https://wiki.&lfs-domainname;/blfs/wiki">
     89
     90<!ENTITY blfs-wiki                    "http://wiki.&lfs-domainname;/blfs/wiki">
    10191
    10292<!-- These entities are used to annotate the current status of a package as it
    10393     relates to the version of LFS it will build/work against -->
    10494
    105 <!ENTITY lfs110a_checked       "<para>This package is known to build and work
    106                               properly using an LFS-11.0 platform.</para>">
    107 <!--
    108 <!ENTITY lfs110a_built         "<para>This package is known to build using an LFS
    109                               11.0 platform but has not been tested.</para>">
    110 -->
     95<!ENTITY lfs10_checked        "<para>This package is known to build and work
     96                              properly using an LFS-10.0 platform.</para>">
     97<!ENTITY lfs10_built          "<para>This package is known to build using an LFS
     98                              10.0 platform but has not been tested.</para>">
     99
    111100<!-- End special entities about LFS compatibility -->
    112101
Note: See TracChangeset for help on using the changeset viewer.