diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2021-08-20 21:30:05 -0500 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2021-08-20 21:30:05 -0500 |
commit | c443cc7ab620fc5fe2f4df260b8e2966e1459ba9 (patch) | |
tree | efd7220377bbbfa9b894fccc7b091a2474bd3c18 | |
parent | 0e89a47eff256aedac2b9c7437b8645ee11ab9e1 (diff) |
Release LFS 11.0-rc211.0-rc2
-rw-r--r-- | chapter01/changelog.xml | 8 | ||||
-rw-r--r-- | general.ent | 16 | ||||
-rw-r--r-- | packages.ent | 6 |
3 files changed, 17 insertions, 13 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index ceeae7902..5e40d8094 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,12 +42,16 @@ <listitem revision="sysv"> or <listitem revision="systemd"> as appropriate for the entry or if needed the entire day's listitem. --> + <listitem> <para>2021-08-20</para> <itemizedlist> <listitem> - <para>[bdubbs] - Add a sed to glibc in Chapter 8 to fix a - critical security issue.</para> + <para>[renodr] - LFS 11.0-rc2 released.</para> + </listitem> + <listitem> + <para>[bdubbs] - Add a sed to glibc in Chapter 8 to fix a + critical security issue.</para> </listitem> </itemizedlist> </listitem> diff --git a/general.ent b/general.ent index 9431cf046..d5e836a2a 100644 --- a/general.ent +++ b/general.ent @@ -1,21 +1,21 @@ <!-- version info automatically generated by git comment the following two lines for release --> -<!ENTITY % version-entities SYSTEM "version.ent"> -%version-entities; +<!--<!ENTITY % version-entities SYSTEM "version.ent"> +%version-entities;--> <!-- uncomment and edit the following four lines for releases (including -rc) --> -<!-- -<!ENTITY version "10.2-rc1"> -<!ENTITY versiond "10.2-systemd-rc1"> -<!ENTITY releasedate "August 26th, 2021"> + +<!ENTITY version "11.0-rc2"> +<!ENTITY versiond "11.0-systemd-rc2"> +<!ENTITY releasedate "August 20th, 2021"> <!ENTITY copyrightdate "1999-2021"> ---> + <!-- jhalfs needs a literal dash, not – --> <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; Change to x.y for release but not -rc releases --> -<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> +<!ENTITY generic-version "11.0-rc2"> <!-- Use "development" or "x.y[-pre{x}]" --> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> diff --git a/packages.ent b/packages.ent index fd4385650..79e124718 100644 --- a/packages.ent +++ b/packages.ent @@ -387,11 +387,11 @@ <!ENTITY less-fin-sbu "less than 0.1 SBU"> <!ENTITY lfs-bootscripts-version "20210608"> <!-- Scripts depend on this format --> -<!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB"> +<!ENTITY lfs-bootscripts-size "33 KB"> <!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.xz"> -<!ENTITY lfs-bootscripts-md5 "BOOTSCRIPTS-MD5SUM"> +<!ENTITY lfs-bootscripts-md5 "6efd60044ad31a603a2c31c68919a988 "> <!ENTITY lfs-bootscripts-home " "> -<!ENTITY lfs-bootscripts-cfg-du "BOOTSCRIPTS-INSTALL-KB KB"> +<!ENTITY lfs-bootscripts-cfg-du "440 KB"> <!ENTITY lfs-bootscripts-cfg-sbu "less than 0.1 SBU"> <!ENTITY libcap-version "2.52"> |