diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-03-02 02:42:12 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-03-02 02:42:12 +0000 |
commit | d221e7186d7f176777d84b85fcc71f8058ddb60f (patch) | |
tree | b4f72ea381a2e5a8425693e8c5dde0523646f53b /general.ent | |
parent | a25be74d9d824c8aabf5520f350421a7590dac8d (diff) |
URLs update
In generals.ent, all "common" URLs are changed to HTTPS.
Bzip2 homepage is added.
Elfutils, kbd, and util-linux homepage are modified to a "real" homepage,
instead of a downloading directory.
http://psmisc.sourceforge.net/ redirects to GitLab.
Now most URLs are HTTPS. The remaining "unsafe" download locations:
file-5.39.tar.gz (it can be downloaded from GitHub, but the package from
GH needs autoreconf -fi), self-hosted packages at anduin, and patches at
http://www.linuxfromscratch.org/ (should be fixed after gimli migration).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12152 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'general.ent')
-rw-r--r-- | general.ent | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/general.ent b/general.ent index 539a4ade3..cc6fc5edb 100644 --- a/general.ent +++ b/general.ent @@ -40,12 +40,11 @@ <!ENTITY before "Must be installed before"> <!ENTITY external "Optional dependencies"> -<!ENTITY gnu "http://ftp.gnu.org/gnu/"> -<!ENTITY gnu-software "http://www.gnu.org/software/"> -<!ENTITY alpha-gnu "http://alpha.gnu.org/gnu/"> +<!ENTITY gnu "https://ftp.gnu.org/gnu/"> +<!ENTITY gnu-software "https://www.gnu.org/software/"> <!ENTITY kernel "https://www.kernel.org/pub/"> <!ENTITY sourceforge "https://prdownloads.sourceforge.net/"> -<!ENTITY savannah "http://download.savannah.gnu.org"> +<!ENTITY savannah "https://download.savannah.gnu.org"> <!ENTITY savannah-nongnu "https://savannah.nongnu.org"> <!ENTITY github "https://github.com"> |