Author: renodr
Date: Mon May 11 19:30:32 2020
New Revision: 23104

Log:
Update to c-ares-1.16.1

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/networking/netlibs/c-ares.xml
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Mon May 11 18:36:41 
2020        (r23103)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Mon May 11 19:30:32 
2020        (r23104)
@@ -45,6 +45,10 @@
       <para>May 11th, 2020</para>
       <itemizedlist>
         <listitem>
+          <para>[renodr] - Update to c-ares-1.16.1. Fixes
+          <ulink url="&blfs-ticket-root;13522">#13522</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[bdubbs] - Update to postfix-3.5.1. Fixes
           <ulink url="&blfs-ticket-root;13523">#13523</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/networking/netlibs/c-ares.xml
==============================================================================
--- trunk/BOOK/networking/netlibs/c-ares.xml    Mon May 11 18:36:41 2020        
(r23103)
+++ trunk/BOOK/networking/netlibs/c-ares.xml    Mon May 11 19:30:32 2020        
(r23104)
@@ -6,9 +6,9 @@
 
   <!ENTITY c-ares-download-http 
"https://c-ares.haxx.se/download/c-ares-&c-ares-version;.tar.gz";>
   <!ENTITY c-ares-download-ftp  " ">
-  <!ENTITY c-ares-md5sum        "fe28cb779f17ff6a75473225394edbdb">
+  <!ENTITY c-ares-md5sum        "62dece8675590445d739b23111d93692">
   <!ENTITY c-ares-size          "1.3 MB">
-  <!ENTITY c-ares-buildsize     "8.7 MB">
+  <!ENTITY c-ares-buildsize     "9.3 MB">
   <!ENTITY c-ares-time          "0.1 SBU">
 ]>
 
@@ -70,6 +70,13 @@
       </listitem>
     </itemizedlist>
 
+    <bridgehead renderas="sect3">Dependencies</bridgehead>
+
+    <bridgehead renderas="sect4">Required</bridgehead>
+    <para role="required">
+      <xref linkend="cmake"/>
+    </para>
+
   </sect2>
 
   <sect2 role="installation">
@@ -98,6 +105,7 @@
 
   </sect2>
 
+<!-- Since moving to CMake, we don't need this anymore.
   <sect2 role="commands">
     <title>Command Explanations</title>
 
@@ -105,17 +113,26 @@
       href="../../xincludes/static-libraries.xml"/>
 
   </sect2>
+-->
 
   <sect2 role="content">
     <title>Contents</title>
 
     <segmentedlist>
-      <segtitle>Installed Library</segtitle>
+      <segtitle>Installed Programs</segtitle>
+      <segtitle>Installed Libraries</segtitle>
+      <segtitle>Installed Directories</segtitle>
 
       <seglistitem>
         <seg>
+          acountry, adig, and ahost
+        </seg>
+        <seg>
           libcares.so
         </seg>
+        <seg>
+          None
+        </seg>
       </seglistitem>
     </segmentedlist>
 
@@ -124,11 +141,48 @@
       <?dbfo list-presentation="list"?>
       <?dbhtml list-presentation="table"?>
 
+      <varlistentry id="acountry">
+        <term><command>acountry</command></term>
+        <listitem>
+          <para>
+            prints the country where an IPv4 address or host is located.
+          </para>
+          <indexterm zone="c-ares acountry">
+            <primary sortas="b-acountry">acountry</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="adig">
+        <term><command>adig</command></term>
+        <listitem>
+          <para>
+            queries information from DNS servers.
+          </para>
+          <indexterm zone="c-ares adig">
+            <primary sortas="b-adig">adig</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry id="ahost">
+        <term><command>ahost</command></term>
+        <listitem>
+          <para>
+            prints the A or AAAA record associated with a hostname
+            or IP address.
+          </para>
+          <indexterm zone="c-ares ahost">
+            <primary sortas="b-ahost">ahost</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
       <varlistentry id="c-ares-lib">
         <term><filename class='libraryfile'>libcares.so</filename></term>
         <listitem>
           <para>
-            A C library for asynchronous DNS requests.
+            is a C library for asynchronous DNS requests.
           </para>
           <indexterm zone="c-ares c-ares-lib">
             <primary sortas="c-c-ares">c-ares.so</primary>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Mon May 11 18:36:41 2020        (r23103)
+++ trunk/BOOK/packages.ent     Mon May 11 19:30:32 2020        (r23104)
@@ -602,7 +602,7 @@
 <!ENTITY wicd-major-version           "1.7">
 
 <!-- Chapter 17 -->
-<!ENTITY c-ares-version               "1.16.0">
+<!ENTITY c-ares-version               "1.16.1">
 <!ENTITY curl-version                 "7.70.0">
 <!ENTITY geoclue2-version             "2.5.6">
 <!ENTITY glib-networking-version      "2.64.2">
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to