Changeset 7c56ece for networking/netlibs


Ignore:
Timestamp:
03/23/2020 09:46:15 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
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:
2aa0f3b
Parents:
bb65a3c
Message:

Finish formatting "networking"

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

Location:
networking/netlibs
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/curl.xml

    rbb65a3c r7c56ece  
    7878    <itemizedlist spacing="compact">
    7979      <listitem>
    80         <para>Patch to fix DNS resolution issues: <ulink
    81         url="&patch-root;/curl-7.65.1-fix_dns_segfaults-2.patch"/>
     80        <para>
     81          Patch to fix DNS resolution issues: <ulink
     82          url="&patch-root;/curl-7.65.1-fix_dns_segfaults-2.patch"/>
    8283        </para>
    8384      </listitem>
  • networking/netlibs/libpcap.xml

    rbb65a3c r7c56ece  
    134134    <title>Command Explanations</title>
    135135
    136     <para><option>--enable-bluetooth=no</option>: Necessary, if the
    137     recommended patch is not applied, because since 1.6.1 this application
    138     needs a fix, in order to build with
    139     <application>bluez-5.21</application>.</para>
     136    <para>
     137      <option>--enable-bluetooth=no</option>: Necessary, if the recommended
     138      patch is not applied, because since 1.6.1 this application needs a fix,
     139      in order to build with <application>bluez-5.21</application>.
     140    </para>
    140141
    141142  </sect2>
  • networking/netlibs/libtirpc.xml

    rbb65a3c r7c56ece  
    8888    <title>Installation of libtirpc</title>
    8989
    90     <note><para>If updating this package, you will also need to update
    91     any existing version of <xref linkend='rpcbind'/></para></note>
     90    <note>
     91      <para>
     92        If updating this package, you will also need to update
     93        any existing version of <xref linkend='rpcbind'/>
     94      </para>
     95    </note>
    9296<!--  Looks like this is incorporated in version 1.0.3
    9397    <para>
  • networking/netlibs/neon.xml

    rbb65a3c r7c56ece  
    8080      <xref linkend="mitkrb"/>,
    8181      <ulink url="https://github.com/libproxy/libproxy">libproxy</ulink>, and
    82       <ulink url="https://web.archive.org/web/20180310225603/http://www.manyfish.co.uk:80/pakchois/">pakchois</ulink>
    83       <!-- Note - this URL is broken as of 08-16-2018
    84       01-01-2019 - still broken.  -->
     82      <ulink url="http://www.manyfish.co.uk/pakchois/">PaKChoiS</ulink>
    8583    </para>
    8684
     
    9391    <title>Installation of neon</title>
    9492
    95     <para>Fix some code when building with gnutls-3.4 and later:</para>
     93    <para>
     94      Fix some code when building with gnutls-3.4 and later:
     95    </para>
    9696
    9797<screen><userinput>sed -e 's/client_set/set/'  \
  • networking/netlibs/netlibs.xml

    rbb65a3c r7c56ece  
    1616  <title>Networking Libraries</title>
    1717
    18   <para>These applications are support libraries for other applications in
    19   the book.  It is unlikely that you would just install these libraries, you will
    20   generally find that you will be referred to this chapter to satisfy a
    21   dependency of other applications.</para>
    22 
     18  <para>
     19    These applications are support libraries for other applications in the
     20    book. It is unlikely that you would just install these libraries, you
     21    will generally find that you will be referred to this chapter to satisfy
     22    a dependency of other applications.
     23  </para>
    2324
    2425  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="c-ares.xml"/>
    2526  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="curl.xml"/>
    26   <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="geoclue.xml"/> -->
    2727  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="geoclue2.xml"/>
    2828  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="glib-networking.xml"/>
     
    4242  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="rpcsvc-proto.xml"/>
    4343  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="serf.xml"/>
    44 
    45   <!-- systemd only -->
    4644  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="uhttpmock.xml"/>
    4745</chapter>
  • networking/netlibs/nghttp2.xml

    rbb65a3c r7c56ece  
    7070      </listitem>
    7171    </itemizedlist>
    72 <!--
    73     <note><para>Download this file via wget as:</para>
    74 <screen><userinput>wget https://github.com/nghttp2/nghttp2/archive/v&nghttp2-version;.tar.gz \
    75      -O nghttp2-&nghttp2-version;.tar.gz</userinput></screen>
    76     </note>
    77 -->
     72
    7873    <bridgehead renderas="sect3">nghttp2 Dependencies</bridgehead>
    7974
Note: See TracChangeset for help on using the changeset viewer.