aboutsummaryrefslogtreecommitdiff
path: root/network/wireshark
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-11-18 00:34:53 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-11-18 09:03:39 +0700
commitc1aedb987b5eb3b50196361389d590bed76cbfae (patch)
treec45564be7a42ae3dd08ae01937d08a69db650622 /network/wireshark
parent84ae32b32a4dc60ca4881fe1bc16b89ab30ded10 (diff)
network/wireshark: Updated for version 4.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/wireshark')
-rw-r--r--network/wireshark/README2
-rw-r--r--network/wireshark/wireshark.SlackBuild5
-rw-r--r--network/wireshark/wireshark.info6
3 files changed, 7 insertions, 6 deletions
diff --git a/network/wireshark/README b/network/wireshark/README
index 91d0d785455bb..7b9f4a600bd00 100644
--- a/network/wireshark/README
+++ b/network/wireshark/README
@@ -19,7 +19,7 @@ If you use a filesystem that supports posix capabilities, an easy way
to start wireshark as a normal user, while still providing it with
all of the access permissions it requires, is by issuing the following
command as root:
- # setcap cap_net_raw,cap_net_admin=eip /usr/bin/dumpcap
+ # setcap cap_net_raw,cap_net_admin=ep /usr/bin/dumpcap
One may also test if things are ok running this command as a normal
user:
diff --git a/network/wireshark/wireshark.SlackBuild b/network/wireshark/wireshark.SlackBuild
index d351220e55595..3b33475e04b54 100644
--- a/network/wireshark/wireshark.SlackBuild
+++ b/network/wireshark/wireshark.SlackBuild
@@ -32,7 +32,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=wireshark
-VERSION=${VERSION:-4.0.10}
+VERSION=${VERSION:-4.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -106,6 +106,7 @@ cd build
-DCMAKE_INSTALL_MANDIR=/usr/man \
-DCMAKE_INSTALL_DOCDIR=/usr/doc/$PRGNAM-$VERSION \
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
+ -DUSE_qt6=OFF \
-DCMAKE_BUILD_TYPE=Release ..
make
make install DESTDIR=$PKG
@@ -136,7 +137,7 @@ cp resources/freedesktop/org.wireshark.Wireshark.metainfo.xml $PKG/usr/share/met
rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS* COPYING ChangeLog INSTALL NEWS README* doc/READM* \
+cp -a AUTHORS* COPYING ChangeLog NEWS README* doc/READM* \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/network/wireshark/wireshark.info b/network/wireshark/wireshark.info
index 95ef48c761cd5..a37fd512cbbe2 100644
--- a/network/wireshark/wireshark.info
+++ b/network/wireshark/wireshark.info
@@ -1,8 +1,8 @@
PRGNAM="wireshark"
-VERSION="4.0.10"
+VERSION="4.2.0"
HOMEPAGE="https://www.wireshark.org/"
-DOWNLOAD="https://2.na.dl.wireshark.org/src/wireshark-4.0.10.tar.xz"
-MD5SUM="29d710e0cf96e26005bd13b9d1cd9384"
+DOWNLOAD="https://2.na.dl.wireshark.org/src/wireshark-4.2.0.tar.xz"
+MD5SUM="37658796acb4e7a04a84fa8c5393c9a1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lua"