network/wireshark: Updated for version 1.12.2

Signed-off-by: Michiel van Wessem <michiel@slackbuilds.org>
This commit is contained in:
Michiel van Wessem 2014-12-15 14:21:17 +00:00 committed by Willy Sudiarto Raharjo
parent 50de1877e6
commit 505ce0c4cc
4 changed files with 11 additions and 5 deletions

View file

@ -22,3 +22,9 @@ You will need to remove any already-installed wireshark package before
building this one or else the new one will not work (the new build will
link libraries present in the old package, which will then be removed
when upgrading).
WARNING: Wireshark will not compile currently on a sysytem that has QT4 AND
QT5 installed. The easiest way to fix this is to either 1) Build in a clean
enviroment or 2) Remove QT5 temporarily while building Wirehark so it links
properly against Slackware's own QT4.

View file

@ -6,7 +6,7 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
wireshark: WireShark (packet sniffer and protocol analyzer)
wireshark: wireshark (packet sniffer and protocol analyzer)
wireshark:
wireshark: Wireshark (aka Ethereal) is a free packet sniffer computer
wireshark: application. It is used for network troubleshooting, analysis,

View file

@ -26,7 +26,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=wireshark
VERSION=${VERSION:-1.12.1}
VERSION=${VERSION:-1.12.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="wireshark"
VERSION="1.12.1"
VERSION="1.12.2"
HOMEPAGE="http://www.wireshark.org/"
DOWNLOAD="http://wiresharkdownloads.riverbed.com/wireshark/src/all-versions/wireshark-1.12.1.tar.bz2"
MD5SUM="14b3e3d8979d1eb27ff085bb5f400e67"
DOWNLOAD="http://wiresharkdownloads.riverbed.com/wireshark/src/all-versions/wireshark-1.12.2.tar.bz2"
MD5SUM="2f2a16be8b087227cb17733c72288ae4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""