Author: xry111
Date: Sat Mar 27 10:21:05 2021
New Revision: 12172

Log:
use HTTPS for most downloads (again)

The previous HTTPS commit is reverted unintentionally :(

Modified:
   trunk/BOOK/general.ent

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Fri Mar 26 12:14:49 2021        (r12171)
+++ trunk/BOOK/general.ent      Sat Mar 27 10:21:05 2021        (r12172)
@@ -40,12 +40,12 @@
 <!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 alpha-gnu       "https://alpha.gnu.org/gnu/";>
 <!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";>
 
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to