Ignore:
Timestamp:
07/21/2022 02:47:56 AM (2 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.2, 11.3, 12.0, 12.1, 12.2, 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, xry111/for-12.3, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/xf86-video-removal
Children:
8103d8e
Parents:
6ddb21a
Message:

Package Updates:

Update to polkit-121
Update to mesa-22.1.4
Update to libwebp-1.2.3
Update to inkscape-1.2.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/polkit.xml

    r6ddb21a r7d5d3d4  
    77  <!ENTITY polkit-download-http "https://gitlab.freedesktop.org/polkit/polkit/-/archive/&polkit-version;/polkit-&polkit-version;.tar.gz">
    88  <!ENTITY polkit-download-ftp  " ">
    9   <!ENTITY polkit-md5sum        "5687b19e9ca9a0225957b8967d8f4458">
    10   <!ENTITY polkit-size          "740 KB">
    11   <!ENTITY polkit-buildsize     "8.9 MB (with tests)">
    12   <!ENTITY polkit-time          "0.2 SBU (with tests, using parallelism=4)">
     9  <!ENTITY polkit-md5sum        "fa707b52578bc668ad834425090fc71e">
     10  <!ENTITY polkit-size          "728 KB">
     11  <!ENTITY polkit-buildsize     "8.8 MB (with tests)">
     12  <!ENTITY polkit-time          "0.3 SBU (with tests, using parallelism=4)">
    1313]>
    1414
     
    7171    </itemizedlist>
    7272
     73<!--
    7374    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7475    <itemizedlist spacing="compact">
     
    8687      </listitem>
    8788    </itemizedlist>
     89-->
    8890
    8991    <bridgehead renderas="sect3">Polkit Dependencies</bridgehead>
     
    132134    <para role="optional">
    133135      <xref linkend="dbus-python"/> and
    134       <xref linkend="python-dbusmock"/> (both needed for tests), and
    135       <!--<xref linkend="DocBook"/>, (Part of libxslt's chain)
    136       <xref linkend="docbook-xsl"/>,-->
    137       <xref linkend="gtk-doc"/>
     136      <xref linkend="python-dbusmock"/> (both needed for tests),
     137      <xref linkend="gtk-doc"/>, and
     138      <ulink url="https://duktape.org">duktape</ulink>
    138139    </para>
    139140
     
    188189        -g polkitd -s /bin/false polkitd</userinput></screen>
    189190
     191<!--
    190192    <para>
    191193      First, fix problems with setting permissions during installation and with
     
    208210
    209211<screen><userinput remap="pre">patch -Np1 -i ../polkit-&polkit-version;-js91-1.patch</userinput></screen>
     212-->
    210213
    211214    <para>
     
    222225      -Dsession_tracking=libsystemd-login \
    223226      -Dtests=true                        \
     227      -Djs_engine=mozjs                   \
    224228      ..                                  &amp;&amp;
    225229ninja</userinput></screen>
     
    233237      -Dsession_tracking=libelogind \
    234238      -Dsystemdsystemunitdir=/tmp   \
    235       -Dtests=true   \
     239      -Dtests=true                  \
     240      -Djs_engine=mozjs             \
    236241      ..                            &amp;&amp;
    237242ninja</userinput></screen>
     
    271276      used for authorizations, its integrity can affect system security.
    272277      So it's recommended to run the test suite building this package.
     278    </para>
     279
     280    <para>
     281      <parameter>-Djs_engine=mozjs</parameter>: This switch allows using the
     282      Mozilla JavaScript engine instead of Duktape.
    273283    </para>
    274284
Note: See TracChangeset for help on using the changeset viewer.