Changeset 3b40dbb3
- Timestamp:
- 12/13/2018 07:44:47 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.4, 9.0, 9.1, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- f9fdb6f
- Parents:
- 09bf473
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r09bf473 r3b40dbb3 2 2 3 3 <!ENTITY day "13"> <!-- Always 2 digits --> 4 <!ENTITY month "1 2"> <!-- Always 2 digits -->4 <!ENTITY month "13"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2018"> 6 6 <!ENTITY copyrightdate "2001-&year;"> -
general/sysutils/dbus.xml
r09bf473 r3b40dbb3 7 7 <!ENTITY dbus-download-http "https://dbus.freedesktop.org/releases/dbus/dbus-&dbus-version;.tar.gz"> 8 8 <!ENTITY dbus-download-ftp " "> 9 <!ENTITY dbus-md5sum " c3e12b4206e2a7da39d7cc42567790ef">9 <!ENTITY dbus-md5sum "ea11069521beeee4e47f0086596a43c8"> 10 10 <!ENTITY dbus-size "2.0 MB"> 11 11 <!ENTITY dbus-buildsize "21 MB (add 8 MB for the tests)"> 12 <!ENTITY dbus-time "0. 2SBU (add 0.8 SBU for the tests)">12 <!ENTITY dbus-time "0.3 SBU (add 0.8 SBU for the tests)"> 13 13 ]> 14 14 … … 86 86 <bridgehead renderas="sect3">D-Bus Dependencies</bridgehead> 87 87 88 <!--89 <bridgehead renderas="sect4">Required</bridgehead>90 <para role="required">91 <xref linkend="expat"/>92 </para>93 -->94 88 <bridgehead renderas="sect4" revision="systemd">Required</bridgehead> 95 89 <para role="required" revision="systemd"> … … 307 301 <para> 308 302 <parameter>--with-console-auth-dir=/run/console/</parameter>: This 309 parameter specifies location of the303 parameter specifies the location of the 310 304 <application>ConsoleKit</application> auth dir. 311 305 </para> -
introduction/welcome/changelog.xml
r09bf473 r3b40dbb3 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[renodr] - Update to dbus-1.12.12. Syncs to LFS. Fixes 49 <ulink url="&blfs-ticket-root;11410">#11410</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[renodr] - Update to polkit-0.115. Contains three vulnerability 53 fixes. Fixes 54 <ulink url="&blfs-ticket-root;11438">#11438</ulink>.</para> 55 </listitem> 56 <listitem> 48 57 <para>[bdubbs] - Update to mesa-18.3.1. Fixes 49 58 <ulink url="&blfs-ticket-root;11421">#11421</ulink>.</para> -
packages.ent
r09bf473 r3b40dbb3 39 39 <!ENTITY openssl10-version "1.0.2q"> 40 40 <!ENTITY p11-kit-version "0.23.14"> 41 <!ENTITY polkit-version "0.11 4">41 <!ENTITY polkit-version "0.115"> 42 42 <!ENTITY shadow-version "4.6"> 43 43 <!ENTITY ssh-askpass-version "&openssh-version;"> … … 274 274 <!ENTITY cpio-version "2.12"> 275 275 <!ENTITY cups-pk-helper-version "0.2.6"> 276 <!ENTITY dbus-version "1.12.1 0"> <!-- Even minors only -->276 <!ENTITY dbus-version "1.12.12"> <!-- Even minors only --> 277 277 <!ENTITY eudev-version "1.7"> 278 278 <!ENTITY fcron-version "3.2.1"> -
postlfs/security/polkit.xml
r09bf473 r3b40dbb3 8 8 "https://www.freedesktop.org/software/polkit/releases/polkit-&polkit-version;.tar.gz"> 9 9 <!ENTITY polkit-download-ftp " "> 10 <!ENTITY polkit-md5sum " 93ff41874e7df8c62ed9e41893817f04">10 <!ENTITY polkit-md5sum "f03b055d6ae5fc8eac76838c7d83d082"> 11 11 <!ENTITY polkit-size "1.5 MB"> 12 <!ENTITY polkit-buildsize " 20MB (with tests)">13 <!ENTITY polkit-time "0.4 SBU ( Using parallelism=4;with tests)">12 <!ENTITY polkit-buildsize "148 MB (with tests)"> 13 <!ENTITY polkit-time "0.4 SBU (with tests)"> 14 14 ]> 15 15 … … 69 69 <para> 70 70 Estimated build time: &polkit-time; 71 </para> 72 </listitem> 73 </itemizedlist> 74 75 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 76 <itemizedlist spacing="compact"> 77 <listitem> 78 <para> 79 Required patch: 80 <ulink url="&patch-root;polkit-&polkit-version;-security_patch-1.patch"/> 71 81 </para> 72 82 </listitem> … … 159 169 <screen><userinput>sed -i "s:/sys/fs/cgroup/systemd/:/sys:g" configure</userinput></screen> 160 170 </note> 161 171 <!-- 162 172 <para>Fix an issue identified upstream after the package release:</para> 163 173 164 174 <screen><userinput>sed -e '/JS_ReportWarningUTF8/s/,/, "%s",/' \ 165 -i src/polkitbackend/polkitbackendjsauthority.cpp</userinput></screen> 175 -i src/polkitbackend/polkitbackendjsauthority.cpp</userinput></screen> --> 176 177 <para> 178 Apply a security patch from upstream: 179 </para> 180 181 <screen><userinput>patch -Np1 -i ../polkit-&polkit-version;-security_patch-1.patch</userinput></screen> 166 182 167 183 <para> … … 188 204 To test the results, issue: <command>make check</command>. 189 205 Note that system <application>D-Bus</application> daemon 190 must be running for the testsuite to complete. 206 must be running for the testsuite to complete. One tests fails 207 due to the security patch. 191 208 </para> 192 209
Note:
See TracChangeset
for help on using the changeset viewer.