aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@xry111.site>2022-09-05 09:52:05 +0800
committerXi Ruoyao <xry111@xry111.site>2022-09-05 09:52:05 +0800
commitfb66c4c583c51e75d917dbaab1a3ccde2b983a5e (patch)
tree304d7a055cd193b9d54220b8618f6f37a11574a0
parentbaecd49c4865de67ddddab00469a093bec18c904 (diff)
some http -> https changes
-rw-r--r--appendices/acknowledgments.xml4
-rw-r--r--appendices/dependencies.xml6
-rw-r--r--chapter02/creatingfilesystem.xml2
-rw-r--r--chapter03/introduction.xml2
-rw-r--r--chapter07/createfiles.xml2
-rw-r--r--chapter08/pkgmgt.xml4
-rw-r--r--chapter09/consoled.xml2
-rw-r--r--chapter09/udev.xml2
-rw-r--r--chapter09/usage.xml2
-rw-r--r--chapter11/whatnow.xml4
-rw-r--r--packages.ent4
-rw-r--r--prologue/prerequisites.xml4
-rw-r--r--prologue/standards.xml6
13 files changed, 22 insertions, 22 deletions
diff --git a/appendices/acknowledgments.xml b/appendices/acknowledgments.xml
index 53c384dd7..3db526641 100644
--- a/appendices/acknowledgments.xml
+++ b/appendices/acknowledgments.xml
@@ -247,12 +247,12 @@
<para><ulink url="mailto:info@shizu-net.jp">Shizunet Co.,Ltd.</ulink>
&lt;info@shizu-net.jp&gt; &ndash; lfs.mirror.shizu-net.jp mirror</para>
</listitem>
-
+<!-- domain name can't be resolved on Sept 5, 2022
<listitem>
<para><ulink url="http://www.initworld.com/">Init World</ulink>
&lt;http://www.initworld.com/&gt; &ndash; lfs.initworld.com mirror</para>
</listitem>
-
+-->
</itemizedlist>
<bridgehead renderas="sect3">Australian Mirrors</bridgehead>
diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml
index 3ad5c0097..b59c93f93 100644
--- a/appendices/dependencies.xml
+++ b/appendices/dependencies.xml
@@ -948,7 +948,7 @@
<segtitle>&external;</segtitle>
<seglistitem>
<seg>
- <ulink url="http://gcc.gnu.org/wiki/GNAT">GNAT</ulink>
+ <ulink url="https://gcc.gnu.org/wiki/GNAT">GNAT</ulink>
and
<ulink url="https://repo.or.cz/isl.git">ISL</ulink>
</seg>
@@ -2813,7 +2813,7 @@
<ulink url="&blfs-book;postlfs/linux-pam.html">Linux-PAM</ulink>,
<ulink
url="&blfs-book;general/python-modules.html#lxml">lxml</ulink>,
- <ulink url="http://lz4.github.io/lz4/">LZ4</ulink>,
+ <ulink url="https://lz4.github.io/lz4/">LZ4</ulink>,
<ulink url="&blfs-book;postlfs/make-ca.html">make-ca</ulink>,
<ulink url="&blfs-book;postlfs/p11-kit.html">p11-kit</ulink>,
<ulink url="&blfs-book;general/pcre2.html">PCRE2</ulink>,
@@ -3266,7 +3266,7 @@
<segtitle>&external;</segtitle>
<seglistitem>
<seg>
- <ulink url="http://lz4.github.io/lz4/">LZ4</ulink>
+ <ulink url="https://lz4.github.io/lz4/">LZ4</ulink>
</seg>
</seglistitem>
</segmentedlist>
diff --git a/chapter02/creatingfilesystem.xml b/chapter02/creatingfilesystem.xml
index 12529ce8c..1996f1cee 100644
--- a/chapter02/creatingfilesystem.xml
+++ b/chapter02/creatingfilesystem.xml
@@ -44,7 +44,7 @@
<para>Other file systems, including FAT32, NTFS, ReiserFS, JFS, and XFS are
useful for specialized purposes. More information about these file systems
can be found at <ulink
- url="http://en.wikipedia.org/wiki/Comparison_of_file_systems"/>.</para>
+ url="https://en.wikipedia.org/wiki/Comparison_of_file_systems"/>.</para>
<para>LFS assumes that the root file system (/) is of type ext4. To create
an <systemitem class="filesystem">ext4</systemitem> file system on the LFS
diff --git a/chapter03/introduction.xml b/chapter03/introduction.xml
index 76fd5ee12..1b658e89d 100644
--- a/chapter03/introduction.xml
+++ b/chapter03/introduction.xml
@@ -31,7 +31,7 @@
<para>Download locations may not always be accessible. If a download
location has changed since this book was published, Google (<ulink
- url="http://www.google.com/"/>) provides a useful search engine for
+ url="https://www.google.com/"/>) provides a useful search engine for
most packages. If this search is unsuccessful, try one of the
alternative means of downloading at <ulink
url="&lfs-root;lfs/mirrors.html#files"/>. </para>
diff --git a/chapter07/createfiles.xml b/chapter07/createfiles.xml
index eda30ed2e..314540e7e 100644
--- a/chapter07/createfiles.xml
+++ b/chapter07/createfiles.xml
@@ -162,7 +162,7 @@ EOF</userinput></screen>
9, and in part by common convention employed by a number of existing Linux
distributions. In addition, some test suites rely on specific users or
groups. The Linux Standard Base (LSB, available at <ulink
- url="http://refspecs.linuxfoundation.org/lsb.shtml"/>) only recommends that,
+ url="https://refspecs.linuxfoundation.org/lsb.shtml"/>) only recommends that,
besides the group <systemitem class="groupname">root</systemitem> with a
Group ID (GID) of 0, a group <systemitem class="groupname">bin</systemitem>
with a GID of 1 be present. The GID of 5 is widely used for
diff --git a/chapter08/pkgmgt.xml b/chapter08/pkgmgt.xml
index 27e9c9cda..b925a976f 100644
--- a/chapter08/pkgmgt.xml
+++ b/chapter08/pkgmgt.xml
@@ -283,7 +283,7 @@ make DESTDIR=/usr/pkg/libfoo/1.1 install</userinput></screen>
<para>This approach is used by most of the package managers found in the
commercial distributions. Examples of package managers that follow this
approach are RPM (which, incidentally, is required by the <ulink
- url="http://refspecs.linuxfoundation.org/lsb.shtml">Linux
+ url="https://refspecs.linuxfoundation.org/lsb.shtml">Linux
Standard Base Specification</ulink>), pkg-utils, Debian's apt, and
Gentoo's Portage system. A hint describing how to adopt this style of
package management for LFS systems is located at <ulink
@@ -296,7 +296,7 @@ make DESTDIR=/usr/pkg/libfoo/1.1 install</userinput></screen>
archives. This system purposely does not handle package dependencies
as more complex package managers do. For details of Slackware package
management, see <ulink
- url="http://www.slackbook.org/html/package-management.html"/>.</para>
+ url="https://www.slackbook.org/html/package-management.html"/>.</para>
</sect3>
<sect3>
diff --git a/chapter09/consoled.xml b/chapter09/consoled.xml
index 3abf16e3c..c7e4ab9ad 100644
--- a/chapter09/consoled.xml
+++ b/chapter09/consoled.xml
@@ -23,7 +23,7 @@
<filename>/etc/vconsole.conf</filename> file for configuration
information. Decide which keymap and screen font will be used. Various
language-specific HOWTOs can also help with this, see <ulink
- url="http://www.tldp.org/HOWTO/HOWTO-INDEX/other-lang.html"/>.
+ url="https://tldp.org/HOWTO/HOWTO-INDEX/other-lang.html"/>.
Examine the output of <command>localectl list-keymaps</command> for a list of
valid console keymaps. Look in the
<filename class="directory">/usr/share/consolefonts</filename>
diff --git a/chapter09/udev.xml b/chapter09/udev.xml
index a2ff35511..435255a19 100644
--- a/chapter09/udev.xml
+++ b/chapter09/udev.xml
@@ -325,7 +325,7 @@
<listitem>
<para>The <systemitem class="filesystem">sysfs</systemitem> Filesystem
- <ulink url="http://www.kernel.org/pub/linux/kernel/people/mochel/doc/papers/ols-2005/mochel.pdf"/></para>
+ <ulink url="https://www.kernel.org/pub/linux/kernel/people/mochel/doc/papers/ols-2005/mochel.pdf"/></para>
</listitem>
<!-- No longer available
diff --git a/chapter09/usage.xml b/chapter09/usage.xml
index 2c6529e14..9e85c6153 100644
--- a/chapter09/usage.xml
+++ b/chapter09/usage.xml
@@ -334,7 +334,7 @@ EOF</userinput></screen>
<filename>/etc/sysconfig/console</filename> file for configuration
information. Decide which keymap and screen font will be used. Various
language-specific HOWTOs can also help with this, see <ulink
- url="http://www.tldp.org/HOWTO/HOWTO-INDEX/other-lang.html"/>. If still in
+ url="https://tldp.org/HOWTO/HOWTO-INDEX/other-lang.html"/>. If still in
doubt, look in the <filename class="directory">/usr/share/keymaps</filename>
and <filename class="directory">/usr/share/consolefonts</filename> directories
for valid keymaps and screen fonts. Read <filename>loadkeys(1)</filename> and
diff --git a/chapter11/whatnow.xml b/chapter11/whatnow.xml
index f8672ec69..9bca885f1 100644
--- a/chapter11/whatnow.xml
+++ b/chapter11/whatnow.xml
@@ -27,7 +27,7 @@
Since an LFS system is compiled from source, it is up to you to keep
abreast of such reports. There are several online resources that track
such reports, some of which are shown below:</para>
-
+<!-- FIXME too outdated, need a full update -->
<itemizedlist>
<listitem>
@@ -85,7 +85,7 @@
<para>The goal of The Linux Documentation Project (TLDP) is to
collaborate on all of the issues of Linux documentation. The TLDP features
a large collection of HOWTOs, guides, and man pages. It is located at
- <ulink url="http://www.tldp.org/"/>.</para>
+ <ulink url="https://tldp.org/"/>.</para>
</listitem>
</itemizedlist>
diff --git a/packages.ent b/packages.ent
index 5d8adcf7d..ee1381228 100644
--- a/packages.ent
+++ b/packages.ent
@@ -410,7 +410,7 @@
<!ENTITY libpipeline-size "954 KB">
<!ENTITY libpipeline-url "&savannah;/releases/libpipeline/libpipeline-&libpipeline-version;.tar.gz">
<!ENTITY libpipeline-md5 "829c9ba46382b0b3e12dd11fcbc1bb27">
-<!ENTITY libpipeline-home "http://libpipeline.nongnu.org/">
+<!ENTITY libpipeline-home "https://libpipeline.nongnu.org/">
<!ENTITY libpipeline-fin-du "10 MB">
<!ENTITY libpipeline-fin-sbu "0.1 SBU">
@@ -499,7 +499,7 @@
<!ENTITY mpc-size "820 KB">
<!ENTITY mpc-url "https://ftp.gnu.org/gnu/mpc/mpc-&mpc-version;.tar.gz">
<!ENTITY mpc-md5 "9f16c976c25bb0f76b50be749cd7a3a8">
-<!ENTITY mpc-home "http://www.multiprecision.org/">
+<!ENTITY mpc-home "https://www.multiprecision.org/">
<!ENTITY mpc-fin-du "21 MB">
<!ENTITY mpc-fin-sbu "0.3 SBU">
diff --git a/prologue/prerequisites.xml b/prologue/prerequisites.xml
index 05701ffb2..65042e2a5 100644
--- a/prologue/prerequisites.xml
+++ b/prologue/prerequisites.xml
@@ -30,7 +30,7 @@
<itemizedlist>
<listitem>
<para>Software-Building-HOWTO
- <ulink url="http://www.tldp.org/HOWTO/Software-Building-HOWTO.html"/></para>
+ <ulink url="https://tldp.org/HOWTO/Software-Building-HOWTO.html"/></para>
<para>This is a comprehensive guide to building and installing
<quote>generic</quote> Unix software packages under Linux. Although it
@@ -40,7 +40,7 @@
<listitem>
<para>Beginner's Guide to Installing from Source
- <ulink url="http://moi.vonos.net/linux/beginners-installing-from-source/"/></para>
+ <ulink url="https://moi.vonos.net/linux/beginners-installing-from-source/"/></para>
<para>This guide provides a good summary of basic skills and
techniques needed to build software from source code.</para>
diff --git a/prologue/standards.xml b/prologue/standards.xml
index 6000cb72b..7e40ab887 100644
--- a/prologue/standards.xml
+++ b/prologue/standards.xml
@@ -18,17 +18,17 @@
<itemizedlist>
<listitem>
- <para><ulink url="http://pubs.opengroup.org/onlinepubs/9699919799/">
+ <para><ulink url="https://pubs.opengroup.org/onlinepubs/9699919799/">
POSIX.1-2008</ulink>.</para>
</listitem>
<listitem>
<para><ulink
- url="http://refspecs.linuxfoundation.org/FHS_3.0/fhs/index.html">
+ url="https://refspecs.linuxfoundation.org/FHS_3.0/fhs/index.html">
Filesystem Hierarchy Standard (FHS) Version 3.0</ulink></para>
</listitem>
<listitem>
- <para><ulink url="http://refspecs.linuxfoundation.org/lsb.shtml">Linux
+ <para><ulink url="https://refspecs.linuxfoundation.org/lsb.shtml">Linux
Standard Base (LSB) Version 5.0 (2015)</ulink></para>
<para>The LSB has four separate standards: Core, Desktop,