diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2020-06-04 02:34:40 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2020-06-04 02:34:40 +0000 |
commit | 560065f976e371779928dbf8b9428217f3f57331 (patch) | |
tree | 828cc29bfa5b35297adc411b7d167ba479ef4635 /general.ent | |
parent | 54f2cdda358ff50b01fc14ec15aaefc9cb8eebff (diff) |
Update to perl-5.30.3 (security update)
Update to dbus-1.12.18 (security update) - systemd only
Update to man-db-2.9.2
Update to libcap-2.36
Update to bison-3.6.3
systemd: Buildfix for GCC-10 - patch instead of cflags
elfutils: run-elfclassify.sh no longer fails.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11895 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 47c54b421..e3182ddd6 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20200531"> +<!ENTITY version "SVN-20200603"> <!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 "20200531-systemd"> +<!ENTITY versiond "20200603-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "May 31st, 2020"> +<!ENTITY releasedate "June 3rd, 2020"> <!ENTITY copyrightdate "1999-2020"><!-- jhalfs needs a literal dash, not – --> |