Changeset fb66c4c


Ignore:
Timestamp:
09/05/2022 01:52:05 AM (20 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
696a7b4
Parents:
baecd49
Message:

some http -> https changes

Files:
13 edited

Legend:

Unmodified
Added
Removed
  • appendices/acknowledgments.xml

    rbaecd49 rfb66c4c  
    248248      &lt;info@shizu-net.jp&gt; &ndash; lfs.mirror.shizu-net.jp mirror</para>
    249249    </listitem>
    250 
     250<!-- domain name can't be resolved on Sept 5, 2022
    251251    <listitem>
    252252      <para><ulink url="http://www.initworld.com/">Init World</ulink>
    253253      &lt;http://www.initworld.com/&gt; &ndash; lfs.initworld.com mirror</para>
    254254    </listitem>
    255 
     255-->
    256256  </itemizedlist>
    257257
  • appendices/dependencies.xml

    rbaecd49 rfb66c4c  
    949949        <seglistitem>
    950950          <seg>
    951              <ulink url="http://gcc.gnu.org/wiki/GNAT">GNAT</ulink>
     951             <ulink url="https://gcc.gnu.org/wiki/GNAT">GNAT</ulink>
    952952             and
    953953             <ulink url="https://repo.or.cz/isl.git">ISL</ulink>
     
    28142814            <ulink
    28152815              url="&blfs-book;general/python-modules.html#lxml">lxml</ulink>,
    2816             <ulink url="http://lz4.github.io/lz4/">LZ4</ulink>,
     2816            <ulink url="https://lz4.github.io/lz4/">LZ4</ulink>,
    28172817            <ulink url="&blfs-book;postlfs/make-ca.html">make-ca</ulink>,
    28182818            <ulink url="&blfs-book;postlfs/p11-kit.html">p11-kit</ulink>,
     
    32673267        <seglistitem>
    32683268          <seg>
    3269             <ulink url="http://lz4.github.io/lz4/">LZ4</ulink>
     3269            <ulink url="https://lz4.github.io/lz4/">LZ4</ulink>
    32703270          </seg>
    32713271        </seglistitem>
  • chapter02/creatingfilesystem.xml

    rbaecd49 rfb66c4c  
    4545  useful for specialized purposes.  More information about these file systems
    4646  can be found at <ulink
    47   url="http://en.wikipedia.org/wiki/Comparison_of_file_systems"/>.</para>
     47  url="https://en.wikipedia.org/wiki/Comparison_of_file_systems"/>.</para>
    4848
    4949  <para>LFS assumes that the root file system (/) is of type ext4.  To create
  • chapter03/introduction.xml

    rbaecd49 rfb66c4c  
    3232  <para>Download locations may not always be accessible. If a download
    3333  location has changed since this book was published, Google (<ulink
    34   url="http://www.google.com/"/>) provides a useful search engine for
     34  url="https://www.google.com/"/>) provides a useful search engine for
    3535  most packages. If this search is unsuccessful, try one of the
    3636  alternative means of downloading at <ulink
  • chapter07/createfiles.xml

    rbaecd49 rfb66c4c  
    163163  distributions. In addition, some test suites rely on specific users or
    164164  groups.  The Linux Standard Base (LSB, available at <ulink
    165   url="http://refspecs.linuxfoundation.org/lsb.shtml"/>) only recommends that,
     165  url="https://refspecs.linuxfoundation.org/lsb.shtml"/>) only recommends that,
    166166  besides the group <systemitem class="groupname">root</systemitem> with a
    167167  Group ID (GID) of 0, a group <systemitem class="groupname">bin</systemitem>
  • chapter08/pkgmgt.xml

    rbaecd49 rfb66c4c  
    284284      commercial distributions. Examples of package managers that follow this
    285285      approach are RPM (which, incidentally, is required by the <ulink
    286       url="http://refspecs.linuxfoundation.org/lsb.shtml">Linux
     286      url="https://refspecs.linuxfoundation.org/lsb.shtml">Linux
    287287      Standard Base Specification</ulink>), pkg-utils, Debian's apt, and
    288288      Gentoo's Portage system.  A hint describing how to adopt this style of
     
    297297      as more complex package managers do.  For details of Slackware package
    298298      management, see <ulink
    299       url="http://www.slackbook.org/html/package-management.html"/>.</para>
     299      url="https://www.slackbook.org/html/package-management.html"/>.</para>
    300300    </sect3>
    301301
  • chapter09/consoled.xml

    rbaecd49 rfb66c4c  
    2424  information. Decide which keymap and screen font will be used. Various
    2525  language-specific HOWTOs can also help with this, see <ulink
    26   url="http://www.tldp.org/HOWTO/HOWTO-INDEX/other-lang.html"/>.
     26  url="https://tldp.org/HOWTO/HOWTO-INDEX/other-lang.html"/>.
    2727  Examine the output of <command>localectl list-keymaps</command> for a list of
    2828  valid console keymaps. Look in the
  • chapter09/udev.xml

    rbaecd49 rfb66c4c  
    326326      <listitem>
    327327        <para>The <systemitem class="filesystem">sysfs</systemitem> Filesystem
    328         <ulink url="http://www.kernel.org/pub/linux/kernel/people/mochel/doc/papers/ols-2005/mochel.pdf"/></para>
     328        <ulink url="https://www.kernel.org/pub/linux/kernel/people/mochel/doc/papers/ols-2005/mochel.pdf"/></para>
    329329      </listitem>
    330330
  • chapter09/usage.xml

    rbaecd49 rfb66c4c  
    335335  information.  Decide which keymap and screen font will be used. Various
    336336  language-specific HOWTOs can also help with this, see <ulink
    337   url="http://www.tldp.org/HOWTO/HOWTO-INDEX/other-lang.html"/>. If still in
     337  url="https://tldp.org/HOWTO/HOWTO-INDEX/other-lang.html"/>. If still in
    338338  doubt, look in the <filename class="directory">/usr/share/keymaps</filename>
    339339  and <filename class="directory">/usr/share/consolefonts</filename> directories
  • chapter11/whatnow.xml

    rbaecd49 rfb66c4c  
    2828      abreast of such reports.  There are several online resources that track
    2929      such reports, some of which are shown below:</para>
    30 
     30<!-- FIXME too outdated, need a full update -->
    3131      <itemizedlist>
    3232
     
    8686      collaborate on all of the issues of Linux documentation. The TLDP features
    8787      a large collection of HOWTOs, guides, and man pages.  It is located at
    88       <ulink url="http://www.tldp.org/"/>.</para>
     88      <ulink url="https://tldp.org/"/>.</para>
    8989    </listitem>
    9090
  • packages.ent

    rbaecd49 rfb66c4c  
    411411<!ENTITY libpipeline-url "&savannah;/releases/libpipeline/libpipeline-&libpipeline-version;.tar.gz">
    412412<!ENTITY libpipeline-md5 "829c9ba46382b0b3e12dd11fcbc1bb27">
    413 <!ENTITY libpipeline-home "http://libpipeline.nongnu.org/">
     413<!ENTITY libpipeline-home "https://libpipeline.nongnu.org/">
    414414<!ENTITY libpipeline-fin-du "10 MB">
    415415<!ENTITY libpipeline-fin-sbu "0.1 SBU">
     
    500500<!ENTITY mpc-url "https://ftp.gnu.org/gnu/mpc/mpc-&mpc-version;.tar.gz">
    501501<!ENTITY mpc-md5 "9f16c976c25bb0f76b50be749cd7a3a8">
    502 <!ENTITY mpc-home "http://www.multiprecision.org/">
     502<!ENTITY mpc-home "https://www.multiprecision.org/">
    503503<!ENTITY mpc-fin-du "21 MB">
    504504<!ENTITY mpc-fin-sbu "0.3 SBU">
  • prologue/prerequisites.xml

    rbaecd49 rfb66c4c  
    3131    <listitem>
    3232      <para>Software-Building-HOWTO
    33       <ulink url="http://www.tldp.org/HOWTO/Software-Building-HOWTO.html"/></para>
     33      <ulink url="https://tldp.org/HOWTO/Software-Building-HOWTO.html"/></para>
    3434
    3535      <para>This is a comprehensive guide to building and installing
     
    4141    <listitem>
    4242      <para>Beginner's Guide to Installing from Source
    43       <ulink url="http://moi.vonos.net/linux/beginners-installing-from-source/"/></para>
     43      <ulink url="https://moi.vonos.net/linux/beginners-installing-from-source/"/></para>
    4444
    4545      <para>This guide provides a good summary of basic skills and
  • prologue/standards.xml

    rbaecd49 rfb66c4c  
    1919    <itemizedlist>
    2020      <listitem>
    21         <para><ulink url="http://pubs.opengroup.org/onlinepubs/9699919799/">
     21        <para><ulink url="https://pubs.opengroup.org/onlinepubs/9699919799/">
    2222        POSIX.1-2008</ulink>.</para>
    2323      </listitem>
    2424      <listitem>
    2525        <para><ulink
    26         url="http://refspecs.linuxfoundation.org/FHS_3.0/fhs/index.html">
     26        url="https://refspecs.linuxfoundation.org/FHS_3.0/fhs/index.html">
    2727        Filesystem Hierarchy Standard (FHS) Version 3.0</ulink></para>
    2828
    2929      </listitem>
    3030      <listitem>
    31         <para><ulink url="http://refspecs.linuxfoundation.org/lsb.shtml">Linux
     31        <para><ulink url="https://refspecs.linuxfoundation.org/lsb.shtml">Linux
    3232        Standard Base (LSB) Version 5.0 (2015)</ulink></para>
    3333
Note: See TracChangeset for help on using the changeset viewer.