Changeset 7504dd52


Ignore:
Timestamp:
03/27/2021 05:21:05 PM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
2ec1c15
Parents:
8a817293
Message:

use HTTPS for most downloads (again)

The previous HTTPS commit is reverted unintentionally :(

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12172 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r8a817293 r7504dd52  
    4141<!ENTITY external        "Optional dependencies">
    4242                         
    43 <!ENTITY gnu             "http://ftp.gnu.org/gnu/">
    44 <!ENTITY gnu-software    "http://www.gnu.org/software/">
    45 <!ENTITY alpha-gnu       "http://alpha.gnu.org/gnu/">
     43<!ENTITY gnu             "https://ftp.gnu.org/gnu/">
     44<!ENTITY gnu-software    "https://www.gnu.org/software/">
     45<!ENTITY alpha-gnu       "https://alpha.gnu.org/gnu/">
    4646<!ENTITY kernel          "https://www.kernel.org/pub/">
    4747<!ENTITY sourceforge     "https://prdownloads.sourceforge.net/">
    48 <!ENTITY savannah        "http://download.savannah.gnu.org">
     48<!ENTITY savannah        "https://download.savannah.gnu.org">
    4949<!ENTITY savannah-nongnu "https://savannah.nongnu.org">
    5050<!ENTITY github          "https://github.com">
Note: See TracChangeset for help on using the changeset viewer.