diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-02-19 04:04:03 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-02-19 04:04:03 +0000 |
commit | d15bbff7a3c30a6d3d4f9268ad12e3c9de76b456 (patch) | |
tree | c2b391623e8b1fad54698d17b1aaba6701311612 /general.ent | |
parent | 8d3553538e714f11177209648fcc84957acf780e (diff) |
Fix a glibc bug that causes issues with chrooted applications.
Update to bc-3.3.0.
Update to openssl-1.1.1j.
Update to meson-0.57.0.
Update to linux-5.10.17.
Update build times and sizes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12138 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'general.ent')
-rw-r--r-- | general.ent | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/general.ent b/general.ent index e8a791b83..dd18b3fda 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20210214"> +<!ENTITY version "SVN-20210218"> <!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 versiond "20210214-systemd"> +<!ENTITY versiond "20210218-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "February 14th, 2021"> +<!ENTITY releasedate "February 18th, 2021"> <!ENTITY copyrightdate "1999-2021"><!-- jhalfs needs a literal dash, not – --> |