Changeset 55c80c6
- Timestamp:
- 05/09/2019 06:39:39 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.0, 9.1, 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:
- 1017eed
- Parents:
- 3795b64
- Files:
-
- 4 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/genlib.xml
r3795b64 r55c80c6 71 71 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="jansson.xml"/> 72 72 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js38.xml"/> --> 73 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js52.xml"/>73 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js52.xml"/> --> 74 74 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="js60.xml"/> 75 75 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="json-c.xml"/> -
introduction/welcome/changelog.xml
r3795b64 r55c80c6 46 46 <para>May 9th, 2019</para> 47 47 <itemizedlist> 48 <listitem> 49 <para>[bdubbs] - Archive js52. No longer needed.</para> 50 </listitem> 51 <listitem> 52 <para>[bdubbs] - Update to polkit-0.116. Fixes 53 <ulink url="&blfs-ticket-root;12042">#12042</ulink>.</para> 54 </listitem> 48 55 <listitem> 49 56 <para>[bdubbs] - Update to apache-ant-1.10.6. Fixes -
packages.ent
r3795b64 r55c80c6 38 38 <!ENTITY openssl10-version "1.0.2q"> 39 39 <!ENTITY p11-kit-version "0.23.15"> 40 <!ENTITY polkit-version "0.11 5">40 <!ENTITY polkit-version "0.116"> 41 41 <!ENTITY shadow-version "4.6"> 42 42 <!ENTITY ssh-askpass-version "&openssh-version;"> -
postlfs/security/polkit.xml
r3795b64 r55c80c6 8 8 "https://www.freedesktop.org/software/polkit/releases/polkit-&polkit-version;.tar.gz"> 9 9 <!ENTITY polkit-download-ftp " "> 10 <!ENTITY polkit-md5sum " f03b055d6ae5fc8eac76838c7d83d082">10 <!ENTITY polkit-md5sum "4b37258583393e83069a0e2e89c0162a"> 11 11 <!ENTITY polkit-size "1.5 MB"> 12 <!ENTITY polkit-buildsize "1 48MB (with tests)">12 <!ENTITY polkit-buildsize "15 MB (with tests)"> 13 13 <!ENTITY polkit-time "0.4 SBU (with tests)"> 14 14 ]> … … 88 88 <para role="required"> 89 89 <xref linkend="glib2"/> and 90 <xref linkend="js 52"/>90 <xref linkend="js60"/> 91 91 </para> 92 92 … … 176 176 177 177 <para> 178 Apply a security patch from upstream:179 </para>180 181 <screen><userinput>patch -Np1 -i ../polkit-&polkit-version;-security_patch-3.patch</userinput></screen>182 183 <para>184 178 Install <application>Polkit</application> by running the following 185 179 commands: … … 192 186 --enable-libsystemd-login=no \ 193 187 --enable-libelogind=no \ 194 --with-authfw=shadow && 188 --with-authfw=shadow \ 189 --with-os-type=LFS && 195 190 make</userinput></screen> 196 191 197 <screen revision="systemd"><userinput>./configure --prefix=/usr \ 198 --sysconfdir=/etc \ 199 --localstatedir=/var \ 200 --disable-static && 192 <screen revision="systemd"><userinput> 193 ./configure --prefix=/usr \ 194 --sysconfdir=/etc \ 195 --localstatedir=/var \ 196 --disable-static \ 197 --with-os-type=LFS && 201 198 make</userinput></screen> 202 199 … … 204 201 To test the results, issue: <command>make check</command>. 205 202 Note that system <application>D-Bus</application> daemon 206 must be running for the testsuite to complete. One tests fails 207 due to the security patch. 203 must be running for the testsuite to complete. 208 204 </para> 209 205
Note:
See TracChangeset
for help on using the changeset viewer.