Ignore:
Timestamp:
01/18/2024 07:31:55 PM (4 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
fb4719b
Parents:
039c1a2
Message:

Update to polkit-124.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/polkit.xml

    r039c1a2 r730d47f2  
    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        "36540b837c588e1e77145523bb39f511">
    10   <!ENTITY polkit-size          "736 KB">
    11   <!ENTITY polkit-buildsize     "6.8 MB (with tests)">
    12   <!ENTITY polkit-time          "0.3 SBU (with tests, using parallelism=4)">
     9  <!ENTITY polkit-md5sum        "97db655618e1483706fbc764787c7d6e">
     10  <!ENTITY polkit-size          "744 KB">
     11  <!ENTITY polkit-buildsize     "7.2 MB (with tests)">
     12  <!ENTITY polkit-time          "0.3 SBU (with tests; using parallelism=4)">
    1313]>
    1414
     
    181181        -g polkitd -s /bin/false polkitd</userinput></screen>
    182182
    183     <para>
    184       If using <xref linkend="spidermonkey"/>, make the following change
    185       (see Command Explanations below for more information):
    186     </para>
    187 
    188 <screen><userinput remap="nodump">sed -e '/mozjs/s/102/115/' -i meson.build      &amp;&amp;
    189 sed -e 's/JS_Init/JS::DisableJitBackend(); &amp;/' \
    190     -i src/polkitbackend/polkitbackendjsauthority.cpp</userinput></screen>
    191 
    192 <!--
    193     <para>
    194       Apply a patch to fix two security issues:
    195     </para>
    196 
    197 <screen><userinput remap="pre">patch -Np1 -i ../polkit-&polkit-version;-security_fixes-1.patch</userinput></screen>
    198 
    199     <para>
    200       Port this package to use JS-91:
    201     </para>
    202 
    203 <screen><userinput remap="pre">patch -Np1 -i ../polkit-&polkit-version;-js91-1.patch</userinput></screen>
    204 -->
     183    <para revision='sysv'>
     184      First fix a build problem for sysV based systems:
     185    </para>
     186
     187<screen revision="sysv"><userinput>sed -i '/systemd_sysusers_dir/s/^/#/' meson.build</userinput></screen>
    205188
    206189    <para>
Note: See TracChangeset for help on using the changeset viewer.