Changeset adb90981


Ignore:
Timestamp:
01/31/2020 05:32:22 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.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:
ea84865
Parents:
590492d8
Message:

elogind-243.4

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/elogind.xml

    r590492d8 radb90981  
    77  <!ENTITY elogind-download-http "https://github.com/elogind/elogind/archive/v&elogind-version;/elogind-&elogind-version;.tar.gz">
    88  <!ENTITY elogind-download-ftp  " ">
    9   <!ENTITY elogind-md5sum        "fb5ba9da1115d68d2b6cdbcd10167b7d">
     9  <!ENTITY elogind-md5sum        "9803503c9bcfe487f400380d742788e5">
    1010  <!ENTITY elogind-size          "1.3 MB">
    11   <!ENTITY elogind-buildsize     "56 MB (add 1 MB for tests)">
     11  <!ENTITY elogind-buildsize     "49 MB (add 2 MB for tests)">
    1212  <!ENTITY elogind-time          "0.4 SBU (NINJAJOBS=1)">
    1313]>
     
    137137    </para>
    138138
    139 <screen><literal>
    140 -*- Cryptographic API ---&gt;                               [CONFIG_CRYPTO]
     139<screen><literal>-*- Cryptographic API ---&gt;                               [CONFIG_CRYPTO]
    141140   &lt;M/*&gt; Userspace cryptographic algorithm configuration [CONFIG_CRYPTO_USER]
    142141   &lt;M/*&gt; User-space interface for hash algorithms        [CONFIG_CRYPTO_USER_API_HASH]</literal></screen>
     
    151150
    152151    <para>
    153       First fix an issue with reading a session file:
    154     </para>
    155 
    156 <screen><userinput>sed -e '/dirent-util/a #include "env-file.h"'                            \
    157     -e '/sessions/{n;n;s/=.*$/= parse_env_file (NULL, p, "UID", \&amp;s);/}' \
    158     -i src/basic/cgroup-util.c</userinput></screen>
     152      Fix one of the tests:
     153    </para>
     154<!-- Shouldn't be needed on LFS SVN, but is needed on 9.0 -->
     155<screen><userinput>sed 's/os-release/lsb-release/' -i src/test/test-copy.c</userinput></screen>
    159156
    160157    <para>
     
    171168      -Dcgroup-controller=elogind          \
    172169      -Ddbuspolicydir=/etc/dbus-1/system.d \
    173 <!-- needed in 243.4      -Dman=auto                           \
    174 -->      ..  &amp;&amp;
     170      -Dman=auto                           \
     171      ..  &amp;&amp;
    175172ninja</userinput></screen>
    176173
     
    205202      directory.
    206203    </para>
    207 <!-- added in 243.4
     204
    208205    <para>
    209206      <parameter>-Dman=auto</parameter>: The default value of this switch is
     
    211208      allows building and installing the man pages if the recommended
    212209      dependencies are installed.
    213     </para>-->
     210    </para>
    214211
    215212    <para>
  • introduction/welcome/changelog.xml

    r590492d8 radb90981  
    4545      <para>January 31st, 2020</para>
    4646      <itemizedlist>
     47        <listitem revision="sysv">
     48          <para>[pierre] - Update to elogind-243.4. Fixes
     49          <ulink url="&blfs-ticket-root;12984">#12984</ulink>.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[bdubbs] - Update to cbindgen-0.13.0. Fixes
  • packages.ent

    r590492d8 radb90981  
    272272<!ENTITY cups-pk-helper-version       "0.2.6">
    273273<!ENTITY dbus-version                 "1.12.16">   <!-- Even minors only -->
    274 <!ENTITY elogind-version              "241.4">
     274<!ENTITY elogind-version              "243.4">
    275275<!ENTITY blocaled-version             "0.2">
    276276<!ENTITY eudev-version                "1.7">
Note: See TracChangeset for help on using the changeset viewer.