Changeset 90811a2


Ignore:
Timestamp:
11/07/2011 06:19:41 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
17262820
Parents:
438c11ab
Message:

Update to libpcap-1.1.1

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r438c11ab r90811a2  
    425425<!ENTITY curl-version                 "7.22.0">
    426426<!ENTITY libnice-version              "0.0.8">
    427 <!ENTITY libpcap-version              "1.0.0">
     427<!ENTITY libpcap-version              "1.1.1">
    428428<!ENTITY libproxy-version             "0.2.3">
    429429<!ENTITY libsoup-version              "2.30.2">
  • introduction/welcome/changelog.xml

    r438c11ab r90811a2  
    4545      <para>November 7th, 2011</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to libpcap-1.1.1.</para>
     49        </listitem>
    4750        <listitem>
    4851          <para>[bdubbs] - Update to postfix-2.8.4.</para>
  • networking/netlibs/libpcap.xml

    r438c11ab r90811a2  
    66
    77  <!ENTITY libpcap-download-http "&sources-anduin-http;/l/libpcap-&libpcap-version;.tar.gz">
    8   <!-- <!ENTITY libpcap-download-http "http://www.tcpdump.org/release/libpcap-&libpcap-version;.tar.gz"> -->
    98  <!ENTITY libpcap-download-ftp  "&gentoo-ftp-repo;/libpcap-&libpcap-version;.tar.gz">
    10   <!ENTITY libpcap-md5sum        "9ad1358c5dec48456405eac197a46d3d">
    11   <!ENTITY libpcap-size          "512 KB">
     9  <!ENTITY libpcap-md5sum        "1bca27d206970badae248cfa471bbb47">
     10  <!ENTITY libpcap-size          "576 KB">
    1211  <!ENTITY libpcap-buildsize     "4 MB">
    1312  <!ENTITY libpcap-time          "less than 0.1 SBU">
     
    3433    packet capture, used in low-level network monitoring.</para>
    3534
    36     &lfs65_checked;
     35    &lfs70_checked;
    3736
    3837    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8786<screen role="root"><userinput>make install</userinput></screen>
    8887
    89 <!-- Package does not contain any documentation.
    90 
    91 install -v -m755 -d /usr/share/doc/libpcap-&libpcap-version; &amp;&amp;
    92 install -v -m644 doc/* /usr/share/doc/libpcap-&libpcap-version;</userinput></screen> -->
    93 
    94     <!-- <note>
    95       <para>Some applications, including <ulink
    96       url="http://www.tcpdump.org/">tcpdump</ulink>, require
    97       <option>-enable-yydebug</option> passed to <command>configure</command>
    98       when building <application>libpcap</application> to enable the parser
    99       debugging code. <application>tcpdump</application> will fail to build if
    100       you don't pass this parameter.</para>
    101     </note> -->
    102 
    10388  </sect2>
    10489
     
    10893    <segmentedlist>
    10994      <segtitle>Installed Program</segtitle>
    110       <segtitle>Installed Library</segtitle>
     95      <segtitle>Installed Libraries</segtitle>
    11196      <segtitle>Installed Directory</segtitle>
    11297
    11398      <seglistitem>
    11499        <seg>libpcap-config</seg>
    115         <seg>libpcap.a</seg>
     100        <seg>libpcap.{a,so}</seg>
    116101        <seg>/usr/include/pcap</seg>
    117102      </seglistitem>
     
    134119
    135120    <varlistentry id="libpcap-lib">
    136         <term><filename class="libraryfile">libpcap.a</filename></term>
     121        <term><filename class="libraryfile">libpcap.{a,so}</filename></term>
    137122      <listitem>
    138         <para>is a library used for user-level packet capture.</para>
     123        <para>are libraries used for user-level packet capture.</para>
    139124        <indexterm zone="libpcap libpcap-lib">
    140           <primary sortas="c-libpcap">libpcap.a</primary>
     125          <primary sortas="c-libpcap">libpcap.{a,so}</primary>
    141126        </indexterm>
    142127      </listitem>
Note: See TracChangeset for help on using the changeset viewer.