diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-03-30 20:23:55 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-03-30 20:23:55 +0000 |
commit | f448389d247c6930108bb9d359ce73c24634d121 (patch) | |
tree | 534d72fb345fc53a063214eb9838849102d27da2 /general.ent | |
parent | 1e96cc1ddd02bd874bb628342fb803c3e532ecce (diff) |
Update to several urls to use https.
Update to Python3-3.6.5.
Update to openssl-1.1.0h.
Update to e2fsprogs-1.44.1.
Update to tzdata-2018d.
Update to meson-0.45.1.
Update to linux-4.15.14.
Update to sysvinit-2.89.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11394 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'general.ent')
-rw-r--r-- | general.ent | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/general.ent b/general.ent index 9b803debd..f12966f26 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20180323"> +<!ENTITY version "SVN-20180330"> <!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 "20180323-systemd"> +<!ENTITY versiond "20180330-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "March 23, 2018"> +<!ENTITY releasedate "March 30, 2018"> <!ENTITY copyrightdate "1999-2018"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "8.3"> @@ -46,7 +46,7 @@ <!ENTITY gnu-software "http://www.gnu.org/software/"> <!ENTITY alpha-gnu "http://alpha.gnu.org/gnu/"> <!ENTITY kernel "https://www.kernel.org/pub/"> -<!ENTITY sourceforge "http://prdownloads.sourceforge.net/"> +<!ENTITY sourceforge "https://prdownloads.sourceforge.net/"> <!ENTITY savannah "http://download.savannah.gnu.org"> <!ENTITY % packages-entities SYSTEM "packages.ent"> |