Changeset 4f60bf0


Ignore:
Timestamp:
07/09/2021 04:07:13 AM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5f8e943
Parents:
a740c95
Message:

Update to Python-3.9.6 (Security Update).
Update to systemd-249 (Security Update).

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python3.xml

    ra740c95 r4f60bf0  
    1010  <!ENTITY python3-md5sum        "71f7ada6bec9cdbf4538adc326120cfd">
    1111  <!ENTITY python3-size          "18 MB">
    12   <!ENTITY python3-buildsize     "355 MB (add 47 MB for tests)">
    13   <!ENTITY python3-time          "0.5 SBU (using parallelism=4; add 2.5 SBU for tests)">
     12  <!ENTITY python3-buildsize     "356 MB (add 56 MB for tests)">
     13  <!ENTITY python3-time          "0.6 SBU (using parallelism=4; add 2.7 SBU for tests)">
    1414  <!--
    1515  Note: Size does not reflect docs that were install in LFS.
     
    130130    <para>
    131131      To test the result, issue <command>make test</command>.
    132       Some tests may need Internet connection.
     132      Some tests may need an Internet connection.
    133133    </para>
    134134
  • general/sysutils/systemd.xml

    ra740c95 r4f60bf0  
    88  <!ENTITY systemd-download-http "https://github.com/systemd/systemd/archive/v&systemd-version;/systemd-&systemd-version;.tar.gz">
    99  <!ENTITY systemd-download-ftp  " ">
    10   <!ENTITY systemd-md5sum        "00131adf0e98c1fd8a7fde4eb47f10c8">
    11   <!ENTITY systemd-size          "9.8 MB">
    12   <!ENTITY systemd-buildsize     "285 MB (with tests)">
    13   <!ENTITY systemd-time          "2.2 SBU (with tests)">
     10  <!ENTITY systemd-md5sum        "8e8adf909c255914dfc10709bd372e69">
     11  <!ENTITY systemd-size          "10 MB">
     12  <!ENTITY systemd-buildsize     "287 MB (with tests)">
     13  <!ENTITY systemd-time          "2.5 SBU (with tests)">
    1414
    1515]>
     
    7878    </itemizedlist>
    7979
     80<!--
    8081    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    8182    <itemizedlist spacing="compact">
     
    8788      </listitem>
    8889    </itemizedlist>
     90-->
    8991
    9092    <bridgehead renderas="sect3">systemd Dependencies</bridgehead>
     
    9294    <bridgehead renderas="sect4">Required</bridgehead>
    9395    <para role="required">
     96      <xref linkend="Jinja2"/> and
    9497      <xref linkend="linux-pam"/>
    9598    </para>
     
    148151    <title>Installation of systemd</title>
    149152
     153<!--
    150154    <para>
    151155      Apply a patch to fix a build issue with meson-0.57.2 and higher, as well
     
    154158
    155159<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-upstream_fixes-1.patch</userinput></screen>
    156 
    157     <para>
    158       Remove an unneeded group,
    159       <systemitem class="groupname">render</systemitem>, from the default udev
     160-->
     161
     162    <para>
     163      Remove two unneeded groups,
     164      <systemitem class="groupname">render</systemitem> and
     165      <systemitem class="groupname">sgx</systemitem>, from the default udev
    160166      rules:
    161167    </para>
    162168
    163 <screen><userinput remap="pre">sed -i 's/GROUP="render"/GROUP="video"/' rules.d/50-udev-default.rules.in</userinput></screen>
     169<screen><userinput remap="pre">sed -i -e 's/GROUP="render"/GROUP="video"/' \
     170       -e 's/GROUP="sgx", //' rules.d/50-udev-default.rules.in</userinput></screen>
    164171
    165172    <para>
  • introduction/welcome/changelog.xml

    ra740c95 r4f60bf0  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[renodr] - Update to Python-3.9.6 (Security Update). Fixes
     49          <ulink url="&blfs-ticket-root;15221">#15221</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[renodr] - Update to systemd-249 (Security Update). Fixes
     53          <ulink url="&blfs-ticket-root;15245">#15245</ulink>.</para>
     54        </listitem>
     55        <listitem>
    4856          <para>[renodr] - Adapt gptfdisk to merged-/usr changes. Partially
    4957          fixes <ulink url="&blfs-ticket-root;15223">#15223</ulink>.</para>
  • packages.ent

    ra740c95 r4f60bf0  
    310310<!ENTITY strigi-version               "0.7.8">
    311311<!ENTITY sysstat-version              "12.5.4">
    312 <!ENTITY systemd-version              "248">
     312<!ENTITY systemd-version              "249">
    313313<!--<!ENTITY systemd-stable               "6b4878d"> Unused for now -->
    314314<!ENTITY udisks-version               "1.0.5">    <!-- stable lt .90 micro version -->
     
    364364<!ENTITY python3-major                "3">
    365365<!ENTITY python3-minor                "9">
    366 <!ENTITY python3-patch                "5">
     366<!ENTITY python3-patch                "6">
    367367<!ENTITY python3-majorver             "&python3-major;.&python3-minor;">
    368368<!ENTITY python3-version              "&python3-majorver;.&python3-patch;">
Note: See TracChangeset for help on using the changeset viewer.