Changeset 492e91a4 for networking


Ignore:
Timestamp:
05/12/2020 02:30:32 AM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 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:
d794630
Parents:
a86db907
Message:

Update to c-ares-1.16.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23104 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/c-ares.xml

    ra86db907 r492e91a4  
    77  <!ENTITY c-ares-download-http "https://c-ares.haxx.se/download/c-ares-&c-ares-version;.tar.gz">
    88  <!ENTITY c-ares-download-ftp  " ">
    9   <!ENTITY c-ares-md5sum        "fe28cb779f17ff6a75473225394edbdb">
     9  <!ENTITY c-ares-md5sum        "62dece8675590445d739b23111d93692">
    1010  <!ENTITY c-ares-size          "1.3 MB">
    11   <!ENTITY c-ares-buildsize     "8.7 MB">
     11  <!ENTITY c-ares-buildsize     "9.3 MB">
    1212  <!ENTITY c-ares-time          "0.1 SBU">
    1313]>
     
    7171    </itemizedlist>
    7272
     73    <bridgehead renderas="sect3">Dependencies</bridgehead>
     74
     75    <bridgehead renderas="sect4">Required</bridgehead>
     76    <para role="required">
     77      <xref linkend="cmake"/>
     78    </para>
     79
    7380  </sect2>
    7481
     
    99106  </sect2>
    100107
     108<!-- Since moving to CMake, we don't need this anymore.
    101109  <sect2 role="commands">
    102110    <title>Command Explanations</title>
     
    106114
    107115  </sect2>
     116-->
    108117
    109118  <sect2 role="content">
     
    111120
    112121    <segmentedlist>
    113       <segtitle>Installed Library</segtitle>
     122      <segtitle>Installed Programs</segtitle>
     123      <segtitle>Installed Libraries</segtitle>
     124      <segtitle>Installed Directories</segtitle>
    114125
    115126      <seglistitem>
    116127        <seg>
     128          acountry, adig, and ahost
     129        </seg>
     130        <seg>
    117131          libcares.so
     132        </seg>
     133        <seg>
     134          None
    118135        </seg>
    119136      </seglistitem>
     
    125142      <?dbhtml list-presentation="table"?>
    126143
     144      <varlistentry id="acountry">
     145        <term><command>acountry</command></term>
     146        <listitem>
     147          <para>
     148            prints the country where an IPv4 address or host is located.
     149          </para>
     150          <indexterm zone="c-ares acountry">
     151            <primary sortas="b-acountry">acountry</primary>
     152          </indexterm>
     153        </listitem>
     154      </varlistentry>
     155
     156      <varlistentry id="adig">
     157        <term><command>adig</command></term>
     158        <listitem>
     159          <para>
     160            queries information from DNS servers.
     161          </para>
     162          <indexterm zone="c-ares adig">
     163            <primary sortas="b-adig">adig</primary>
     164          </indexterm>
     165        </listitem>
     166      </varlistentry>
     167
     168      <varlistentry id="ahost">
     169        <term><command>ahost</command></term>
     170        <listitem>
     171          <para>
     172            prints the A or AAAA record associated with a hostname
     173            or IP address.
     174          </para>
     175          <indexterm zone="c-ares ahost">
     176            <primary sortas="b-ahost">ahost</primary>
     177          </indexterm>
     178        </listitem>
     179      </varlistentry>
     180
    127181      <varlistentry id="c-ares-lib">
    128182        <term><filename class='libraryfile'>libcares.so</filename></term>
    129183        <listitem>
    130184          <para>
    131             A C library for asynchronous DNS requests.
     185            is a C library for asynchronous DNS requests.
    132186          </para>
    133187          <indexterm zone="c-ares c-ares-lib">
Note: See TracChangeset for help on using the changeset viewer.