summaryrefslogtreecommitdiffstats
path: root/network/wireshark
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-07-20 14:47:24 +0200
committer Willy Sudiarto Raharjo2017-07-22 01:55:39 +0200
commit7f157938e29254e6767d0f69ddd6483be9f77f78 (patch)
treece694dac90b98c481be235873a40f0d6799281fa /network/wireshark
parentb4387de1096bf1a80578fe06e1082ccdf7bcf47f (diff)
downloadslackbuilds-7f157938e29254e6767d0f69ddd6483be9f77f78.tar.gz
network/wireshark: Updated for version 2.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/wireshark')
-rw-r--r--network/wireshark/README4
-rw-r--r--network/wireshark/wireshark.SlackBuild5
-rw-r--r--network/wireshark/wireshark.info6
3 files changed, 9 insertions, 6 deletions
diff --git a/network/wireshark/README b/network/wireshark/README
index fab94ca257..62deab1e40 100644
--- a/network/wireshark/README
+++ b/network/wireshark/README
@@ -26,5 +26,7 @@ when upgrading).
Optional dependencies:
- c-ares
- portaudio
-- jack-audio-connection-kit
- krb5
+- spandsp
+- snappy
+- lz4
diff --git a/network/wireshark/wireshark.SlackBuild b/network/wireshark/wireshark.SlackBuild
index 9591eaf8fa..dc4972adcd 100644
--- a/network/wireshark/wireshark.SlackBuild
+++ b/network/wireshark/wireshark.SlackBuild
@@ -29,7 +29,7 @@
# Modified by Mario Preksavec <mario@slackware.hr>
PRGNAM=wireshark
-VERSION=${VERSION:-2.2.7}
+VERSION=${VERSION:-2.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -63,7 +63,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
+tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@@ -91,6 +91,7 @@ CXXFLAGS="$SLKCFLAGS" \
--with-ssl=/usr/lib${LIBDIRSUFFIX} \
--enable-packet-editor \
--enable-setuid-install \
+ --with-gtk=3 \
--build=$ARCH-slackware-linux
make
diff --git a/network/wireshark/wireshark.info b/network/wireshark/wireshark.info
index 6b155ce998..5a0880ef38 100644
--- a/network/wireshark/wireshark.info
+++ b/network/wireshark/wireshark.info
@@ -1,8 +1,8 @@
PRGNAM="wireshark"
-VERSION="2.2.7"
+VERSION="2.4.0"
HOMEPAGE="https://www.wireshark.org/"
-DOWNLOAD="https://2.na.dl.wireshark.org/src/wireshark-2.2.7.tar.bz2"
-MD5SUM="a4d880554c7f925dafef60fa313b580d"
+DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-2.4.0.tar.xz"
+MD5SUM="655106f8cf3bb8f521336d3a8ab5b10b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="qt5 lua GeoIP"