Changeset f47c6a6b
- Timestamp:
- 08/08/2020 03:28:30 AM (3 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 545518f
- Parents:
- 84e3174
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general/graphlib/gegl.xml
r84e3174 rf47c6a6b 7 7 <!ENTITY gegl-download-http "https://download.gimp.org/pub/gegl/0.4/gegl-&gegl-version;.tar.xz"> 8 8 <!ENTITY gegl-download-ftp " "> 9 <!ENTITY gegl-md5sum " 3a8062add20effb6f92b4b614facbbd5">9 <!ENTITY gegl-md5sum "4756ac2a8cfca8591f12dbf3f6701b14"> 10 10 <!ENTITY gegl-size "4.7 MB"> 11 <!ENTITY gegl-buildsize " 110MB (with tests)">12 <!ENTITY gegl-time "0. 6SBU (Using parallelism=4; with tests)">11 <!ENTITY gegl-buildsize "84 MB (with tests)"> 12 <!ENTITY gegl-time "0.5 SBU (Using parallelism=4; with tests)"> 13 13 ]> 14 14 -
introduction/welcome/changelog.xml
r84e3174 rf47c6a6b 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[bdubbs] - Update to polkit-0.117. Fixes 49 <ulink url="&blfs-ticket-root;13864">#13864</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[bdubbs] - Update to gegl-0.4.26. Fixes 53 <ulink url="&blfs-ticket-root;13880">#13880</ulink>.</para> 54 </listitem> 55 <listitem> 48 56 <para>[pierre] - Update to apache-2.4.46. Fixes 49 57 <ulink url="&blfs-ticket-root;13884">#13884</ulink>.</para> -
packages.ent
r84e3174 rf47c6a6b 36 36 <!ENTITY openssl10-version "1.0.2q"> 37 37 <!ENTITY p11-kit-version "0.23.20"> 38 <!ENTITY polkit-version " 32450615">38 <!ENTITY polkit-version "0.117"> 39 39 <!ENTITY polkit-gnome-version "0.105"> 40 40 <!ENTITY shadow-version "4.8.1"> … … 204 204 <!ENTITY fontconfig-version "2.13.1"> <!-- stable lt .90 micro version --> 205 205 <!ENTITY fribidi-version "1.0.9"> 206 <!ENTITY gegl-version "0.4.2 4">206 <!ENTITY gegl-version "0.4.26"> 207 207 <!ENTITY giflib-version "5.2.1"> 208 208 <!ENTITY glm-version "0.9.9.8"> -
postlfs/security/polkit.xml
r84e3174 rf47c6a6b 5 5 %general-entities; 6 6 7 <!ENTITY polkit-download-http " &sources-anduin-http;/polkit/polkit-&polkit-version;.tar.xz">8 <!ENTITY polkit-download-ftp " &sources-anduin-ftp;/polkit/polkit-&polkit-version;.tar.xz">9 <!ENTITY polkit-md5sum " 7825d9b98d29607449d0dc341e523dd6">10 <!ENTITY polkit-size " 656 KB">11 <!ENTITY polkit-buildsize " 22 MB (withtests)">12 <!ENTITY polkit-time "0. 4 SBU (Using parallelism=4; withtests)">7 <!ENTITY polkit-download-http "https://www.freedesktop.org/software/polkit/releases/polkit-&polkit-version;.tar.gz"> 8 <!ENTITY polkit-download-ftp " "> 9 <!ENTITY polkit-md5sum "bef4987566059634857b9882b48360f8"> 10 <!ENTITY polkit-size "1.5 MB"> 11 <!ENTITY polkit-buildsize "14 MB (add 2 MB for tests)"> 12 <!ENTITY polkit-time "0.1 SBU (Using parallelism=4; add 0.3 SBU for tests)"> 13 13 ]> 14 15 <!--16 The tarball above was generated from a merge request using17 git fetch "https://gitlab.freedesktop.org/xry111/polkit.git" "js68"18 and merging the polkit-0.116 patch and running autogen.sh NOCONFIGURE=119 20 If/when this is actually merged with a new release, we need21 to go back to that.22 -->23 14 24 15 <sect1 id="polkit" xreflabel="Polkit-&polkit-version;"> … … 80 71 </listitem> 81 72 </itemizedlist> 82 <!-- 83 <bridgehead renderas="sect3" revision="sysv">Additional Downloads</bridgehead>84 <itemizedlist spacing="compact" revision="sysv">85 <listitem> 86 <para> 87 Recommended patch:88 <ulink url=" &patch-root;/polkit-&polkit-version;-fix_elogind_detection-1.patch"/>73 74 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 75 <itemizedlist spacing="compact"> 76 <listitem> 77 <para> 78 Recommended file for tests: 79 <ulink url="https://gitlab.freedesktop.org/polkit/polkit/-/raw/0.117/test/polkitbackend/polkitbackendjsauthoritytest-wrapper.py"/> 89 80 </para> 90 81 </listitem> 91 82 </itemizedlist> 92 --> 83 93 84 <bridgehead renderas="sect3">Polkit Dependencies</bridgehead> 94 85 … … 197 188 <screen><userinput>sed -i "s:/sys/fs/cgroup/systemd/:/sys:g" configure</userinput></screen> 198 189 </note> 199 <!-- 200 <para revision="sysv"> 201 Fix an issue introduced in recent <application>Polkit</application> 202 realeases with elogind: 203 </para> 204 205 <screen revision="sysv"><userinput>patch -Np1 -i ../polkit-&polkit-version;-fix_elogind_detection-1.patch && 206 autoreconf -fi</userinput></screen> 207 --> 190 208 191 <para> 209 192 Install <application>Polkit</application> by running the following … … 227 210 228 211 <para> 229 To test the results, issue: <command>make check</command>. 230 Note that system <application>D-Bus</application> daemon 231 must be running for the testsuite to complete. 232 </para> 212 To test the results, first ensure that the system 213 <application>D-Bus</application> daemon is running and 214 restore a missing file. Then run the tests: 215 </para> 216 217 <screen><userinput>cp ../polkitbackendjsauthoritytest-wrapper.py test/polkitbackend/ && 218 chmod 755 test/polkitbackend/polkitbackendjsauthoritytest-wrapper.py && 219 make check</userinput></screen> 233 220 234 221 <para>
Note:
See TracChangeset
for help on using the changeset viewer.