Changeset f18f2d6


Ignore:
Timestamp:
07/24/2021 03:45:09 AM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
ml-11.0, multilib
Children:
3388c22
Parents:
cfb8eea (diff), 9f84752 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rcfb8eea rf18f2d6  
    4646    -->
    4747    <listitem>
     48      <para>2021-07-23</para>
     49      <itemizedlist>
     50        <listitem revision="systemd">
     51          <para>[renodr] - Guard systemd against CVE-2021-33910. Fixes
     52          <ulink url="&lfs-ticket-root;4889">#4889</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[renodr] - Update to meson-0.59.0. Fixes
     56          <ulink url="&lfs-ticket-root;4888">#4888</ulink>.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[renodr] - Update to binutils-2.37. Fixes
     60          <ulink url="&lfs-ticket-root;4887">#4887</ulink>.</para>
     61        </listitem>
     62        <listitem>
     63          <para>[renodr] - Update to less-590. Fixes
     64          <ulink url="&lfs-ticket-root;4884">#4884</ulink>.</para>
     65        </listitem>
     66      </itemizedlist>
     67    </listitem>
     68
     69    <listitem>
    4870      <para>2021-07-22</para>
    4971      <itemizedlist>
  • chapter01/whatsnew.xml

    rcfb8eea rf18f2d6  
    4949      <para>Bc &bc-version;</para>
    5050    </listitem>
    51     <!--<listitem>
     51    <listitem>
    5252      <para>Binutils-&binutils-version;</para>
    53     </listitem>-->
     53    </listitem>
    5454    <listitem>
    5555      <para>Bison-&bison-version;</para>
  • chapter03/patches.xml

    rcfb8eea rf18f2d6  
    120120    </varlistentry>
    121121
    122 <!--
    123122    <varlistentry revision="systemd">
    124123      <term>Systemd Upstream Fixes Patch - <token>&systemd-upstream-fixes-patch-size;</token>:</term>
     
    128127      </listitem>
    129128    </varlistentry>
    130 -->
    131129
    132130  </variablelist>
  • chapter08/systemd.xml

    rcfb8eea rf18f2d6  
    4141    <title>Installation of systemd</title>
    4242
    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>
    5145
    5246<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-upstream_fixes-1.patch</userinput></screen>
    53 -->
    5447
    5548<!-- Seems to be not needed anymore with 248
  • packages.ent

    rcfb8eea rf18f2d6  
    6666<!ENTITY bc-fin-sbu "less than 0.1 SBU">
    6767
    68 <!ENTITY binutils-version "2.36.1">
    69 <!ENTITY binutils-size "22,239 KB">
     68<!ENTITY binutils-version "2.37">
     69<!ENTITY binutils-size "22,390 KB">
    7070<!ENTITY binutils-url "&gnu;binutils/binutils-&binutils-version;.tar.xz">
    71 <!ENTITY binutils-md5 "628d490d976d8957279bbbff06cf29d4">
     71<!ENTITY binutils-md5 "e78d9ff2976b745a348f4c1f27c77cb1">
    7272<!ENTITY binutils-home "&gnu-software;binutils/">
    7373<!ENTITY binutils-tmpp1-du "640 MB">
     
    384384<!ENTITY kmod-fin-sbu "0.1 SBU">
    385385
    386 <!ENTITY less-version "581">
    387 <!ENTITY less-size "341 KB">
     386<!ENTITY less-version "590">
     387<!ENTITY less-size "348 KB">
    388388<!ENTITY less-url "https://www.greenwoodsoftware.com/less/less-&less-version;.tar.gz">
    389 <!ENTITY less-md5 "6201df5b9dae2af9767fc220471471b3">
     389<!ENTITY less-md5 "f029087448357812fba450091a1172ab">
    390390<!ENTITY less-home "https://www.greenwoodsoftware.com/less/">
    391391<!ENTITY less-fin-du "4.1 MB">
     
    497497<!ENTITY markupsafe-fin-sbu "less than 0.1 SBU">
    498498
    499 <!ENTITY meson-version "0.58.1">
    500 <!ENTITY meson-size "1,852 KB">
     499<!ENTITY meson-version "0.59.0">
     500<!ENTITY meson-size "1,896 KB">
    501501<!ENTITY meson-url "&github;/mesonbuild/meson/releases/download/&meson-version;/meson-&meson-version;.tar.gz">
    502 <!ENTITY meson-md5 "7e10667e08159a61c4f524b148799ec8">
     502<!ENTITY meson-md5 "bb8bf3898afefc8272989e4be8ff0a5b">
    503503<!ENTITY meson-home "https://mesonbuild.com">
    504504<!ENTITY meson-fin-du "37 MB">
  • patches.ent

    rcfb8eea rf18f2d6  
    7373<!ENTITY sysvinit-consolidated-patch-size "2.4 KB">
    7474
    75 <!--
    7675<!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.