Changeset 866916e


Ignore:
Timestamp:
03/15/2023 11:30:09 PM (14 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
fef648d
Parents:
898d71a (diff), ad09ba4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r898d71a r866916e  
    4040    appropriate for the entry or if needed the entire day's listitem.
    4141    -->
     42    <listitem>
     43      <para>2023-03-15</para>
     44      <itemizedlist>
     45        <listitem>
     46          <para>[bdubbs] - Update to bc-6.4.0.  Fixes
     47          <ulink url='&lfs-ticket-root;5217'>#5217</ulink>.</para>
     48        </listitem>
     49        <listitem>
     50          <para>[bdubbs] - Update to grep-3.9.  Fixes
     51          <ulink url='&lfs-ticket-root;5225'>#5225</ulink>.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[bdubbs] - Update to linux-6.2.6.  Fixes
     55          <ulink url='&lfs-ticket-root;5226'>#5226</ulink>.</para>
     56        </listitem>
     57        <listitem>
     58          <para>[bdubbs] - Update to iana-etc-20230306.  Addresses
     59          <ulink url='&lfs-ticket-root;5006'>#5006</ulink>.</para>
     60        </listitem>
     61      </itemizedlist>
     62    </listitem>
    4263    <listitem>
    4364      <para>2023-03-04</para>
  • chapter01/how.xml

    r898d71a r866916e  
    2525
    2626  <para>As an alternative to installing a separate distribution on your
    27   machine, you may wish to use a LiveCD from a commercial distribution.
    28   <!-- the Linux From Scratch LiveCD or --> a LiveCD from a
    29   commercial distribution. <!-- The LFS LiveCD works well as a host system,
    30   providing all the tools you need to successfully follow the instructions in
    31   this book. The LiveCD version is behind the current book, but is still useful
    32   as a host for building the current book.  The <quote>-nosrc</quote> or
    33   <quote>-min</quote> editions of the LiveCD are the most appropriate for
    34   building a current LFS system.  For more information about the LFS LiveCD or
    35   to download a copy, visit <ulink url="&livecd-root;"/>. --></para>
     27  machine, you may wish to use a LiveCD from a commercial distribution.</para>
    3628
    3729  <!--
  • chapter01/whatsnew.xml

    r898d71a r866916e  
    119119      <para>Gperf-&gperf-version;</para>
    120120    </listitem>-->
    121     <!--<listitem>
     121    <listitem>
    122122      <para>Grep-&grep-version;</para>
    123     </listitem>-->
     123    </listitem>
    124124    <!--<listitem>
    125125      <para>Groff-&groff-version;</para>
     
    131131      <para>Gzip-&gzip-version;</para>
    132132    </listitem>-->
    133     <!--<listitem>
     133    <listitem>
    134134      <para>IANA-Etc-&iana-etc-version;</para>
    135     </listitem>-->
     135    </listitem>
    136136    <!--<listitem>
    137137      <para>Inetutils-&inetutils-version;</para>
  • chapter08/openssl.xml

    r898d71a r866916e  
    9797        <emphasis>when upgrading to a version with the same MAJOR version
    9898        number</emphasis>.
     99      </para>
     100
     101      <!-- https://bugzilla.mindrot.org/show_bug.cgi?id=3548 -->
     102      <para>
     103        If <application>OpenSSH</application> is installed, it will be an
     104        exception of the general rule above.  It contains an
     105        over-restrictive OpenSSL version check, so both SSH client and SSH
     106        server will refuse to start if OpenSSL
     107        is updated with MAJOR version number unchanged but MINOR version
     108        number changed.  You need to rebuild
     109        <application>OpenSSH</application> after such an upgrade.
     110        <emphasis role='bold'>If <application>OpenSSH</application> is being
     111        used to access the system, you must rebuild and reinstall it
     112        after upgrading OpenSSL to a new MINOR version number before logout
     113        or you won't be able to login via SSH anymore.</emphasis>
    99114      </para>
    100115
  • chapter11/reboot.xml

    r898d71a r866916e  
    7878    <listitem>
    7979      <para>
    80         Ensure a password is set for the root user.
     80        Ensure a password is set for the &root; user.
    8181      </para>
    8282    </listitem>
     
    142142  <para>When the reboot is complete, the LFS system is ready for use.  What you
    143143  will see is a simple <quote>login: </quote> prompt.  At this point, you can
    144   proceed to
    145   <phrase revision="sysv">
    146     <ulink url="https://www.linuxfromscratch.org/blfs/view/stable/">
    147      the BLFS Book</ulink></phrase>
    148   <phrase revision="systemd">
    149     <ulink url="https://www.linuxfromscratch.org/blfs/view/stable-systemd/">
    150     the BLFS Book</ulink></phrase>
     144  proceed to <ulink url="&blfs-book;">the BLFS Book</ulink>
    151145  where you can add more software to suit your needs.</para>
    152146
  • packages.ent

    r898d71a r866916e  
    5959<!ENTITY bash-fin-sbu "1.2 SBU">
    6060
    61 <!ENTITY bc-version "6.3.1">
    62 <!ENTITY bc-size "448 KB">
     61<!ENTITY bc-version "6.4.0">
     62<!ENTITY bc-size "450 KB">
    6363<!ENTITY bc-url "https://github.com/gavinhoward/bc/releases/download/&bc-version;/bc-&bc-version;.tar.xz">
    64 <!ENTITY bc-md5 "70caa7c8a273d7152ad015823e887455">
     64<!ENTITY bc-md5 "b10f1832f169610db6ebd313c432f69e">
    6565<!ENTITY bc-home "https://git.gavinhoward.com/gavin/bc">
    6666<!ENTITY bc-fin-du "7.6 MB">
     
    282282<!ENTITY gperf-fin-sbu "less than 0.1 SBU">
    283283
    284 <!ENTITY grep-version "3.8">
    285 <!ENTITY grep-size "1,670 KB">
     284<!ENTITY grep-version "3.9">
     285<!ENTITY grep-size "1,641 KB">
    286286<!ENTITY grep-url "&gnu;grep/grep-&grep-version;.tar.xz">
    287 <!ENTITY grep-md5 "dc6e4d18d4659e6e7552fc4a183c8ac9">
     287<!ENTITY grep-md5 "ee315ef80638e0ca3fd5e0c8526b7b2a">
    288288<!ENTITY grep-home "&gnu-software;grep/">
    289289<!ENTITY grep-tmp-du "25 MB">
     
    318318<!ENTITY gzip-fin-sbu "0.3 SBU">
    319319
    320 <!ENTITY iana-etc-version "20230202">
    321 <!ENTITY iana-etc-size "586 KB">
     320<!ENTITY iana-etc-version "20230306">
     321<!ENTITY iana-etc-size "587 KB">
    322322<!ENTITY iana-etc-url "https://github.com/Mic92/iana-etc/releases/download/&iana-etc-version;/iana-etc-&iana-etc-version;.tar.gz">
    323 <!ENTITY iana-etc-md5 "e64685d046cd0dfe94b5c66e294cf9ef">
     323<!ENTITY iana-etc-md5 "b25ebfa2a9ae359a64abaa8331347505">
    324324<!ENTITY iana-etc-home "https://www.iana.org/protocols">
    325325<!ENTITY iana-etc-fin-du "4.8 MB">
     
    434434<!ENTITY linux-major-version "6">
    435435<!ENTITY linux-minor-version "2">
    436 <!ENTITY linux-patch-version "2">
     436<!ENTITY linux-patch-version "6">
    437437<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
    438438<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
    439 <!ENTITY linux-size "133,236 KB">
     439<!ENTITY linux-size "133,263 KB">
    440440<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    441 <!ENTITY linux-md5 "03b17feb98f92131a465b09f3a12e715">
     441<!ENTITY linux-md5 "b1e4f3e49a05c6e26c0e18e363a3dc9a">
    442442<!ENTITY linux-home "https://www.kernel.org/">
    443443<!-- measured for 5.13.4 / gcc-11.1.0 on x86_64 : minimum is
Note: See TracChangeset for help on using the changeset viewer.