Changeset cb1e2842 for networking


Ignore:
Timestamp:
01/29/2017 06:49:47 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
0732d97d
Parents:
e07a345
Message:

Update to libevent-2.1.8.
Update to xapian-core-1.4.3.

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

Location:
networking
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/libevent.xml

    re07a345 rcb1e2842  
    55  %general-entities;
    66
    7   <!ENTITY libevent-download-http "&sourceforge-repo;/levent/libevent-&libevent-version;-stable.tar.gz">
     7  <!ENTITY libevent-download-http "https://github.com/nmathewson/Libevent/archive/release-&libevent-version;-stable.tar.gz">
    88  <!ENTITY libevent-download-ftp  " ">
    9   <!ENTITY libevent-md5sum        "c4c56f986aa985677ca1db89630a2e11">
    10   <!ENTITY libevent-size          "835 KB">
    11   <!ENTITY libevent-buildsize     "19 MB (additional 1 MB for the tests and 6 MB for the API documentation)">
    12   <!ENTITY libevent-time          "0.3 SBU (additional 1.3 SBU for the tests)">
     9  <!ENTITY libevent-md5sum        "d7baf6be3ef9886df0aa1ee04701318a">
     10  <!ENTITY libevent-size          "688 KB">
     11  <!ENTITY libevent-buildsize     "16 MB (additional 1 MB for the tests and 4 MB for the API documentation)">
     12  <!ENTITY libevent-time          "0.5 SBU (additional 8.6 SBU for the tests)">
    1313]>
    1414
     
    4141    &lfs7a_checked;
    4242
     43    <note>
     44      <para>Download this file via wget as:</para>
     45<screen><userinput>wget &libevent-download-http; \
     46         -O Libevent-release-&libevent-version;.tar.gz</userinput></screen>
     47      <para>The unusual file name matches the extracted top level
     48      directory.</para>     
     49    </note>
     50
    4351    <bridgehead renderas="sect3">Package Information</bridgehead>
    4452    <itemizedlist spacing="compact">
     
    7684
    7785    <bridgehead renderas="sect3">libevent Dependencies</bridgehead>
     86
     87    <bridgehead renderas="sect4">Required</bridgehead>
     88    <para role="required">
     89      <xref linkend="cmake"/>
     90    </para>
    7891
    7992    <bridgehead renderas="sect4">Recommended</bridgehead>
     
    100113    </para>
    101114
    102 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     115<screen><userinput>mkdir build &amp;&amp;
     116cd    build &amp;&amp;
     117
     118cmake -DCMAKE_INSTALL_PREFIX=/usr        \
     119      -DEVENT__BUILD_SHARED_LIBRARIES=ON \
     120      .. &amp;&amp;
     121
    103122make</userinput></screen>
    104123
    105124    <para>
    106125      If you have <xref linkend="doxygen"/> installed and wish to build API
    107       documentation, issue <command>doxygen Doxyfile</command>.
    108     </para>
     126      documentation, use:
     127    </para>
     128
     129<screen><userinput>cd ..            &amp;&amp;
     130doxygen Doxyfile &amp;&amp;
     131cd build</userinput></screen>
    109132
    110133    <para>
     
    124147
    125148<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/libevent-&libevent-version;/api &amp;&amp;
    126 cp      -v -R       doxygen/html/* \
     149cp      -v -R       ../doxygen/html/* \
    127150                    /usr/share/doc/libevent-&libevent-version;/api</userinput></screen>
    128151  </sect2>
    129 
     152<!--
    130153  <sect2 role="commands">
    131154    <title>Command Explanations</title>
     
    135158
    136159  </sect2>
    137 
     160-->
    138161  <sect2 role="content">
    139162    <title>Contents</title>
     
    146169      <seglistitem>
    147170        <seg>
    148           event_rpcgen.py
     171          None
    149172        </seg>
    150173        <seg>
    151           libevent_core.so,
    152           libevent_extra.so,
    153           libevent_openssl.so,
    154           libevent_pthreads.so and
    155           libevent.so
     174          libevent.so,
     175          libevent_core.so, and
     176          libevent_extra.so
    156177        </seg>
    157178        <seg>
    158          /usr/include/event2 and
     179         /usr/include/event2,
     180         /usr/lib/cmake/libevent, and
    159181         /usr/share/doc/libevent-&libevent-version;
    160182        </seg>
     
    168190      <?dbhtml list-presentation="table"?>
    169191
    170       <varlistentry id="event_rpcgen.py">
    171         <term><command>event_rpcgen.py</command></term>
     192      <varlistentry id="libevent-lib">
     193        <term><filename class="libraryfile">libevent.so</filename></term>
    172194        <listitem>
    173195          <para>
    174             does this .....
     196            contains functions that .....
    175197          </para>
    176           <indexterm zone="libevent event_rpcgen.py">
    177             <primary sortas="b-event_rpcgen.py">event_rpcgen.py</primary>
     198          <indexterm zone="libevent libevent-lib">
     199            <primary sortas="c-libevent">libevent.so</primary>
    178200          </indexterm>
    179201        </listitem>
     
    204226        </listitem>
    205227      </varlistentry>
    206     </variablelist>
    207 
    208       <varlistentry id="libevent_openssl">
    209         <term><filename class="libraryfile">libevent_openssl.so</filename></term>
    210         <listitem>
    211           <para>
    212             contains functions that .....
    213           </para>
    214           <indexterm zone="libevent libevent_openssl">
    215             <primary sortas="c-libevent_openssl">libevent_openssl.so</primary>
    216           </indexterm>
    217         </listitem>
    218       </varlistentry>
    219     </variablelist>
    220 
    221       <varlistentry id="libevent_pthreads">
    222         <term><filename class="libraryfile">libevent_pthreads.so</filename></term>
    223         <listitem>
    224           <para>
    225             contains functions that .....
    226           </para>
    227           <indexterm zone="libevent libevent_pthreads">
    228             <primary sortas="c-libevent_pthreads">libevent_pthreads.so</primary>
    229           </indexterm>
    230         </listitem>
    231       </varlistentry>
    232     </variablelist>
    233 
    234       <varlistentry id="libevent-lib">
    235         <term><filename class="libraryfile">libevent.so</filename></term>
    236         <listitem>
    237           <para>
    238             contains functions that .....
    239           </para>
    240           <indexterm zone="libevent libevent-lib">
    241             <primary sortas="c-libevent">libevent.so</primary>
    242           </indexterm>
    243         </listitem>
    244       </varlistentry>
    245228
    246229    </variablelist> -->
  • networking/netprogs/nfs-utils.xml

    re07a345 rcb1e2842  
    6868    <bridgehead renderas="sect4">Optional</bridgehead>
    6969    <para role="optional">
    70       <xref linkend="libevent"/>,
    7170      <xref linkend="sqlite"/> and
     71
    7272      <phrase revision="sysv"><ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/">libnfsidmap</ulink></phrase>
     73     
    7374      <phrase revision="systemd"><xref linkend="libnfsidmap"/></phrase>
     75     
    7476      (for NFSv4 support),
    7577      <xref linkend="mitkrb"/> or
    7678      <ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/">libgssapi</ulink>, and
    7779      <ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/">librpcsecgss</ulink> (for GSS and RPC security support) and
     80     
    7881      <xref linkend="libcap-pam"/>
    7982    </para>
  • networking/netprogs/ntp.xml

    re07a345 rcb1e2842  
    7171    <para role="optional">
    7272      <xref linkend="libcap-pam"/>,
    73       <xref linkend="libevent"/>,
     73      <!-- <xref linkend="libevent"/>, recheck at next version -->
    7474      <xref linkend="openssl"/>,
    7575      <ulink url="http://www.thrysoee.dk/editline/">libedit</ulink>, and
Note: See TracChangeset for help on using the changeset viewer.