summaryrefslogtreecommitdiffstats
path: root/network/wireshark
diff options
context:
space:
mode:
Diffstat (limited to 'network/wireshark')
-rw-r--r--network/wireshark/slack-desc8
-rw-r--r--network/wireshark/wireshark.SlackBuild7
-rw-r--r--network/wireshark/wireshark.info8
3 files changed, 17 insertions, 6 deletions
diff --git a/network/wireshark/slack-desc b/network/wireshark/slack-desc
index b0a1107e02..6650cb9335 100644
--- a/network/wireshark/slack-desc
+++ b/network/wireshark/slack-desc
@@ -1,3 +1,11 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|'
+# on the right side marks the last column you can put a character in. You must
+# make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
wireshark: WireShark (formerly knows as Ethereal)
wireshark:
wireshark: Same developers, same code, different name. The Ethereal network
diff --git a/network/wireshark/wireshark.SlackBuild b/network/wireshark/wireshark.SlackBuild
index 1b18d673cd..938c15d61f 100644
--- a/network/wireshark/wireshark.SlackBuild
+++ b/network/wireshark/wireshark.SlackBuild
@@ -6,9 +6,9 @@
# Modified by the SlackBuilds.org project
PRGNAM=wireshark
-VERSION=0.99.5
+VERSION=0.99.6
ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
@@ -36,6 +36,9 @@ CXXFLAGS="$SLKCFLAGS" \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
+ --mandir=/usr/man \
+ --with-ssl=/usr/lib \
+ --enable-threads \
|| exit 1
make || exit 1
diff --git a/network/wireshark/wireshark.info b/network/wireshark/wireshark.info
index 9dcb766151..69d700f029 100644
--- a/network/wireshark/wireshark.info
+++ b/network/wireshark/wireshark.info
@@ -1,8 +1,8 @@
PRGNAM="wireshark"
-VERSION="0.99.5"
+VERSION="0.99.6"
HOMEPAGE="http://www.wireshark.org/"
-DOWNLOAD="http://www.wireshark.org/download/src/all-versions/wireshark-0.99.5.tar.gz"
-MD5SUM="d034fc3936d16cfc3becac2daec9f591"
+DOWNLOAD="http://www.wireshark.org/download/src/all-versions/wireshark-0.99.6.tar.gz"
+MD5SUM="d9c723032c424b3a210a0426167e9732"
MAINTAINER="Jick Nan"
EMAIL="jick.nan@gmail.com"
-APPROVED="rworkman"
+APPROVED="BP{k}"