Changeset a1108958


Ignore:
Timestamp:
03/10/2019 10:32:46 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.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:
565321fe
Parents:
c7918a9
Message:

Update to xprop-1.2.4.
Update to wireshark-3.0.0.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rc7918a9 ra1108958  
    4545      <para>March 10th, 2019</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to xprop-1.2.4. Fixes
     49          <ulink url="&blfs-ticket-root;11782">#11782</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Update to wireshark-3.0.0. Fixes
     53          <ulink url="&blfs-ticket-root;11777">#11777</ulink>.</para>
     54        </listitem>
    4755        <listitem>
    4856          <para>[bdubbs] - Add lua-5.2.4. Supports wireshark.</para>
  • networking/netutils/wireshark.xml

    rc7918a9 ra1108958  
    77  <!ENTITY wireshark-download-http "https://www.wireshark.org/download/src/all-versions/wireshark-&wireshark-version;.tar.xz">
    88  <!ENTITY wireshark-download-ftp  " ">
    9   <!ENTITY wireshark-md5sum        "6d0545309cace70e51f5555a3a966fbc">
    10   <!ENTITY wireshark-size          "27 MB">
    11   <!ENTITY wireshark-buildsize     "2.0 GB (with default GUI front-end, and all optional dependencies available in the BLFS book)">
    12   <!ENTITY wireshark-time          "3.8 SBU (with parallelism=4, default GUI front-end, and all optional dependencies available in the BLFS book)">
     9  <!ENTITY wireshark-md5sum        "258d62ac7434d126dc497303c8f7961b">
     10  <!ENTITY wireshark-size          "30 MB">
     11  <!ENTITY wireshark-buildsize     "553 GB (with all optional dependencies available in the BLFS book)">
     12  <!ENTITY wireshark-time          "2.3 SBU (with parallelism=4 and all optional dependencies available in the BLFS book)">
    1313]>
    1414
     
    7070    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7171    <itemizedlist spacing="compact">
    72       <listitem>
    73         <para>
    74           Optional patch:
    75           <ulink url=
    76               "&patch-root;/wireshark-&wireshark-version;-lua_5_3-1.patch"/>
    77           (allows building the LUA bindings if <xref linkend="lua"/> is
    78           installed and LUA is not disabled by passing <option>--without-lua
    79           </option> to <command>configure</command>)
    80         </para>
    81       </listitem>
    8272      <listitem>
    8373        <para>
     
    9383    <bridgehead renderas="sect4">Required</bridgehead>
    9484    <para role="required">
    95       <xref linkend="glib2"/> and
    96       <xref linkend="libgcrypt"/>
     85      <xref linkend="glib2"/>,
     86      <xref linkend="libgcrypt"/>, and
     87      <xref linkend="qt5"/>
    9788    </para>
    9889
     
    10091    <para role="recommended">
    10192      <xref linkend="libpcap"/> (required to capture data), and
    102       <xref linkend="qt5"/> (for the <application>Qt5</application> GUI)
    10393    </para>
    10494
     
    10696    <para role="optional">
    10797      <xref linkend="c-ares"/>,
     98      <xref linkend="doxygen"/>,
     99      <xref linkend="git"/>,
    108100      <xref linkend="gnutls"/>,
    109       <xref linkend="gtk3"/> or <xref linkend="gtk2"/> (for the legacy GTK GUI),
    110101      <xref linkend="libnl"/>,
    111       <xref linkend="lua"/>,
     102      <xref linkend="libxslt-lib"/>,
     103      <xref linkend="libxml2"/>,
     104      <xref linkend="lua52"/>,
    112105      <xref linkend="mitkrb"/>,
    113106      <xref linkend="nghttp2"/>,
    114107      <xref linkend="sbc"/>,
     108      <ulink url="https://asciidoctor.org/">Asciidoctor</ulink>,
     109      <ulink url="https://www.linphone.org/technical-corner/bcg729">BCG729</ulink>,
    115110      <ulink url="http://www.ibr.cs.tu-bs.de/projects/libsmi/">libsmi</ulink>,
    116111      <ulink url="http://lz4.github.io/lz4/">lz4</ulink>,
    117       <ulink url="https://dev.maxmind.com/geoip/legacy/downloadable/">GeoIP</ulink>,
    118112      <ulink url="https://www.libssh.org/">libssh</ulink>,
    119       <ulink url="http://www.portaudio.com/">PortAudio</ulink>
    120       (for GTK+ RTP player),
     113      <ulink url="https://github.com/maxmind/libmaxminddb">MaxMindDB</ulink>,
    121114      <ulink url="http://google.github.io/snappy/">Snappy</ulink>, and
    122115      <ulink url="https://www.soft-switch.org/">Spandsp</ulink>
    123116    </para>
    124 
    125     <note>
    126       <para>
    127         The Qt GUI front-end is built by default, if <xref linkend="qt5"/> is
    128         found. If you want to build the GTK+ GUI front-end, some configure
    129         switches have to be set (see <quote>Command Explanations</quote>).
    130       </para>
    131     </note>
    132117
    133118    <para condition="html" role="usernotes">
     
    179164    </para>
    180165
    181 <screen><userinput>patch -Np1 -i ../wireshark-&wireshark-version;-lua_5_3-1.patch  &amp;&amp;
    182 
    183 ./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    184 make</userinput></screen>
     166<screen><userinput>mkdir build &amp;&amp;
     167cd    build &amp;&amp;
     168
     169cmake -DCMAKE_INSTALL_PREFIX=/usr \
     170      -DCMAKE_BUILD_TYPE=Release  \
     171      -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/PROGRAM=wireshark-&wireshark-version; \
     172      -G Ninja \
     173      .. &amp;&amp;
     174ninja</userinput></screen>
    185175
    186176    <para>
     
    192182    </para>
    193183
    194 <screen role="root"><userinput>make install &amp;&amp;
     184<screen role="root"><userinput>ninja install &amp;&amp;
    195185
    196186install -v -m755 -d /usr/share/doc/wireshark-&wireshark-version; &amp;&amp;
    197 install -v -m644    README.linux doc/README.* doc/*.{pod,txt} \
     187install -v -m644    README.linux doc/README.* doc/{*.pod,randpkt.txt} \
    198188                    /usr/share/doc/wireshark-&wireshark-version; &amp;&amp;
    199189
     
    238228
    239229  </sect2>
    240 
     230<!--
    241231  <sect2 role="commands">
    242232    <title>Command Explanations</title>
    243233
    244234    <para>
    245       <option>--with-gtk=[yes/no/2/3]</option>: For the Gtk+ GUI. Default is no.
    246       If both Gtk+2 and 3 are installed, and <quote>yes</quote> is selected,
    247       default is 3. Obviously, <xref linkend="gtk2"/> or <xref linkend="gtk3"/>
    248       must have been built for this to work.
    249     </para>
    250 
    251     <para>
    252       <option>--with-qt=[yes/no/4/5]</option>: For the Qt GUI. Default is yes,
    253       if <xref linkend="qt5"/> is found on the system.
    254     </para>
    255 
    256     <para>
    257       <option>--disable-wireshark</option>: Use this switch if you
     235      <option>- -disable-wireshark</option>: Use this switch if you
    258236      have <application>Qt</application> installed but do not want to build
    259237      any of the GUIs.
    260238    </para>
    261 
    262239  </sect2>
     240-->
    263241
    264242  <sect2 role="configuration">
     
    315293      <seglistitem>
    316294        <seg>
    317           capinfos, captype, dftest, dumpcap, editcap, idl2wrs,
     295          capinfos, captype, dumpcap, editcap, idl2wrs,
    318296          mergecap, randpkt, rawshark, reordercap, sharkd,
    319           text2pcap, tshark, wireshark, and wireshark-gtk (optional)
     297          text2pcap, tshark, and wireshark
    320298        </seg>
    321299        <seg>
    322           libwireshark.so, libwiretap.so, libwscodecs.so (optional),
     300          libwireshark.so, libwiretap.so, libwscodecs.so,
    323301          libwsutil.so, and numerous modules under /usr/lib/wireshark/plugins
    324302        </seg>
    325303        <seg>
    326           /usr/{lib,share}/wireshark and
     304          /usr/{include,lib,share}/wireshark and
    327305          /usr/share/doc/wireshark-&wireshark-version;
    328306         </seg>
     
    353331          <indexterm zone="wireshark captype">
    354332            <primary sortas="b-captype">captype</primary>
    355           </indexterm>
    356         </listitem>
    357       </varlistentry>
    358 
    359       <varlistentry id="dftest">
    360         <term><command>dftest</command></term>
    361         <listitem>
    362           <para>is a display-filter-compiler test program.</para>
    363           <indexterm zone="wireshark dftest">
    364             <primary sortas="b-dftest">dftest</primary>
    365333          </indexterm>
    366334        </listitem>
  • packages.ent

    rc7918a9 ra1108958  
    571571<!ENTITY whois-version                "5.4.1">
    572572<!ENTITY wicd-version                 "1.7.4">
    573 <!ENTITY wireshark-version            "2.6.7">  <!-- even minors only -->
     573<!ENTITY wireshark-version            "3.0.0">  <!-- even minors only -->
    574574
    575575<!ENTITY wicd-major-version           "1.7">
  • x/installing/x7app.xml

    rc7918a9 ra1108958  
    9595  <!ENTITY xpr-md5sum                      "eaac255076ea351fd08d76025788d9f9">
    9696
    97   <!ENTITY xprop-version                   "1.2.3">
    98   <!ENTITY xprop-md5sum                    "4becb3ddc4674d741487189e4ce3d0b6">
     97  <!ENTITY xprop-version                   "1.2.4">
     98  <!ENTITY xprop-md5sum                    "cc369c28383a5d7144e7197ee7d30bfa">
    9999
    100100  <!ENTITY xrandr-version                  "1.5.0">
Note: See TracChangeset for help on using the changeset viewer.