Ignore:
Timestamp:
08/04/2023 04:00:47 AM (10 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
55939ef
Parents:
3cb77ad
Message:

Update to polkit-123.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/polkit.xml

    r3cb77ad r6be3fe3  
    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        "bbe3e745fc5bc1a41f1b5044f09a0f26">
    10   <!ENTITY polkit-size          "728 KB">
    11   <!ENTITY polkit-buildsize     "7.0 MB (with tests)">
     9  <!ENTITY polkit-md5sum        "36540b837c588e1e77145523bb39f511">
     10  <!ENTITY polkit-size          "736 KB">
     11  <!ENTITY polkit-buildsize     "6.8 MB (with tests)">
    1212  <!ENTITY polkit-time          "0.3 SBU (with tests, using parallelism=4)">
    1313]>
     
    181181        -g polkitd -s /bin/false polkitd</userinput></screen>
    182182
     183    <para>
     184      If using <xref linkend="js102"/>, make the following change (see Command
     185      Explanations below for more information):
     186    </para>
     187
     188<screen><userinput remap="nodep">sed -e 's/JS_Init/JS::DisableJitBackend(); &amp;/' \
     189    -i src/polkitbackend/polkitbackendjsauthority.cpp</userinput></screen>
     190
    183191<!--
    184     <para>
    185       First, fix problems with setting permissions during installation and with
    186       meson-0.60.0:
    187     </para>
    188 
    189 <screen><userinput remap="pre">sed '/0,/s/^/#/' -i meson_post_install.py &amp;&amp;
    190 sed '/policy,/d' -i actions/meson.build \
    191                  -i src/examples/meson.build</userinput></screen>
    192 
    193192    <para>
    194193      Apply a patch to fix two security issues:
     
    228227      -Dman=true                    \
    229228      -Dsession_tracking=libelogind \
    230       -Dsystemdsystemunitdir=/tmp   \
    231229      -Dtests=true                  &amp;&amp;
    232230ninja</userinput></screen>
     
    244242    </para>
    245243
    246 <screen role="root" revision="systemd"><userinput>ninja install</userinput></screen>
    247 
    248 <screen role="root" revision="sysv"><userinput>ninja install &amp;&amp;
    249 rm -v /tmp/*.service</userinput></screen>
     244<screen role="root"><userinput>ninja install</userinput></screen>
    250245
    251246  </sect2>
Note: See TracChangeset for help on using the changeset viewer.