Author: bdubbs Date: Fri Aug 7 20:28:30 2020 New Revision: 23472 Log: Update to polkit-0.117. Update to gegl-0.4.26.
Modified: trunk/BOOK/general/graphlib/gegl.xml trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/packages.ent trunk/BOOK/postlfs/security/polkit.xml Modified: trunk/BOOK/general/graphlib/gegl.xml ============================================================================== --- trunk/BOOK/general/graphlib/gegl.xml Fri Aug 7 13:37:25 2020 (r23471) +++ trunk/BOOK/general/graphlib/gegl.xml Fri Aug 7 20:28:30 2020 (r23472) @@ -6,10 +6,10 @@ <!ENTITY gegl-download-http "https://download.gimp.org/pub/gegl/0.4/gegl-&gegl-version;.tar.xz"> <!ENTITY gegl-download-ftp " "> - <!ENTITY gegl-md5sum "3a8062add20effb6f92b4b614facbbd5"> + <!ENTITY gegl-md5sum "4756ac2a8cfca8591f12dbf3f6701b14"> <!ENTITY gegl-size "4.7 MB"> - <!ENTITY gegl-buildsize "110 MB (with tests)"> - <!ENTITY gegl-time "0.6 SBU (Using parallelism=4; with tests)"> + <!ENTITY gegl-buildsize "84 MB (with tests)"> + <!ENTITY gegl-time "0.5 SBU (Using parallelism=4; with tests)"> ]> <sect1 id="gegl" xreflabel="gegl-&gegl-version;"> Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Fri Aug 7 13:37:25 2020 (r23471) +++ trunk/BOOK/introduction/welcome/changelog.xml Fri Aug 7 20:28:30 2020 (r23472) @@ -45,6 +45,14 @@ <para>August 7th, 2020</para> <itemizedlist> <listitem> + <para>[bdubbs] - Update to polkit-0.117. Fixes + <ulink url="&blfs-ticket-root;13864">#13864</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to gegl-0.4.26. Fixes + <ulink url="&blfs-ticket-root;13880">#13880</ulink>.</para> + </listitem> + <listitem> <para>[pierre] - Update to apache-2.4.46. Fixes <ulink url="&blfs-ticket-root;13884">#13884</ulink>.</para> </listitem> Modified: trunk/BOOK/packages.ent ============================================================================== --- trunk/BOOK/packages.ent Fri Aug 7 13:37:25 2020 (r23471) +++ trunk/BOOK/packages.ent Fri Aug 7 20:28:30 2020 (r23472) @@ -35,7 +35,7 @@ <!-- <!ENTITY openssl-version "1.1.0g"> --> <!ENTITY openssl10-version "1.0.2q"> <!ENTITY p11-kit-version "0.23.20"> -<!ENTITY polkit-version "32450615"> +<!ENTITY polkit-version "0.117"> <!ENTITY polkit-gnome-version "0.105"> <!ENTITY shadow-version "4.8.1"> <!ENTITY ssh-askpass-version "&openssh-version;"> @@ -203,7 +203,7 @@ <!ENTITY freetype2-version "2.10.2"> <!ENTITY fontconfig-version "2.13.1"> <!-- stable lt .90 micro version --> <!ENTITY fribidi-version "1.0.9"> -<!ENTITY gegl-version "0.4.24"> +<!ENTITY gegl-version "0.4.26"> <!ENTITY giflib-version "5.2.1"> <!ENTITY glm-version "0.9.9.8"> <!ENTITY graphite2-version "1.3.14"> Modified: trunk/BOOK/postlfs/security/polkit.xml ============================================================================== --- trunk/BOOK/postlfs/security/polkit.xml Fri Aug 7 13:37:25 2020 (r23471) +++ trunk/BOOK/postlfs/security/polkit.xml Fri Aug 7 20:28:30 2020 (r23472) @@ -4,23 +4,14 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY polkit-download-http "&sources-anduin-http;/polkit/polkit-&polkit-version;.tar.xz"> - <!ENTITY polkit-download-ftp "&sources-anduin-ftp;/polkit/polkit-&polkit-version;.tar.xz"> - <!ENTITY polkit-md5sum "7825d9b98d29607449d0dc341e523dd6"> - <!ENTITY polkit-size "656 KB"> - <!ENTITY polkit-buildsize "22 MB (with tests)"> - <!ENTITY polkit-time "0.4 SBU (Using parallelism=4; with tests)"> + <!ENTITY polkit-download-http "https://www.freedesktop.org/software/polkit/releases/polkit-&polkit-version;.tar.gz"> + <!ENTITY polkit-download-ftp " "> + <!ENTITY polkit-md5sum "bef4987566059634857b9882b48360f8"> + <!ENTITY polkit-size "1.5 MB"> + <!ENTITY polkit-buildsize "14 MB (add 2 MB for tests)"> + <!ENTITY polkit-time "0.1 SBU (Using parallelism=4; add 0.3 SBU for tests)"> ]> -<!-- - The tarball above was generated from a merge request using - git fetch "https://gitlab.freedesktop.org/xry111/polkit.git" "js68" - and merging the polkit-0.116 patch and running autogen.sh NOCONFIGURE=1 - - If/when this is actually merged with a new release, we need - to go back to that. ---> - <sect1 id="polkit" xreflabel="Polkit-&polkit-version;"> <?dbhtml filename="polkit.html"?> @@ -79,17 +70,17 @@ </para> </listitem> </itemizedlist> -<!-- - <bridgehead renderas="sect3" revision="sysv">Additional Downloads</bridgehead> - <itemizedlist spacing="compact" revision="sysv"> + + <bridgehead renderas="sect3">Additional Downloads</bridgehead> + <itemizedlist spacing="compact"> <listitem> <para> - Recommended patch: - <ulink url="&patch-root;/polkit-&polkit-version;-fix_elogind_detection-1.patch"/> + Recommended file for tests: + <ulink url="https://gitlab.freedesktop.org/polkit/polkit/-/raw/0.117/test/polkitbackend/polkitbackendjsauthoritytest-wrapper.py"/> </para> </listitem> </itemizedlist> ---> + <bridgehead renderas="sect3">Polkit Dependencies</bridgehead> <bridgehead renderas="sect4">Required</bridgehead> @@ -196,15 +187,7 @@ <screen><userinput>sed -i "s:/sys/fs/cgroup/systemd/:/sys:g" configure</userinput></screen> </note> -<!-- - <para revision="sysv"> - Fix an issue introduced in recent <application>Polkit</application> - realeases with elogind: - </para> -<screen revision="sysv"><userinput>patch -Np1 -i ../polkit-&polkit-version;-fix_elogind_detection-1.patch && -autoreconf -fi</userinput></screen> ---> <para> Install <application>Polkit</application> by running the following commands: @@ -226,11 +209,15 @@ make</userinput></screen> <para> - To test the results, issue: <command>make check</command>. - Note that system <application>D-Bus</application> daemon - must be running for the testsuite to complete. + To test the results, first ensure that the system + <application>D-Bus</application> daemon is running and + restore a missing file. Then run the tests: </para> +<screen><userinput>cp ../polkitbackendjsauthoritytest-wrapper.py test/polkitbackend/ && +chmod 755 test/polkitbackend/polkitbackendjsauthoritytest-wrapper.py && +make check</userinput></screen> + <para> Now, as the <systemitem class="username">root</systemitem> user: </para> -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
