Changeset f83b2fd
- Timestamp:
- 02/21/2021 07:15:36 AM (2 years ago)
- Branches:
- multilib-10.1
- Children:
- 73d51c6
- Parents:
- efa633e
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
refa633e rf83b2fd 48 48 <listitem> 49 49 <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> 50 69 <para>2021-02-18</para> 51 70 <listitem> -
chapter08/grub.xml
refa633e rf83b2fd 40 40 <sect2 role="installation"> 41 41 <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/& -R .note.gnu.property/" \ 46 -i Makefile.in grub-core/Makefile.in</userinput></screen> 42 47 43 48 <para>Prepare GRUB for compilation:</para> -
general.ent
refa633e rf83b2fd 1 <!ENTITY version "SVN-202102 18">1 <!ENTITY version "SVN-20210220"> 2 2 <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; 3 3 Change to x.y for release but not -rc releases --> 4 4 <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> 5 5 6 <!ENTITY versiond "202102 18-systemd">6 <!ENTITY versiond "20210220-systemd"> 7 7 <!ENTITY short-versiond "systemd"> 8 8 <!ENTITY generic-versiond "systemd"> 9 9 10 <!ENTITY releasedate "February 18th, 2021">10 <!ENTITY releasedate "February 20th, 2021"> 11 11 12 12 <!ENTITY copyrightdate "1999-2021"><!-- jhalfs needs a literal dash, not – --> -
packages.ent
refa633e rf83b2fd 481 481 <!ENTITY man-pages-fin-sbu "less than 0.1 SBU"> 482 482 483 <!ENTITY meson-version "0.57. 0">484 <!ENTITY meson-size "1,80 1KB">483 <!ENTITY meson-version "0.57.1"> 484 <!ENTITY meson-size "1,806 KB"> 485 485 <!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"> 487 487 <!ENTITY meson-home "https://mesonbuild.com"> 488 488 <!ENTITY meson-fin-du "37 MB"> … … 582 582 meson pages will be needed: python3.6 and python3.6m --> 583 583 584 <!ENTITY python-version "3.9. 1">584 <!ENTITY python-version "3.9.2"> 585 585 <!ENTITY python-minor "3.9"> 586 <!ENTITY python-size "18,4 55KB">586 <!ENTITY python-size "18,477 KB"> 587 587 <!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"> 589 589 <!ENTITY python-home "https://www.python.org/"> 590 <!ENTITY python-tmp-du "37 3MB">591 <!ENTITY python-tmp-sbu " 1.2SBU">592 <!ENTITY python-fin-du "29 3MB">593 <!ENTITY python-fin-sbu " 3.1SBU">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"> 594 594 <!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,6 48KB">595 <!ENTITY python-docs-md5 "719cd64a4c5768b646b716df20229400"> 596 <!ENTITY python-docs-size "6,659 KB"> 597 597 598 598 <!ENTITY readline-version "8.1">
Note:
See TracChangeset
for help on using the changeset viewer.