Changeset cd6894be for networking


Ignore:
Timestamp:
12/29/2022 07:20:44 PM (16 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.3, 12.0, 12.1, 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/llvm18, xry111/xf86-video-removal
Children:
78b4420
Parents:
b5eadf6a
Message:

Update to libpsl-0.21.2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/libpsl.xml

    rb5eadf6a rcd6894be  
    77  <!ENTITY libpsl-download-http "https://github.com/rockdaboot/libpsl/releases/download/&libpsl-version;/libpsl-&libpsl-version;.tar.gz">
    88  <!ENTITY libpsl-download-ftp  " ">
    9   <!ENTITY libpsl-md5sum        "ad40b970dcb5117d559b62a1e0d8d827">
    10   <!ENTITY libpsl-size          "8.8 MB">
    11   <!ENTITY libpsl-buildsize     "54 MB">
    12   <!ENTITY libpsl-time          "0.1 SBU (including tests)">
     9  <!ENTITY libpsl-md5sum        "2864d3eb744b378d68f5c4da25603459">
     10  <!ENTITY libpsl-size          "7.2 MB">
     11  <!ENTITY libpsl-buildsize     "51 MB">
     12  <!ENTITY libpsl-time          "less than 0.1 SBU (including tests)">
    1313]>
    1414
     
    9494    </para>
    9595
    96 <screen><userinput>sed -i 's/env python/&amp;3/' src/psl-make-dafsa &amp;&amp;
    97 ./configure --prefix=/usr --disable-static       &amp;&amp;
     96<screen><userinput>sed -i 's/env python/&amp;3/' src/psl-make-dafsa              &amp;&amp;
     97./configure --prefix=/usr --disable-static PYTHON=python3 &amp;&amp;
    9898make</userinput></screen>
    9999
     
    114114    <para>
    115115      <command>sed -i ...</command>: This command forces the use of
    116       <application>Python 3</application> in an utility even if
    117       the outdated <application>Python 2</application> is installed.
     116      <application>Python 3</application> in an utility.
    118117    </para>
    119118
Note: See TracChangeset for help on using the changeset viewer.