Changeset ff6baab


Ignore:
Timestamp:
05/22/2020 04:16:30 AM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
e65cc63
Parents:
f573e24
Message:

MultiLib: Merge changes from trunk

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • appendices/dependencies.xml

    rf573e24 rff6baab  
    286286
    287287        <seglistitem>
    288           <seg>None</seg>
     288          <seg>Debuginfod</seg>
    289289        </seglistitem>
    290290      </segmentedlist>
  • chapter01/changelog.xml

    rf573e24 rff6baab  
    4545    appropriate for the entry or if needed the entire day's listitem.
    4646    -->
     47    <listitem>
     48      <para>2020-05-21</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[pierre] - Fix a crash at early boot when using
     52          CONFIG_STACK_PROTECTOR_STRONG=y in kernel configuration.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
     58      <para>2020-05-16</para>
     59      <itemizedlist>
     60        <listitem>
     61          <para>[bdubbs] - Update to meson-0.54.2. Fixes
     62          <ulink url="&lfs-ticket-root;4656">#4656</ulink>.</para>
     63        </listitem>
     64        <listitem>
     65          <para>[bdubbs] - Update to Python-3.8.3. Fixes
     66          <ulink url="&lfs-ticket-root;4655">#4655</ulink>.</para>
     67        </listitem>
     68        <listitem>
     69          <para>[bdubbs] - Update to bison-3.6.1. Fixes
     70          <ulink url="&lfs-ticket-root;4654">#4654</ulink>.</para>
     71        </listitem>
     72        <listitem>
     73          <para>[bdubbs] - Update to linux-5.6.13. Fixes
     74          <ulink url="&lfs-ticket-root;4653">#4653</ulink>.</para>
     75        </listitem>
     76      </itemizedlist>
     77    </listitem>
     78
    4779    <listitem revision="systemd">
    4880      <para>2020-05-09</para>
  • chapter06/libcap.xml

    rf573e24 rff6baab  
    7272    <para>Install the package and do some cleanup:</para>
    7373
    74 <screen><userinput remap="install">make lib=lib install
     74<screen><userinput remap="install">make lib=lib PKGCONFIGDIR=/usr/lib/pkgconfig install
    7575chmod -v 755 /lib/libcap.so.&libcap-version;
    7676mv -v /lib/libpsx.a /usr/lib
  • chapter08/kernel.xml

    rf573e24 rff6baab  
    5454    kernel compilation. Do not rely on the source tree being clean after
    5555    un-tarring.</para>
     56
     57    <!-- The following paragraph and sed should be only necessary on the 5.6
     58         series, but check when 5.7 is out. -->
     59    <para>When using <envar>CONFIG_STACKPROTECTOR_STRONG=y</envar>, and
     60    compiling with GCC 10 and later, the default optimization is too
     61    aggressive, and generates a kernel panic when booting. This can be
     62    fixed with:</para>
     63
     64<screen><userinput remap="pre">sed -e '/cpu_startup/a asm("");' \
     65    -i arch/x86/{kernel/smpboot.c,xen/smp_pv.c}</userinput></screen>
    5666
    5767    <!-- Support for compiling a keymap into the kernel is deliberately removed -->
  • general.ent

    rf573e24 rff6baab  
    1 <!ENTITY version         "SVN-20200508">
     1<!ENTITY version         "SVN-20200521">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    33                                      Change to x.y for release but not -rc releases -->
    44<!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    55
    6 <!ENTITY versiond        "20200509-systemd">
     6<!ENTITY versiond        "20200521-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "May 9th, 2020">
     10<!ENTITY releasedate     "May 21st, 2020">
    1111
    1212<!ENTITY copyrightdate   "1999-2020"><!-- jhalfs needs a literal dash, not &ndash; -->
  • packages.ent

    rf573e24 rff6baab  
    7171<!ENTITY binutils-ch6-sbu "6.7 SBU">
    7272
    73 <!ENTITY bison-version "3.6">
    74 <!ENTITY bison-size "2,406 KB">
     73<!ENTITY bison-version "3.6.1">
     74<!ENTITY bison-size "2,407 KB">
    7575<!ENTITY bison-url "&gnu;bison/bison-&bison-version;.tar.xz">
    76 <!ENTITY bison-md5 "132d05287e2c9f98d848e2366f17a949">
     76<!ENTITY bison-md5 "16fa3e60f2c33888c6ef7af64c89e182">
    7777<!ENTITY bison-home "&gnu-software;bison/">
    7878<!ENTITY bison-ch5-du "43 MB">
     
    434434<!ENTITY linux-major-version "5">
    435435<!ENTITY linux-minor-version "6">
    436 <!ENTITY linux-patch-version "11">
     436<!ENTITY linux-patch-version "13">
    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 "109,179 KB">
     439<!ENTITY linux-size "109,177 KB">
    440440<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    441 <!ENTITY linux-md5 "2af56bf5539b0e21fd6b27e0941a92aa">
     441<!ENTITY linux-md5 "73fa7a9e7c42a9ab2cc8151d20e8d6b6">
    442442<!ENTITY linux-home "https://www.kernel.org/">
    443443<!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is
     
    498498<!ENTITY man-pages-ch6-sbu "less than 0.1 SBU">
    499499
    500 <!ENTITY meson-version "0.54.1">
    501 <!ENTITY meson-size "1,648 KB">
     500<!ENTITY meson-version "0.54.2">
     501<!ENTITY meson-size "1,652 KB">
    502502<!ENTITY meson-url "&github;/mesonbuild/meson/releases/download/&meson-version;/meson-&meson-version;.tar.gz">
    503 <!ENTITY meson-md5 "1624d083535ec188adad71ba46d770b3">
     503<!ENTITY meson-md5 "6da6600c230d4124a73ca77ffef69cad">
    504504<!ENTITY meson-home "https://mesonbuild.com">
    505505<!ENTITY meson-ch6-du "31 MB">
     
    595595     meson pages will be needed: python3.6 and python3.6m -->
    596596
    597 <!ENTITY python-version "3.8.2">
     597<!ENTITY python-version "3.8.3">
    598598<!ENTITY python-minor "3.8">
    599 <!ENTITY python-size "17,452 KB">
     599<!ENTITY python-size "17,494 KB">
    600600<!ENTITY python-url "https://www.python.org/ftp/python/&python-version;/Python-&python-version;.tar.xz">
    601 <!ENTITY python-md5 "e9d6ebc92183a177b8e8a58cad5b8d67">
     601<!ENTITY python-md5 "3000cf50aaa413052aef82fd2122ca78">
    602602<!ENTITY python-home "https://www.python.org/">
    603603<!ENTITY python-ch5-du "409 MB">
     
    606606<!ENTITY python-ch6-sbu "1.2 SBU">
    607607<!ENTITY python-docs-url "https://www.python.org/ftp/python/doc/&python-version;/python-&python-version;-docs-html.tar.bz2">
    608 <!ENTITY python-docs-md5 "e538aa735bc61e2260fb281aeb890872">
    609 <!ENTITY python-docs-size "6,384 KB">
     608<!ENTITY python-docs-md5 "2568df23eb5ad90aabab4b1e84b99fd9">
     609<!ENTITY python-docs-size "6,404 KB">
    610610
    611611<!ENTITY readline-version "8.0">
Note: See TracChangeset for help on using the changeset viewer.