mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-02-01 03:42:13 +00:00
Automatic merge of trunk into multilib
This commit is contained in:
commit
866916e08c
@ -39,6 +39,27 @@
|
||||
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
||||
appropriate for the entry or if needed the entire day's listitem.
|
||||
-->
|
||||
<listitem>
|
||||
<para>2023-03-15</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to bc-6.4.0. Fixes
|
||||
<ulink url='&lfs-ticket-root;5217'>#5217</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to grep-3.9. Fixes
|
||||
<ulink url='&lfs-ticket-root;5225'>#5225</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to linux-6.2.6. Fixes
|
||||
<ulink url='&lfs-ticket-root;5226'>#5226</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to iana-etc-20230306. Addresses
|
||||
<ulink url='&lfs-ticket-root;5006'>#5006</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>2023-03-04</para>
|
||||
<itemizedlist>
|
||||
|
@ -24,15 +24,7 @@
|
||||
<ulink url="&lfs-root;hints/downloads/files/partitioning-for-lfs.txt"/>.</para></note>
|
||||
|
||||
<para>As an alternative to installing a separate distribution on your
|
||||
machine, you may wish to use a LiveCD from a commercial distribution.
|
||||
<!-- the Linux From Scratch LiveCD or --> a LiveCD from a
|
||||
commercial distribution. <!-- The LFS LiveCD works well as a host system,
|
||||
providing all the tools you need to successfully follow the instructions in
|
||||
this book. The LiveCD version is behind the current book, but is still useful
|
||||
as a host for building the current book. The <quote>-nosrc</quote> or
|
||||
<quote>-min</quote> editions of the LiveCD are the most appropriate for
|
||||
building a current LFS system. For more information about the LFS LiveCD or
|
||||
to download a copy, visit <ulink url="&livecd-root;"/>. --></para>
|
||||
machine, you may wish to use a LiveCD from a commercial distribution.</para>
|
||||
|
||||
<!--
|
||||
<note>
|
||||
|
@ -118,9 +118,9 @@
|
||||
<!--<listitem>
|
||||
<para>Gperf-&gperf-version;</para>
|
||||
</listitem>-->
|
||||
<!--<listitem>
|
||||
<listitem>
|
||||
<para>Grep-&grep-version;</para>
|
||||
</listitem>-->
|
||||
</listitem>
|
||||
<!--<listitem>
|
||||
<para>Groff-&groff-version;</para>
|
||||
</listitem>-->
|
||||
@ -130,9 +130,9 @@
|
||||
<!--<listitem>
|
||||
<para>Gzip-&gzip-version;</para>
|
||||
</listitem>-->
|
||||
<!--<listitem>
|
||||
<listitem>
|
||||
<para>IANA-Etc-&iana-etc-version;</para>
|
||||
</listitem>-->
|
||||
</listitem>
|
||||
<!--<listitem>
|
||||
<para>Inetutils-&inetutils-version;</para>
|
||||
</listitem>-->
|
||||
|
@ -98,6 +98,21 @@ make MANSUFFIX=ssl install</userinput></screen>
|
||||
number</emphasis>.
|
||||
</para>
|
||||
|
||||
<!-- https://bugzilla.mindrot.org/show_bug.cgi?id=3548 -->
|
||||
<para>
|
||||
If <application>OpenSSH</application> is installed, it will be an
|
||||
exception of the general rule above. It contains an
|
||||
over-restrictive OpenSSL version check, so both SSH client and SSH
|
||||
server will refuse to start if OpenSSL
|
||||
is updated with MAJOR version number unchanged but MINOR version
|
||||
number changed. You need to rebuild
|
||||
<application>OpenSSH</application> after such an upgrade.
|
||||
<emphasis role='bold'>If <application>OpenSSH</application> is being
|
||||
used to access the system, you must rebuild and reinstall it
|
||||
after upgrading OpenSSL to a new MINOR version number before logout
|
||||
or you won't be able to login via SSH anymore.</emphasis>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
However, any running programs linked to those libraries need to be stopped
|
||||
and restarted. Read the related entries in
|
||||
|
@ -77,7 +77,7 @@
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Ensure a password is set for the root user.
|
||||
Ensure a password is set for the &root; user.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
@ -141,13 +141,7 @@ umount -v $LFS</userinput></screen>
|
||||
|
||||
<para>When the reboot is complete, the LFS system is ready for use. What you
|
||||
will see is a simple <quote>login: </quote> prompt. At this point, you can
|
||||
proceed to
|
||||
<phrase revision="sysv">
|
||||
<ulink url="https://www.linuxfromscratch.org/blfs/view/stable/">
|
||||
the BLFS Book</ulink></phrase>
|
||||
<phrase revision="systemd">
|
||||
<ulink url="https://www.linuxfromscratch.org/blfs/view/stable-systemd/">
|
||||
the BLFS Book</ulink></phrase>
|
||||
proceed to <ulink url="&blfs-book;">the BLFS Book</ulink>
|
||||
where you can add more software to suit your needs.</para>
|
||||
|
||||
<para>
|
||||
|
24
packages.ent
24
packages.ent
@ -58,10 +58,10 @@
|
||||
<!ENTITY bash-fin-du "52 MB">
|
||||
<!ENTITY bash-fin-sbu "1.2 SBU">
|
||||
|
||||
<!ENTITY bc-version "6.3.1">
|
||||
<!ENTITY bc-size "448 KB">
|
||||
<!ENTITY bc-version "6.4.0">
|
||||
<!ENTITY bc-size "450 KB">
|
||||
<!ENTITY bc-url "https://github.com/gavinhoward/bc/releases/download/&bc-version;/bc-&bc-version;.tar.xz">
|
||||
<!ENTITY bc-md5 "70caa7c8a273d7152ad015823e887455">
|
||||
<!ENTITY bc-md5 "b10f1832f169610db6ebd313c432f69e">
|
||||
<!ENTITY bc-home "https://git.gavinhoward.com/gavin/bc">
|
||||
<!ENTITY bc-fin-du "7.6 MB">
|
||||
<!ENTITY bc-fin-sbu "less than 0.1 SBU">
|
||||
@ -281,10 +281,10 @@
|
||||
<!ENTITY gperf-fin-du "6.1 MB">
|
||||
<!ENTITY gperf-fin-sbu "less than 0.1 SBU">
|
||||
|
||||
<!ENTITY grep-version "3.8">
|
||||
<!ENTITY grep-size "1,670 KB">
|
||||
<!ENTITY grep-version "3.9">
|
||||
<!ENTITY grep-size "1,641 KB">
|
||||
<!ENTITY grep-url "&gnu;grep/grep-&grep-version;.tar.xz">
|
||||
<!ENTITY grep-md5 "dc6e4d18d4659e6e7552fc4a183c8ac9">
|
||||
<!ENTITY grep-md5 "ee315ef80638e0ca3fd5e0c8526b7b2a">
|
||||
<!ENTITY grep-home "&gnu-software;grep/">
|
||||
<!ENTITY grep-tmp-du "25 MB">
|
||||
<!ENTITY grep-tmp-sbu "0.2 SBU">
|
||||
@ -317,10 +317,10 @@
|
||||
<!ENTITY gzip-fin-du "21 MB">
|
||||
<!ENTITY gzip-fin-sbu "0.3 SBU">
|
||||
|
||||
<!ENTITY iana-etc-version "20230202">
|
||||
<!ENTITY iana-etc-size "586 KB">
|
||||
<!ENTITY iana-etc-version "20230306">
|
||||
<!ENTITY iana-etc-size "587 KB">
|
||||
<!ENTITY iana-etc-url "https://github.com/Mic92/iana-etc/releases/download/&iana-etc-version;/iana-etc-&iana-etc-version;.tar.gz">
|
||||
<!ENTITY iana-etc-md5 "e64685d046cd0dfe94b5c66e294cf9ef">
|
||||
<!ENTITY iana-etc-md5 "b25ebfa2a9ae359a64abaa8331347505">
|
||||
<!ENTITY iana-etc-home "https://www.iana.org/protocols">
|
||||
<!ENTITY iana-etc-fin-du "4.8 MB">
|
||||
<!ENTITY iana-etc-fin-sbu "less than 0.1 SBU">
|
||||
@ -433,12 +433,12 @@
|
||||
|
||||
<!ENTITY linux-major-version "6">
|
||||
<!ENTITY linux-minor-version "2">
|
||||
<!ENTITY linux-patch-version "2">
|
||||
<!ENTITY linux-patch-version "6">
|
||||
<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
|
||||
<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
|
||||
<!ENTITY linux-size "133,236 KB">
|
||||
<!ENTITY linux-size "133,263 KB">
|
||||
<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
|
||||
<!ENTITY linux-md5 "03b17feb98f92131a465b09f3a12e715">
|
||||
<!ENTITY linux-md5 "b1e4f3e49a05c6e26c0e18e363a3dc9a">
|
||||
<!ENTITY linux-home "https://www.kernel.org/">
|
||||
<!-- measured for 5.13.4 / gcc-11.1.0 on x86_64 : minimum is
|
||||
allnoconfig rounded down to allow for ongoing cleanups,
|
||||
|
Loading…
Reference in New Issue
Block a user