summaryrefslogtreecommitdiffstats
path: root/network/wireshark
diff options
context:
space:
mode:
Diffstat (limited to 'network/wireshark')
-rw-r--r--network/wireshark/README6
-rw-r--r--network/wireshark/wireshark.SlackBuild2
-rw-r--r--network/wireshark/wireshark.info6
3 files changed, 10 insertions, 4 deletions
diff --git a/network/wireshark/README b/network/wireshark/README
index df4dae5664..fab94ca257 100644
--- a/network/wireshark/README
+++ b/network/wireshark/README
@@ -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).
+
+Optional dependencies:
+- c-ares
+- portaudio
+- jack-audio-connection-kit
+- krb5
diff --git a/network/wireshark/wireshark.SlackBuild b/network/wireshark/wireshark.SlackBuild
index d9a7b884ea..2d80ef08c2 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.5}
+VERSION=${VERSION:-2.2.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/network/wireshark/wireshark.info b/network/wireshark/wireshark.info
index bf8e12a037..2f2ac21511 100644
--- a/network/wireshark/wireshark.info
+++ b/network/wireshark/wireshark.info
@@ -1,8 +1,8 @@
PRGNAM="wireshark"
-VERSION="2.2.5"
+VERSION="2.2.6"
HOMEPAGE="https://www.wireshark.org/"
-DOWNLOAD="http://wiresharkdownloads.riverbed.com/wireshark/src/all-versions/wireshark-2.2.5.tar.bz2"
-MD5SUM="749e7ca7606ae7df5c1ca8c62f93ff31"
+DOWNLOAD="http://wiresharkdownloads.riverbed.com/wireshark/src/all-versions/wireshark-2.2.6.tar.bz2"
+MD5SUM="2cd9a35c2df8c32668c1776784f074df"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="qt5 lua GeoIP"