Changeset 3932f297


Ignore:
Timestamp:
05/01/2006 12:47:43 AM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
b04da2c
Parents:
6591249
Message:

Updated to Ethereal-0.99.0

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netutils/ethereal.xml

    r6591249 r3932f297  
    77  <!ENTITY ethereal-download-http "http://www.ethereal.com/distribution/ethereal-&ethereal-version;.tar.bz2">
    88  <!ENTITY ethereal-download-ftp  "ftp://ftp.ethereal.com/pub/ethereal/all-versions/ethereal-&ethereal-version;.tar.bz2">
    9   <!ENTITY ethereal-md5sum        "297f678c037f88429250830e924b8fa0">
    10   <!ENTITY ethereal-size          "8.5 MB">
    11   <!ENTITY ethereal-buildsize     "315 MB">
    12   <!ENTITY ethereal-time          "5.0 SBU">
     9  <!ENTITY ethereal-md5sum        "f9905b9d347acdc05af664a7553f7f76">
     10  <!ENTITY ethereal-size          "8.8 MB">
     11  <!ENTITY ethereal-buildsize     "331 MB">
     12  <!ENTITY ethereal-time          "5.4 SBU">
    1313]>
    1414
     
    6565    </itemizedlist>
    6666
     67    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     68    <itemizedlist spacing="compact">
     69      <listitem>
     70        <para>Additional Documentation: <ulink
     71        url="http://www.ethereal.com/docs/"/></para>
     72      </listitem>
     73    </itemizedlist>
     74
     75    <para>From this page you can download many different docs in a variety
     76    of formats.</para>
     77
    6778    <bridgehead renderas="sect3">Ethereal dependencies</bridgehead>
    6879
     
    8394    <xref linkend="python"/>,
    8495    <xref linkend="pcre"/>,
    85     <ulink url="http://www.net-snmp.org/">Net-SNMP</ulink>, and
    86     <ulink url="http://www.gnu.org/software/adns/adns.html">adns</ulink></para>
    87 
     96    <ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink>
     97    (which needs <ulink
     98    url="http://www.gnupg.org/download/index.html#libgpg-error">libgpg-error</ulink>
     99    then <ulink
     100    url="http://www.gnupg.org/download/index.html#libgcrypt">libgcrypt</ulink>),
     101    <ulink url="http://www.net-snmp.org/">Net-SNMP</ulink>,
     102    <ulink url="http://www.gnu.org/software/adns/adns.html">adns</ulink>, and
     103    <ulink url="http://www.lua.org/">Lua</ulink></para>
     104
     105    <!-- Though configure looks for all these, and the developers I'm
     106         sure use them, the doc sources are not included in the release
     107         tarball (they are in SVN, though)
    88108    <bridgehead renderas="sect4">Optional (to build additional
    89109    documentation)</bridgehead>
     
    92112    <xref linkend="libxslt"/>, and
    93113    <xref linkend="fop"/></para>
     114    -->
    94115
    95116    <para condition="html" role="usernotes">User Notes:
     
    104125      <application>Ethereal</application> to capture live packets from the
    105126      network. Enable the Packet protocol by choosing <quote>Y</quote> in the
    106       <quote>Device Drivers</quote> &ndash; <quote>Networking support</quote>
    107       &ndash; <quote>Networking options</quote> &ndash;
    108       <quote>Packet socket</quote> configuration parameter. Alternatively,
    109       build the af_packet module by choosing <quote>M</quote> in this
    110       parameter.</para>
     127      <quote>Networking</quote> &ndash; <quote>Packet socket</quote>
     128      configuration parameter. Alternatively, build the
     129      <filename>af_packet.ko</filename> module by choosing <quote>M</quote> in
     130      this parameter.</para>
    111131
    112132      <indexterm zone="ethereal ethereal-kernel">
     
    123143    commands:</para>
    124144
    125 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc --enable-threads &amp;&amp;
     145<screen><userinput>./configure --prefix=/usr \
     146            --sysconfdir=/etc \
     147            --enable-threads &amp;&amp;
    126148make</userinput></screen>
    127149
     
    131153
    132154<screen role="root"><userinput>make install &amp;&amp;
    133 install -v -m644 doc/README.* doc/randpkt.txt /usr/share/ethereal &amp;&amp;
     155install -v -m644 FAQ README{,.linux} doc/README.* doc/*.{pod,txt} \
     156                 /usr/share/ethereal &amp;&amp;
    134157install -v -m644 -D ethereal.desktop \
    135     /usr/share/applications/ethereal.desktop &amp;&amp;
     158                    /usr/share/applications/ethereal.desktop &amp;&amp;
    136159install -v -m644 -D image/elogo3d48x48.png \
    137     /usr/share/pixmaps/ethereal.png &amp;&amp;
    138 install -v -m755 -d /usr/share/pixmaps/ethereal/toolbar &amp;&amp;
    139 install -v -m644 image/*.{png,ico,xpm} /usr/share/pixmaps/ethereal &amp;&amp;
    140 install -v -m644 image/toolbar/* /usr/share/pixmaps/ethereal/toolbar</userinput></screen>
     160                    /usr/share/pixmaps/ethereal.png &amp;&amp;
     161install -v -m755 -d /usr/share/pixmaps/ethereal &amp;&amp;
     162install -v -m644 image/*.{png,ico,xpm,bmp} \
     163                 /usr/share/pixmaps/ethereal</userinput></screen>
     164
     165    <para>If you downloaded any of the documentation files from the page
     166    listed in the 'Additional Downloads', install them by issuing the following
     167    commands as the <systemitem class="username">root</systemitem> user:</para>
     168
     169<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/ethereal-&ethereal-version; &amp;&amp;
     170install -v -m644 <replaceable>&lt;Downloaded_Files&gt;</replaceable> /usr/share/doc/ethereal-&ethereal-version;</userinput></screen>
    141171
    142172  </sect2>
  • general.ent

    r6591249 r3932f297  
    1 <!ENTITY day          "30">                   <!-- Always 2 digits -->
    2 <!ENTITY month        "04">                   <!-- Always 2 digits -->
     1<!ENTITY day          "01">                   <!-- Always 2 digits -->
     2<!ENTITY month        "05">                   <!-- Always 2 digits -->
    33<!ENTITY year         "2006">
    44<!ENTITY version      "svn-&year;&month;&day;">
    5 <!ENTITY releasedate  "April &day;th, &year;">
     5<!ENTITY releasedate  "May &day;st, &year;">
    66<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    77<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    298298<!ENTITY whois-version                "4.7.13">
    299299<!ENTITY bind-version                 "9.3.2">
    300 <!ENTITY ethereal-version             "0.10.14">
     300<!ENTITY ethereal-version             "0.99.0">
    301301
    302302<!-- Chapter 20 -->
  • introduction/welcome/changelog.xml

    r6591249 r3932f297  
    4343
    4444    <listitem>
     45      <para>May 1st, 2006</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to Ethereal-0.99.0.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>April 30th, 2006</para>
    4655      <itemizedlist>
    4756        <listitem>
    48           <para>[bdubbs] - Removed the gid for bina and usb as they
     57          <para>[bdubbs] - Removed the gid for bin and usb as they
    4958          are defined in LFS.  Added comment in the section about
    5059          users and groups that base entries are in LFS.</para>
Note: See TracChangeset for help on using the changeset viewer.