Changeset e3c48e9 for networking


Ignore:
Timestamp:
07/29/2013 08:17:22 PM (11 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:
5a94000c
Parents:
81d34c3
Message:

Update to upower-0.9.21
Update to wireshark-1.10.1
Update to ibus-1.5.3

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/wireshark.xml

    r81d34c3 re3c48e9  
    77  <!ENTITY wireshark-download-http "http://www.wireshark.org/download/src/all-versions/wireshark-&wireshark-version;.tar.bz2">
    88  <!ENTITY wireshark-download-ftp  " ">
    9   <!ENTITY wireshark-md5sum        "72e51cd33fd33c7044a41c2ab51ad7af">
     9  <!ENTITY wireshark-md5sum        "d8915cf7555e2bbb699020a8736631e7">
    1010  <!ENTITY wireshark-size          "26 MB">
    1111  <!ENTITY wireshark-buildsize     "1.1 GB">
    12   <!ENTITY wireshark-time          "6.3 SBU">
     12  <!ENTITY wireshark-time          "6.6 SBU">
    1313]>
    1414
     
    158158<screen role="root"><userinput>groupadd -g 62 wireshark</userinput></screen>
    159159
    160     <para>There are a few issues that prevent the build from completing
    161     when generating the man pages.  Fix them up with:</para>
    162 
    163 <screen><userinput>sed -i '/^.pod.1/{n;n;n;s/$/\n\t--utf8 \\/}' doc/Makefile.in &amp;&amp;
    164 sed -i '1 i =begin man\n\n=encoding utf8\n\n=end man\n'      \
    165         doc/{asn2deb,idl2deb}.pod doc/wireshark.pod.template</userinput></screen>
     160    <para>There is one issues that prevents the build from completing
     161    when generating the man pages.  Fix it up with:</para>
     162
     163<screen><userinput>sed -i '/=item/s/$/\n\n=back/' doc/reordercap.pod</userinput></screen>
    166164
    167165    <para>Continue to install <application>Wireshark</application> by running
Note: See TracChangeset for help on using the changeset viewer.