Changeset 95906db


Ignore:
Timestamp:
03/31/2021 10:41:38 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
66a21f1
Parents:
81e195d
git-author:
Thomas Trepl <thomas@…> (05/12/2020 10:09:43 AM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:38 AM)
Message:

MultiLib: Merge changes from trunk

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11847 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • appendices/dependencies.xml

    r81e195d r95906db  
    261261
    262262        <seglistitem>
    263          <seg>Bash, Binutils, Coreutils, Diffutils, File, Gawk, GCC, Glibc,
     263         <seg>Bash, Binutils, Coreutils, Diffutils, File, Flex, Gawk, GCC, Glibc,
    264264         Grep, Make, Perl, Sed, Texinfo and Zlib</seg>
    265265        </seglistitem>
     
    585585        <seglistitem>
    586586         <seg>Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Gperf,
    587          Make, and Sed</seg>
     587         Make, Sed, and Util-linux</seg>
    588588        </seglistitem>
    589589      </segmentedlist>
     
    781781
    782782        <seglistitem>
    783           <seg>IPRoute2, Kbd, and Man-DB</seg>
     783          <seg>None</seg>
    784784        </seglistitem>
    785785      </segmentedlist>
     
    825825
    826826        <seglistitem>
    827           <seg>None</seg>
     827          <seg>libsigsegv</seg>
    828828        </seglistitem>
    829829      </segmentedlist>
     
    928928
    929929        <seglistitem>
    930           <seg>Automake</seg>
     930          <seg>Automake and Bison</seg>
    931931        </seglistitem>
    932932      </segmentedlist>
     
    947947
    948948        <seglistitem>
    949          <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Gettext,
     949         <seg>Bash, Binutils, Bison, Coreutils, Diffutils, Gawk, GCC, Gettext,
    950950         Grep, Gzip, Linux API Headers, Make, Perl, Python, Sed, and Texinfo</seg>
    951951        </seglistitem>
     
    14651465
    14661466        <seglistitem>
    1467           <seg>None</seg>
     1467          <seg>Shadow</seg>
    14681468        </seglistitem>
    14691469      </segmentedlist>
     
    22332233        <seglistitem>
    22342234         <seg>Bash, Binutils, Coreutils, Expat, GCC, Gdbm, Gettext, Glibc, Grep,
    2235          Libffi, Make, Ncurses, and Sed</seg>
     2235         Libffi, Make, Ncurses, Sed, and Util-linux</seg>
    22362236        </seglistitem>
    22372237      </segmentedlist>
     
    23412341        <seglistitem>
    23422342         <seg>Acl, Attr, Bash, Binutils, Coreutils, Diffutils, Findutils, Gawk, GCC,
    2343          Gettext, Glibc, Grep, Make, and Sed</seg>
     2343         Gettext, Glibc, Grep, Libcap, Make, and Sed</seg>
    23442344        </seglistitem>
    23452345      </segmentedlist>
  • chapter01/changelog.xml

    r81e195d r95906db  
    4545    appropriate for the entry or if needed the entire day's listitem.
    4646    -->
     47    <listitem revision="systemd">
     48      <para>2020-05-09</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[pierre] - Pass -Wno-format-overflow to systemd to
     52          prevent an error with GCC 10.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
    4757    <listitem>
    4858      <para>2020-05-08</para>
  • chapter06/openssl.xml

    r81e195d r95906db  
    6565<screen><userinput remap="test">make test</userinput></screen>
    6666
    67     <para>One subtest in the test 20-test_enc.t is known to fail.</para>
     67    <para>One test 30-test_afalg.t is known to fail on some kernel
     68    configurations (it apparently assumes certain unspecified crypto
     69    options have been selected).</para>
    6870
    6971    <para>Install the package:</para>
  • chapter06/systemd.xml

    r81e195d r95906db  
    7070cd       build
    7171
    72 LANG=en_US.UTF-8                   \
    73 meson --prefix=/usr                \
    74       --sysconfdir=/etc            \
    75       --localstatedir=/var         \
    76       -Dblkid=true                 \
    77       -Dbuildtype=release          \
    78       -Ddefault-dnssec=no          \
    79       -Dfirstboot=false            \
    80       -Dinstall-tests=false        \
    81       -Dkmod-path=/bin/kmod        \
    82       -Dldconfig=false             \
    83       -Dmount-path=/bin/mount      \
    84       -Drootprefix=                \
    85       -Drootlibdir=/lib            \
    86       -Dsplit-usr=true             \
    87       -Dsulogin-path=/sbin/sulogin \
    88       -Dsysusers=false             \
    89       -Dumount-path=/bin/umount    \
    90       -Db_lto=false                \
    91       -Drpmmacrosdir=no            \
    92       -Dhomed=false                \
    93       -Duserdb=false               \
    94       -Dman=true                   \
     72LANG=en_US.UTF-8                    \
     73meson --prefix=/usr                 \
     74      --sysconfdir=/etc             \
     75      --localstatedir=/var          \
     76      -Dc_args=-Wno-format-overflow \
     77      -Dblkid=true                  \
     78      -Dbuildtype=release           \
     79      -Ddefault-dnssec=no           \
     80      -Dfirstboot=false             \
     81      -Dinstall-tests=false         \
     82      -Dkmod-path=/bin/kmod         \
     83      -Dldconfig=false              \
     84      -Dmount-path=/bin/mount       \
     85      -Drootprefix=                 \
     86      -Drootlibdir=/lib             \
     87      -Dsplit-usr=true              \
     88      -Dsulogin-path=/sbin/sulogin  \
     89      -Dsysusers=false              \
     90      -Dumount-path=/bin/umount     \
     91      -Db_lto=false                 \
     92      -Drpmmacrosdir=no             \
     93      -Dhomed=false                 \
     94      -Duserdb=false                \
     95      -Dman=true                    \
    9596      ..</userinput></screen>
    9697
    9798    <variablelist>
    9899      <title>The meaning of the meson options:</title>
     100
     101      <varlistentry>
     102        <term><parameter>-Dc_args=-Wno-format-overflow</parameter></term>
     103        <listitem>
     104          <para>The defaults flags passed to gcc contain
     105          <parameter>-Werror=format-overflow</parameter>, which generates
     106          an error with GCC 10. Passing this parameter prevents the error
     107          from occuring.</para>
     108        </listitem>
     109      </varlistentry>
    99110
    100111      <varlistentry>
  • general.ent

    r81e195d r95906db  
    44<!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    55
    6 <!ENTITY versiond        "20200508-systemd">
     6<!ENTITY versiond        "20200509-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "May 8th, 2020">
     10<!ENTITY releasedate     "May 9th, 2020">
    1111
    1212<!ENTITY copyrightdate   "1999-2020"><!-- jhalfs needs a literal dash, not &ndash; -->
  • lfs-latest.php

    r81e195d r95906db  
    281281
    282282  if ( $package == "procps-ng" )
    283      return find_max( $lines, "/release/", "/^.* ([\d\.]+).*$/" );
     283     return find_max( $lines, "/v\d/", "/^.*v([\d\.]+).*$/" );
    284284
    285285  if ( $package == "psmisc" )
  • packages.ent

    r81e195d r95906db  
    540540<!ENTITY ninja-ch6-sbu "0.3 SBU">
    541541
    542 <!ENTITY openssl-version "1.1.1f">
    543 <!ENTITY openssl-size "9,564 KB">
     542<!ENTITY openssl-version "1.1.1g">
     543<!ENTITY openssl-size "9,572 KB">
    544544<!ENTITY openssl-url "https://www.openssl.org/source/openssl-&openssl-version;.tar.gz">
    545 <!ENTITY openssl-md5 "3f486f2f4435ef14b81814dbbc7b48bb">
     545<!ENTITY openssl-md5 "76766e98997660138cdaf13a187bd234">
    546546<!ENTITY openssl-home "https://www.openssl.org/">
    547 <!ENTITY openssl-ch6-du "146 MB">
    548 <!ENTITY openssl-ch6-sbu "2.1 SBU">
     547<!ENTITY openssl-ch6-du "147 MB">
     548<!ENTITY openssl-ch6-sbu "2.2 SBU">
    549549
    550550<!ENTITY patch-version "2.7.6">
Note: See TracChangeset for help on using the changeset viewer.