Changeset 6742509c


Ignore:
Timestamp:
06/04/2020 02:35:17 AM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 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:
086c07c9
Parents:
6d5276c
Message:

Update to dbus-1.12.18
Update to libcap-2.36
systemd: Build for for GCC10 (patch instead of cflags)

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23245 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/dbus.xml

    r6d5276c r6742509c  
    77  <!ENTITY dbus-download-http "https://dbus.freedesktop.org/releases/dbus/dbus-&dbus-version;.tar.gz">
    88  <!ENTITY dbus-download-ftp  " ">
    9   <!ENTITY dbus-md5sum        "2dbeae80dfc9e3632320c6a53d5e8890">
     9  <!ENTITY dbus-md5sum        "4ca570c281be35d0b30ab83436712242">
    1010  <!ENTITY dbus-size          "2.0 MB">
    11   <!ENTITY dbus-buildsize     "21 MB (add 17 MB for the tests)">
    12   <!ENTITY dbus-time          "0.3 SBU (add 8.5 SBU for the tests)">
     11  <!ENTITY dbus-buildsize     "21 MB (add 18 MB for the tests)">
     12  <!ENTITY dbus-time          "0.2 SBU (add 8.1 SBU for the tests)">
    1313  <!-- The former value was 0.8 SBU, which was far more sensible. -->
    1414]>
  • general/sysutils/systemd.xml

    r6d5276c r6742509c  
    7979    </itemizedlist>
    8080
    81 <!--
    8281    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    8382    <itemizedlist spacing="compact">
     
    8584        <para>
    8685         Required patch:
    87          <ulink url="&patch-root;/systemd-&systemd-version;-seccomp_and_cpuaffinity_fix-1.patch"/>
     86         <ulink url="&patch-root;/systemd-&systemd-version;-gcc_10-fixes-1.patch"/>
    8887        </para>
    8988      </listitem>
    9089    </itemizedlist>
    91 -->
    9290
    9391    <bridgehead renderas="sect3">systemd Dependencies</bridgehead>
     
    145143  <sect2 role="installation">
    146144    <title>Installation of systemd</title>
    147     <!--
    148     <para>
    149       Apply a patch to fix problems with libseccomp-2.4.2+ and Linux-5.4+:
    150     </para>
    151 
    152 <screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-seccomp_and_cpuaffinity_fix-1.patch</userinput></screen>
    153     -->
     145   
     146    <para>
     147      Apply a patch to fix a build failure when building with GCC-10:
     148    </para>
     149
     150<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-gcc_10-fixes-1.patch</userinput></screen>
     151   
    154152
    155153    <para>
     
    172170      --sysconfdir=/etc             \
    173171      --localstatedir=/var          \
    174       -Dc_args=-Wno-format-overflow \
    175172      -Dblkid=true                  \
    176173      -Dbuildtype=release           \
     
    242239    <title>Command Explanations</title>
    243240
     241<!-- Not needed with the patch
    244242    <para>
    245243      <parameter>-Dc_args=-Wno-format-overflow</parameter>: Prevents an error
     
    249247      versions of GCC too.
    250248    </para>
     249-->
    251250
    252251    <para>
  • introduction/welcome/changelog.xml

    r6d5276c r6742509c  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[renodr] - Update to dbus-1.12.18 (security update). Fixes
     49          <ulink url="&blfs-ticket-root;13626">#13626</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[renodr] - Update to libcap-2.36. Fixes
     53          <ulink url="&blfs-ticket-root;13627">#13627</ulink>.</para>
     54        </listitem>
     55        <listitem revision="systemd">
     56          <para>[renodr] - Fix the build of systemd-245 with GCC-10 using
     57          a patch instead of CFLAGS.</para>
     58        </listitem>
     59        <listitem>
    4860          <para>[bdubbs] - Update to harfbuzz-2.6.7. Fixes
    4961          <ulink url="&blfs-ticket-root;13636">#13636</ulink>.</para>
  • packages.ent

    r6d5276c r6742509c  
    1717<!ENTITY haveged-version              "1.9.2">
    1818<!ENTITY iptables-version             "1.8.4">
    19 <!ENTITY libcap-version               "2.34">
     19<!ENTITY libcap-version               "2.36">
    2020<!ENTITY liboauth-version             "1.0.3">
    2121<!ENTITY linux-pam-version            "1.3.1">
     
    280280<!ENTITY cpio-version                 "2.13">
    281281<!ENTITY cups-pk-helper-version       "0.2.6">
    282 <!ENTITY dbus-version                 "1.12.16">   <!-- Even minors only -->
     282<!ENTITY dbus-version                 "1.12.18">   <!-- Even minors only -->
    283283<!ENTITY elogind-version              "243.7">
    284284<!ENTITY blocaled-version             "0.2">
  • postlfs/security/libcap.xml

    r6d5276c r6742509c  
    77  <!ENTITY libcap-download-http "&kernel-dl;/linux/libs/security/linux-privs/libcap2/libcap-&libcap-version;.tar.xz">
    88  <!ENTITY libcap-download-ftp  " ">
    9   <!ENTITY libcap-md5sum        "66028a8080a0891c54b202bb5e749035">
    10   <!ENTITY libcap-size          "109 KB">
     9  <!ENTITY libcap-md5sum        "3d8cd4a87650cdee130691cb110c2ce2">
     10  <!ENTITY libcap-size          "112 KB">
    1111  <!ENTITY libcap-buildsize     "1.0 MB">
    1212  <!ENTITY libcap-time          "less than 0.1 SBU">
Note: See TracChangeset for help on using the changeset viewer.