Changeset b4dce40


Ignore:
Timestamp:
03/31/2021 10:41:41 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
eef83ea
Parents:
4c8c128
git-author:
Thomas Trepl <thomas@…> (02/21/2021 07:15:36 AM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:41 AM)
Message:

Merge changes from trunk to multilib

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r4c8c128 rb4dce40  
    4848    <listitem>
    4949      <itemizedlist>
     50      <para>2021-02-20</para>
     51        <listitem>
     52          <para>[bdubbs] - Update to meson-0.57.1. Fixes
     53          <ulink url="&lfs-ticket-root;4821">#4821</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[bdubbs] - Update to Python-3.9.2. Fixes
     57          <ulink url="&lfs-ticket-root;4820">#4820</ulink>.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[pierre] - Fix grub to prevent generation of a huge binary
     61          blob for lzma compression. Reported on the lfs-support mailing
     62          list by Frans de Boer.</para>
     63        </listitem>
     64      </itemizedlist>
     65    </listitem>
     66
     67    <listitem>
     68      <itemizedlist>
    5069      <para>2021-02-18</para>
    5170        <listitem>
  • chapter08/grub.xml

    r4c8c128 rb4dce40  
    4040  <sect2 role="installation">
    4141    <title>Installation of GRUB</title>
     42
     43    <para>First, fix an issue introduced by binutils-2.36:</para>
     44
     45<screen><userinput remap="pre">sed "s/gold-version/&amp; -R .note.gnu.property/" \
     46    -i Makefile.in grub-core/Makefile.in</userinput></screen>
    4247
    4348    <para>Prepare GRUB for compilation:</para>
  • general.ent

    r4c8c128 rb4dce40  
    1 <!ENTITY version         "SVN-20210218">
     1<!ENTITY version         "SVN-20210220">
    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        "20210218-systemd">
     6<!ENTITY versiond        "20210220-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "February 18th, 2021">
     10<!ENTITY releasedate     "February 20th, 2021">
    1111
    1212<!ENTITY copyrightdate   "1999-2021"><!-- jhalfs needs a literal dash, not &ndash; -->
  • packages.ent

    r4c8c128 rb4dce40  
    481481<!ENTITY man-pages-fin-sbu "less than 0.1 SBU">
    482482
    483 <!ENTITY meson-version "0.57.0">
    484 <!ENTITY meson-size "1,801 KB">
     483<!ENTITY meson-version "0.57.1">
     484<!ENTITY meson-size "1,806 KB">
    485485<!ENTITY meson-url "&github;/mesonbuild/meson/releases/download/&meson-version;/meson-&meson-version;.tar.gz">
    486 <!ENTITY meson-md5 "6dab36fcd89067897d2afa857a494752">
     486<!ENTITY meson-md5 "fbd744560351491892478a36a1586815">
    487487<!ENTITY meson-home "https://mesonbuild.com">
    488488<!ENTITY meson-fin-du "37 MB">
     
    582582     meson pages will be needed: python3.6 and python3.6m -->
    583583
    584 <!ENTITY python-version "3.9.1">
     584<!ENTITY python-version "3.9.2">
    585585<!ENTITY python-minor "3.9">
    586 <!ENTITY python-size "18,455 KB">
     586<!ENTITY python-size "18,477 KB">
    587587<!ENTITY python-url "https://www.python.org/ftp/python/&python-version;/Python-&python-version;.tar.xz">
    588 <!ENTITY python-md5 "61981498e75ac8f00adcb908281fadb6">
     588<!ENTITY python-md5 "f0dc9000312abeb16de4eccce9a870ab">
    589589<!ENTITY python-home "https://www.python.org/">
    590 <!ENTITY python-tmp-du "373 MB">
    591 <!ENTITY python-tmp-sbu "1.2 SBU">
    592 <!ENTITY python-fin-du "293 MB">
    593 <!ENTITY python-fin-sbu "3.1 SBU">
     590<!ENTITY python-tmp-du "374 MB">
     591<!ENTITY python-tmp-sbu "0.9 SBU">
     592<!ENTITY python-fin-du "294 MB">
     593<!ENTITY python-fin-sbu "2.8 SBU">
    594594<!ENTITY python-docs-url "https://www.python.org/ftp/python/doc/&python-version;/python-&python-version;-docs-html.tar.bz2">
    595 <!ENTITY python-docs-md5 "89fd591994e303186c349014b8f9e0fd">
    596 <!ENTITY python-docs-size "6,648 KB">
     595<!ENTITY python-docs-md5 "719cd64a4c5768b646b716df20229400">
     596<!ENTITY python-docs-size "6,659 KB">
    597597
    598598<!ENTITY readline-version "8.1">
Note: See TracChangeset for help on using the changeset viewer.