Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rc06954d rf44ab56  
    1 <!-- $LastChangedBy$ $Date$ -->
     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;
    25
    3 <!ENTITY day          "03">                   <!-- Always 2 digits -->
    4 <!ENTITY month        "01">                   <!-- Always 2 digits -->
    5 <!ENTITY year         "2021">
    6 <!ENTITY copyrightdate "2001-&year;">
     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
    718<!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 -->
    1119<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
    1220<!ENTITY lfs-version  "development">          <!-- x.y|development -->
    1321<!ENTITY lfs-versiond "systemd">              <!-- x.y-systemd|systemd -->
    14 <!ENTITY last-commit  "$Date$"> <!-- Automatic update -->
    1522<!ENTITY lfs-domainname       "linuxfromscratch.org">
    1623
     
    2027
    2128
    22 <!ENTITY lfs-website          "http://www.&lfs-domainname;">
     29<!ENTITY lfs-website          "https://www.&lfs-domainname;">
    2330<!-- downloads_root must have an entity because it is needed for scripts
    2431     change svn to x.y for release. Note:  s/_/-/ in comment to avoid grep error
    2532     Update 'downloads-root-systemd' to x.y-systemd
    2633     -->
    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;">
     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;">
    3037
    31 <!ENTITY sources-anduin-http  "http://anduin.linuxfromscratch.org/BLFS">
     38<!ENTITY sources-anduin-http  "https://anduin.linuxfromscratch.org/BLFS">
    3239<!ENTITY sources-anduin-ftp   "ftp://anduin.linuxfromscratch.org/BLFS">
    3340
    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/">
     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/">
    3946
    4047<!ENTITY lfs-root             "../../../../lfs/view/&lfs-version;">
     
    7582<!ENTITY lfs-gdbm-version             "1.11">
    7683<!ENTITY lfs-m4-version               "1.4.17">
    77 <!ENTITY lfs-perl-version             "5.32"> <!-- used in git -->
     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 -->
    7889<!-- this was originally the perl version used by the corresponding
    7990 version of lfs, in those days always for i686, but now BLFS is a rolling
     
    8495<!-- End LFS versions -->
    8596
    86 <!ENTITY blfs-bootscripts-version     "20201002">
    87 <!ENTITY systemd-units-version        "20200828">
     97<!ENTITY blfs-bootscripts-version     "20210826">
     98<!ENTITY systemd-units-version        "20210819">
    8899
    89 
    90 <!ENTITY blfs-wiki                    "http://wiki.&lfs-domainname;/blfs/wiki">
     100<!ENTITY blfs-wiki                    "https://wiki.&lfs-domainname;/blfs/wiki">
    91101
    92102<!-- These entities are used to annotate the current status of a package as it
    93103     relates to the version of LFS it will build/work against -->
    94104
    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 
     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-->
    100111<!-- End special entities about LFS compatibility -->
    101112
Note: See TracChangeset for help on using the changeset viewer.