Changeset dac6007 for general


Ignore:
Timestamp:
05/17/2021 09:48:00 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.0, 11.1, 11.2, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
73c6f44e, f7c3c7b
Parents:
16d563c
Message:

Update to libidn-1.37

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libidn.xml

    r16d563c rdac6007  
    77  <!ENTITY libidn-download-http "&gnu-http;/libidn/libidn-&libidn-version;.tar.gz">
    88  <!ENTITY libidn-download-ftp  "&gnu-ftp;/libidn/libidn-&libidn-version;.tar.gz">
    9   <!ENTITY libidn-md5sum        "813c7b268d1051ca02c3610986126f38">
    10   <!ENTITY libidn-size          "4.3 MB">
    11   <!ENTITY libidn-buildsize     "28 MB (add 13 MB for tests)">
    12   <!ENTITY libidn-time          "0.2 SBU (using parallelim=4; add 0.6 SBU for tests)">
     9  <!ENTITY libidn-md5sum        "c317142af1e71cb363ca496957e1d5d5">
     10  <!ENTITY libidn-size          "2.5 MB">
     11  <!ENTITY libidn-buildsize     "18 MB (with tests)">
     12  <!ENTITY libidn-time          "0.2 SBU (using parallelim=4; with tests)">
    1313]>
    1414
     
    110110
    111111    <para>
    112 <!--      This package does not come with a functional test suite. -->
    113       To test the results, issue: <command>make check</command>.
    114     </para>
     112      To test the results, run:
     113    </para>
     114
     115<screen remap="test"><userinput>pushd tests  &amp;&amp;
     116  make check &amp;&amp;
     117popd </userinput></screen>
    115118
    116119    <para>
Note: See TracChangeset for help on using the changeset viewer.