Changeset 927b972e for postlfs


Ignore:
Timestamp:
08/09/2024 07:05:01 AM (6 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.2, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
5c2fdde
Parents:
2e2f8e7
git-author:
Xi Ruoyao <xry111@…> (08/09/2024 07:03:32 AM)
git-committer:
Xi Ruoyao <xry111@…> (08/09/2024 07:05:01 AM)
Message:

Update to polkit-125

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/polkit.xml

    r2e2f8e7 r927b972e  
    55  %general-entities;
    66
    7   <!ENTITY polkit-download-http "https://gitlab.freedesktop.org/polkit/polkit/-/archive/&polkit-version;/polkit-&polkit-version;.tar.gz">
     7  <!ENTITY polkit-download-http "https://github.com/polkit-org/polkit/archive/&polkit-version;/polkit-&polkit-version;.tar.gz">
    88  <!ENTITY polkit-download-ftp  " ">
    9   <!ENTITY polkit-md5sum        "97db655618e1483706fbc764787c7d6e">
    10   <!ENTITY polkit-size          "744 KB">
     9  <!ENTITY polkit-md5sum        "8e9f2377fc7b4010bd29b97d2e288b4f">
     10  <!ENTITY polkit-size          "444 KB">
    1111  <!ENTITY polkit-buildsize     "7.2 MB (with tests)">
    1212  <!ENTITY polkit-time          "0.3 SBU (with tests; using parallelism=4)">
     
    147147        required. If you have installed <xref linkend="libxslt"/>, but you do
    148148        not want to install any of the DocBook packages mentioned, you will
    149         need to use <option>-Dman=false</option> in the instructions
     149        need to use <option>-D man=false</option> in the instructions
    150150        below.
    151151      </para>
     
    182182cd    build &amp;&amp;
    183183
    184 meson setup ..                             \
    185       --prefix=/usr                        \
    186       --buildtype=release                  \
    187       -D man=true                          \
    188       -D session_tracking=libsystemd-login \
     184meson setup ..                   \
     185      --prefix=/usr              \
     186      --buildtype=release        \
     187      -D man=true                \
     188      -D session_tracking=logind \
    189189      -D tests=true</userinput></screen>
    190190
     
    192192cd    build &amp;&amp;
    193193
    194 meson setup ..                       \
    195       --prefix=/usr                  \
    196       --buildtype=release            \
    197       -D man=true                    \
    198       -D session_tracking=libelogind \
     194meson setup ..                    \
     195      --prefix=/usr               \
     196      --buildtype=release         \
     197      -D man=true                 \
     198      -D session_tracking=elogind \
    199199      -D tests=true</userinput></screen>
    200200
     
    241241
    242242    <para>
    243       <parameter>-Dtests=true</parameter>: This switch allows to run the
     243      <parameter>-D tests=true</parameter>: This switch allows to run the
    244244      test suite of this package.  As <application>Polkit</application> is
    245245      used for authorizations, its integrity can affect system security.
     
    248248
    249249    <para>
    250       <option>-Djs_engine=mozjs</option>: This switch allows using the
     250      <option>-D js_engine=mozjs</option>: This switch allows using the
    251251      <xref linkend="spidermonkey"/> JavaScript engine instead of the
    252252      <xref linkend='duktape'/> JavaScript engine.
     
    266266
    267267    <para>
    268       <option>-Dos_type=lfs</option>: Use this switch if you did not create
     268      <option>-D os_type=lfs</option>: Use this switch if you did not create
    269269      the <filename>/etc/lfs-release</filename> file or distribution auto
    270270      detection will fail and you will be unable to use
     
    273273
    274274    <para>
    275       <option>-Dauthfw=shadow</option>: This switch enables the
     275      <option>-D authfw=shadow</option>: This switch enables the
    276276      package to use the <application>Shadow</application> rather than the
    277277      <application>Linux PAM</application> Authentication framework. Use it
     
    285285
    286286    <para>
    287       <option>-Dintrospection=false</option>: Use this option if you are certain
     287      <option>-D introspection=false</option>: Use this option if you are certain
    288288      that you do not need gobject-introspection files for polkit, or do not have
    289289      installed <xref linkend='glib2'/> with GObject Introspection.
     
    291291
    292292    <para>
    293       <option>-Dman=false</option>: Use this option to disable generating and
     293      <option>-D man=false</option>: Use this option to disable generating and
    294294      installing manual pages. This is useful if libxslt is not installed.
    295295    </para>
    296296
    297297    <para>
    298       <option>-Dexamples=true</option>: Use this option to build the example
     298      <option>-D examples=true</option>: Use this option to build the example
    299299      programs.
    300300    </para>
    301301
    302302    <para>
    303       <option>-Dgtk_doc=true</option>: Use this option to enable building and
     303      <option>-D gtk_doc=true</option>: Use this option to enable building and
    304304      installing the API documentation.
    305305    </para>
Note: See TracChangeset for help on using the changeset viewer.