summaryrefslogtreecommitdiffstats
path: root/network/wireshark
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-11-24 04:16:54 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-11-24 04:16:54 +0700
commitbcd42cf839e6a9a6babeab2426df48a9948febb6 (patch)
treed6575220d1e4234664472eb01934370fa2d3a892 /network/wireshark
parent9d4836825ff32cd6ec476b74be7649ee75df2c10 (diff)
downloadslackbuilds-bcd42cf839e6a9a6babeab2426df48a9948febb6.tar.gz
slackbuilds-bcd42cf839e6a9a6babeab2426df48a9948febb6.tar.xz
network/wireshark: Updated for version 3.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/wireshark')
-rw-r--r--network/wireshark/wireshark.SlackBuild12
-rw-r--r--network/wireshark/wireshark.info6
2 files changed, 12 insertions, 6 deletions
diff --git a/network/wireshark/wireshark.SlackBuild b/network/wireshark/wireshark.SlackBuild
index 0016b92f22..502893b1a7 100644
--- a/network/wireshark/wireshark.SlackBuild
+++ b/network/wireshark/wireshark.SlackBuild
@@ -32,7 +32,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=wireshark
-VERSION=${VERSION:-3.4.10}
+VERSION=${VERSION:-3.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -122,12 +122,18 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r
mkdir -p $PKG/usr/include/$PRGNAM/{epan/{crypt,dfilter,dissectors,ftypes,wmem},wiretap,wsutil}
install -m644 ws_diag_control.h ws_symbol_export.h $PKG/usr/include/$PRGNAM
- for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes epan/wmem; do
+ for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes; do
install -m644 $d/*.h $PKG/usr/include/$PRGNAM/$d
done
mkdir -p $PKG/usr/share/applications
-cp $PRGNAM.desktop $PKG/usr/share/applications
+cp org.wireshark.Wireshark.desktop $PKG/usr/share/applications
+
+mkdir -p $PKG/usr/share/mime/packages
+cp org.wireshark.Wireshark-mime.xml $PKG/usr/share/mime/packages
+
+mkdir -p $PKG/usr/share/metainfo
+cp org.wireshark.Wireshark.metainfo.xml $PKG/usr/share/metainfo
# Remove any .la files
rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la
diff --git a/network/wireshark/wireshark.info b/network/wireshark/wireshark.info
index 155997f0ba..7910e9ab4d 100644
--- a/network/wireshark/wireshark.info
+++ b/network/wireshark/wireshark.info
@@ -1,8 +1,8 @@
PRGNAM="wireshark"
-VERSION="3.4.10"
+VERSION="3.6.0"
HOMEPAGE="https://www.wireshark.org/"
-DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-3.4.10.tar.xz"
-MD5SUM="907514ab422700621a2e91196360125f"
+DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-3.6.0.tar.xz"
+MD5SUM="d8aa90ed29c4136e076627b527083e0c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lua"