Changeset 9f84752
- Timestamp:
- 07/23/2021 11:30:53 AM (20 months ago)
- Branches:
- 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, arm, ml-11.0, multilib, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/glibc-2.34, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008
- Children:
- f18f2d6, ff5c009
- Parents:
- 4eee9cc
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
r4eee9cc r9f84752 44 44 --> 45 45 <listitem> 46 <para>2021-07-23</para> 47 <itemizedlist> 48 <listitem revision="systemd"> 49 <para>[renodr] - Guard systemd against CVE-2021-33910. Fixes 50 <ulink url="&lfs-ticket-root;4889">#4889</ulink>.</para> 51 </listitem> 52 <listitem> 53 <para>[renodr] - Update to meson-0.59.0. Fixes 54 <ulink url="&lfs-ticket-root;4888">#4888</ulink>.</para> 55 </listitem> 56 <listitem> 57 <para>[renodr] - Update to binutils-2.37. Fixes 58 <ulink url="&lfs-ticket-root;4887">#4887</ulink>.</para> 59 </listitem> 60 <listitem> 61 <para>[renodr] - Update to less-590. Fixes 62 <ulink url="&lfs-ticket-root;4884">#4884</ulink>.</para> 63 </listitem> 64 </itemizedlist> 65 </listitem> 66 67 <listitem> 46 68 <para>2021-07-22</para> 47 69 <itemizedlist> -
chapter01/whatsnew.xml
r4eee9cc r9f84752 49 49 <para>Bc &bc-version;</para> 50 50 </listitem> 51 < !--<listitem>51 <listitem> 52 52 <para>Binutils-&binutils-version;</para> 53 </listitem> -->53 </listitem> 54 54 <listitem> 55 55 <para>Bison-&bison-version;</para> -
chapter03/patches.xml
r4eee9cc r9f84752 120 120 </varlistentry> 121 121 122 <!--123 122 <varlistentry revision="systemd"> 124 123 <term>Systemd Upstream Fixes Patch - <token>&systemd-upstream-fixes-patch-size;</token>:</term> … … 128 127 </listitem> 129 128 </varlistentry> 130 -->131 129 132 130 </variablelist> -
chapter08/systemd.xml
r4eee9cc r9f84752 41 41 <title>Installation of systemd</title> 42 42 43 <!-- 44 <para>First, apply a patch to fix the build with GCC-10 and fix a segfault:</para> 45 46 <screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-gcc_10-fixes-2.patch</userinput></screen> 47 --> 48 49 <!-- For linux-5.11's API headers changing the rfkill_event structure 50 <para>First, apply a patch to fix some build issues:</para> 43 <!--Fix CVE-2021-33910 --> 44 <para>First, apply a patch to fix a security vulnerability:</para> 51 45 52 46 <screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-upstream_fixes-1.patch</userinput></screen> 53 -->54 47 55 48 <!-- Seems to be not needed anymore with 248 -
packages.ent
r4eee9cc r9f84752 66 66 <!ENTITY bc-fin-sbu "less than 0.1 SBU"> 67 67 68 <!ENTITY binutils-version "2.3 6.1">69 <!ENTITY binutils-size "22, 239KB">68 <!ENTITY binutils-version "2.37"> 69 <!ENTITY binutils-size "22,390 KB"> 70 70 <!ENTITY binutils-url "&gnu;binutils/binutils-&binutils-version;.tar.xz"> 71 <!ENTITY binutils-md5 " 628d490d976d8957279bbbff06cf29d4">71 <!ENTITY binutils-md5 "e78d9ff2976b745a348f4c1f27c77cb1"> 72 72 <!ENTITY binutils-home "&gnu-software;binutils/"> 73 73 <!ENTITY binutils-tmpp1-du "640 MB"> … … 376 376 <!ENTITY kmod-fin-sbu "0.1 SBU"> 377 377 378 <!ENTITY less-version "5 81">379 <!ENTITY less-size "34 1KB">378 <!ENTITY less-version "590"> 379 <!ENTITY less-size "348 KB"> 380 380 <!ENTITY less-url "https://www.greenwoodsoftware.com/less/less-&less-version;.tar.gz"> 381 <!ENTITY less-md5 " 6201df5b9dae2af9767fc220471471b3">381 <!ENTITY less-md5 "f029087448357812fba450091a1172ab"> 382 382 <!ENTITY less-home "https://www.greenwoodsoftware.com/less/"> 383 383 <!ENTITY less-fin-du "4.1 MB"> … … 489 489 <!ENTITY markupsafe-fin-sbu "less than 0.1 SBU"> 490 490 491 <!ENTITY meson-version "0.5 8.1">492 <!ENTITY meson-size "1,8 52KB">491 <!ENTITY meson-version "0.59.0"> 492 <!ENTITY meson-size "1,896 KB"> 493 493 <!ENTITY meson-url "&github;/mesonbuild/meson/releases/download/&meson-version;/meson-&meson-version;.tar.gz"> 494 <!ENTITY meson-md5 " 7e10667e08159a61c4f524b148799ec8">494 <!ENTITY meson-md5 "bb8bf3898afefc8272989e4be8ff0a5b"> 495 495 <!ENTITY meson-home "https://mesonbuild.com"> 496 496 <!ENTITY meson-fin-du "37 MB"> -
patches.ent
r4eee9cc r9f84752 73 73 <!ENTITY sysvinit-consolidated-patch-size "2.4 KB"> 74 74 75 <!--76 75 <!ENTITY systemd-upstream-fixes-patch "systemd-&systemd-version;-upstream_fixes-1.patch"> 77 <!ENTITY systemd-upstream-fixes-patch-md5 "6819d49562ac48b551d15d2dd0123055"> 78 <!ENTITY systemd-upstream-fixes-patch-size "8 KB"> 79 --> 76 <!ENTITY systemd-upstream-fixes-patch-md5 "a4449dedf514486b8995ee501d1bb8cc"> 77 <!ENTITY systemd-upstream-fixes-patch-size "4 KB">
Note:
See TracChangeset
for help on using the changeset viewer.