Changeset df68f083
- Timestamp:
- 01/06/2020 05:50:45 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.1, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 3386e38
- Parents:
- cef11f40
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/sysutils/elogind.xml
rcef11f40 rdf68f083 7 7 <!ENTITY elogind-download-http "https://github.com/elogind/elogind/archive/v&elogind-version;/elogind-&elogind-version;.tar.gz"> 8 8 <!ENTITY elogind-download-ftp " "> 9 <!ENTITY elogind-md5sum "f b5ba9da1115d68d2b6cdbcd10167b7d">9 <!ENTITY elogind-md5sum "f7cbea34cae55d66bed5355048eaa14a"> 10 10 <!ENTITY elogind-size "1.3 MB"> 11 <!ENTITY elogind-buildsize "5 6 MB">11 <!ENTITY elogind-buildsize "58 MB (add 1 MB for tests)"> 12 12 <!ENTITY elogind-time "0.4 SBU (NINJAJOBS=1)"> 13 13 ]> … … 132 132 [*] Tmpfs POSIX Access Control Lists [CONFIG_TMPFS_POSIX_ACL]</literal></screen> 133 133 134 <para> 135 In addition, some tests need the userspace cryptographic kernel API, which 136 is enabled with: 137 </para> 138 139 <screen><literal> 140 -*- Cryptographic API ---> [CONFIG_CRYPTO] 141 <M/*> Userspace cryptographic algorithm configuration [CONFIG_CRYPTO_USER] 142 <M/*> User-space interface for hash algorithms [CONFIG_CRYPTO_USER_API_HASH]</literal></screen> 143 134 144 <indexterm zone="elogind elogind-kernel"> 135 145 <primary sortas="d-elogind">elogind</primary> … … 141 151 142 152 <para> 143 First fix an issue with reading a session file: 144 </para> 145 146 <screen><userinput>sed -e '/dirent-util/a #include "env-file.h"' \ 147 -e '/sessions/{n;n;s/=.*$/= parse_env_file (NULL, p, "UID", \&s);/}' \ 148 -i src/basic/cgroup-util.c</userinput></screen> 153 Fix one of the tests: 154 </para> 155 156 <screen><userinput>sed 's/os-release/lsb-release/' -i src/test/test-copy.c</userinput></screen> 149 157 150 158 <para> … … 161 169 -Dcgroup-controller=elogind \ 162 170 -Ddbuspolicydir=/etc/dbus-1/system.d \ 171 -Dman=auto \ 163 172 .. && 164 173 ninja</userinput></screen> 165 174 166 175 <para> 167 This package does not come with a test suite. 176 To test the results, issue: <command>ninja test</command>. A few tests 177 are skipped if not run with <systemitem class="username">root</systemitem> 178 privileges. 168 179 </para> 169 180 … … 191 202 sets the location of the <application>D-Bus</application> policy 192 203 directory. 204 </para> 205 206 <para> 207 <parameter>-Dman=auto</parameter>: The default value of this switch is 208 <emphasis>false</emphasis>. Setting it to <emphasis>auto</emphasis> 209 allows building and installing the man pages if the recommended 210 dependencies are installed. 193 211 </para> 194 212 -
introduction/welcome/changelog.xml
rcef11f40 rdf68f083 47 47 <itemizedlist> 48 48 <listitem> 49 <para>[pierre] - Update to elogind-243.4. Fixes 50 <ulink url="&blfs-ticket-root;12984">#12984</ulink>.</para> 51 </listitem> 52 <listitem> 49 53 <para>[bdubbs] - Update to seahorse-3.34.1. Fixes 50 <ulink url="&blfs-ticket-root;1298 5">#12985</ulink>.</para>54 <ulink url="&blfs-ticket-root;12986">#12986</ulink>.</para> 51 55 </listitem> 52 56 <listitem> -
packages.ent
rcef11f40 rdf68f083 272 272 <!ENTITY cups-pk-helper-version "0.2.6"> 273 273 <!ENTITY dbus-version "1.12.16"> <!-- Even minors only --> 274 <!ENTITY elogind-version "24 1.4">274 <!ENTITY elogind-version "243.4"> 275 275 <!ENTITY blocaled-version "0.2"> 276 276 <!ENTITY eudev-version "1.7">
Note:
See TracChangeset
for help on using the changeset viewer.