Update to wireshark-1.10.3.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12119 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Fernando de Oliveira 2013-11-02 21:25:10 +00:00
parent be9c6633be
commit 2061231da7
3 changed files with 36 additions and 39 deletions

View File

@ -446,7 +446,7 @@ export -f as_root</userinput></screen>
<!ENTITY traceroute-version "2.0.19">
<!ENTITY whois-version "5.0.26">
<!ENTITY wicd-version "1.7.2.4">
<!ENTITY wireshark-version "1.10.2"> <!-- even minors only -->
<!ENTITY wireshark-version "1.10.3"> <!-- even minors only -->
<!ENTITY wicd-major-version "1.7">

View File

@ -46,6 +46,10 @@
<listitem>
<para>November 2nd, 2013</para>
<itemizedlist>
<listitem>
<para>[fernando] - Update to wireshark-1.10.3. Fixes
<ulink url="&blfs-ticket-root;4256">#4256</ulink>.</para>
</listitem>
<listitem>
<para>[igor] - Update to xorg-server-1.14.4. Fixes
<ulink url="&blfs-ticket-root;4251">#4251</ulink>.</para>

View File

@ -6,10 +6,10 @@
<!ENTITY wireshark-download-http "http://www.wireshark.org/download/src/all-versions/wireshark-&wireshark-version;.tar.bz2">
<!ENTITY wireshark-download-ftp " ">
<!ENTITY wireshark-md5sum "cd7fedd0a67df5ad4905fd356efdc1e8">
<!ENTITY wireshark-size "25 MB">
<!ENTITY wireshark-buildsize "1.1 GB">
<!ENTITY wireshark-time "5.4 SBU">
<!ENTITY wireshark-md5sum "ceb4b2bac5607d948e00bd950461be1c">
<!ENTITY wireshark-size "26 MB">
<!ENTITY wireshark-buildsize "926 MB">
<!ENTITY wireshark-time "6.0 SBU">
]>
<sect1 id="wireshark" xreflabel="Wireshark-&wireshark-version;">
@ -64,12 +64,6 @@
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Required patch:
<ulink url="&patch-root;/wireshark-&wireshark-version;-packet_gluster_duplicate_enums_fix-1.patch"/>
</para>
</listitem>
<listitem>
<para>Additional Documentation:
<ulink url="http://www.wireshark.org/download/docs/"/>
@ -87,9 +81,10 @@
<xref linkend="glib2"/> (to build the TTY-mode front-end only)
</para>
<para>Note that if you don't have <application>Gtk+</application>
installed, you will need to pass <option>--disable-wireshark</option>
to the <command>configure</command> command.</para>
<para>Note that you need <application>Gtk+</application> or
<application>Qt4</application> installed, otherwise, you will need to pass
<option>--disable-wireshark</option> to the
<command>configure</command> command.</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
@ -101,14 +96,19 @@
<ulink url="http://www.gnu.org/software/adns/adns.html">adns</ulink>,
<ulink url="http://www.maxmind.com/app/c">GeoIP</ulink>,
<xref linkend="gnutls"/>,
<xref linkend="gtk2"/> or <xref linkend="gtk3"/> (to build the GUI front-end),
<xref linkend="libgcrypt"/>,
<xref linkend="lua"/>,
<xref linkend="mitkrb"/>,
<xref linkend="openssl"/>,
<xref linkend="pcre"/>,
<ulink url="http://www.portaudio.com/download.html">PortAudio</ulink>, and
<xref linkend="python2"/>
<xref linkend="pcre"/>, and
<ulink url="http://www.portaudio.com/download.html">PortAudio</ulink>
</para>
<bridgehead renderas="sect4">Optional (to build the GUI front-end)</bridgehead>
<para role="optional">
<xref linkend="gtk2"/>,
<xref linkend="gtk3"/>, or
<xref linkend="qt4"/>
</para>
<para condition="html" role="usernotes">User Notes:
@ -165,8 +165,7 @@ EOF</userinput></screen>
<para>Continue to install <application>Wireshark</application> by running
the following commands:</para>
<screen><userinput>patch -Np1 -i ../wireshark-&wireshark-version;-packet_gluster_duplicate_enums_fix-1.patch &amp;&amp;
./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>
@ -183,7 +182,7 @@ install -v -m644 README{,.linux} doc/README.* doc/*.{pod,txt} \
pushd /usr/share/doc/wireshark-&wireshark-version; &amp;&amp;
for FILENAME in ../../wireshark/*.html; do
ln -s -v $FILENAME .
ln -s -v -f $FILENAME .
done &amp;&amp;
popd &amp;&amp;
@ -225,9 +224,6 @@ chmod -v 6550 /usr/bin/{tshark,dumpcap}</userinput></screen>
<application>OpenSSL</application>
<filename class='libraryfile'>libcrypto</filename> library is found.</para>
<para><option>--with-python</option>: This option is required if you
want Python bindings built.</para>
</sect2>
<sect2 role="configuration">
@ -281,8 +277,8 @@ chmod -v 6550 /usr/bin/{tshark,dumpcap}</userinput></screen>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>capinfos, dftest, dumpcap, editcap, idl2wrs, mergecap, randpkt,
rawshark, text2pcap, tshark, and wireshark</seg>
<seg>capinfos, dftest, dumpcap, editcap, mergecap, randpkt, rawshark,
reordercap, text2pcap, tshark, and wireshark</seg>
<seg>libwireshark.so, libwiretap.so, libwsutil.so, and
numerous plugin modules</seg>
<seg>/usr/lib/wireshark, /usr/share/doc/wireshark-&wireshark-version;,
@ -342,19 +338,6 @@ chmod -v 6550 /usr/bin/{tshark,dumpcap}</userinput></screen>
</listitem>
</varlistentry>
<varlistentry id="idl2wrs">
<term><command>idl2wrs</command></term>
<listitem>
<para>takes a user specified CORBA
IDL file and generates <quote>C</quote> source code that
can be used to create an <application>Wireshark</application>
plugin.</para>
<indexterm zone="wireshark idl2wrs">
<primary sortas="b-idl2wrs">idl2wrs</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="mergecap">
<term><command>mergecap</command></term>
<listitem>
@ -386,6 +369,16 @@ chmod -v 6550 /usr/bin/{tshark,dumpcap}</userinput></screen>
</listitem>
</varlistentry>
<varlistentry id="reordercap">
<term><command>reordercap</command></term>
<listitem>
<para>reorder timestamps of input file frames into output file.</para>
<indexterm zone="wireshark reordercap">
<primary sortas="b-reordercap">reordercap</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="text2pcap">
<term><command>text2pcap</command></term>
<listitem>