diff options
author | Michiel van Wessem <michiel@slackbuilds.org> | 2012-06-28 16:36:55 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-06-28 16:36:55 -0400 |
commit | 8a34bdd46648a323b2135be8ded8324390d253cf (patch) | |
tree | b94f3eb0dc6cb79dfe510f9b4356d14161d07202 /network/wireshark | |
parent | 959107bf490970cca0484c490f682a304fc7b256 (diff) | |
download | slackbuilds-8a34bdd46648a323b2135be8ded8324390d253cf.tar.gz |
network/wireshark: Updated for version 1.8.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/wireshark')
-rw-r--r-- | network/wireshark/slack-desc | 10 | ||||
-rw-r--r-- | network/wireshark/wireshark.SlackBuild | 8 | ||||
-rw-r--r-- | network/wireshark/wireshark.info | 8 |
3 files changed, 12 insertions, 14 deletions
diff --git a/network/wireshark/slack-desc b/network/wireshark/slack-desc index d6f50ca17d..5450e8098f 100644 --- a/network/wireshark/slack-desc +++ b/network/wireshark/slack-desc @@ -8,12 +8,12 @@ |-----handy-ruler------------------------------------------------------| wireshark: WireShark (packet sniffer and protocol analyzer) wireshark: -wireshark: Wireshark (aka Ethereal) is a free packet sniffer computer -wireshark: application. It is used for network troubleshooting, analysis, -wireshark: software and communications, protocol development and education. +wireshark: Wireshark (aka Ethereal) is a free packet sniffer computer +wireshark: application. It is used for network troubleshooting, analysis, +wireshark: software and communications, protocol development and education. wireshark: -wireshark: Wireshark uses the cross-platform GTK+ widget toolkit. Its -wireshark: powerful features make it the tool of choice for network +wireshark: Wireshark uses the cross-platform GTK+ widget toolkit. Its +wireshark: powerful features make it the tool of choice for network wireshark: troubleshooting, protocol development, and education worldwide. wireshark: wireshark: diff --git a/network/wireshark/wireshark.SlackBuild b/network/wireshark/wireshark.SlackBuild index df0253246d..a3adf191ee 100644 --- a/network/wireshark/wireshark.SlackBuild +++ b/network/wireshark/wireshark.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for wireshark -# Copyright 2008-2011 Michiel van Wessem, Leicester, United Kingdom +# Copyright 2008-2012 Michiel van Wessem, Leicester, United Kingdom # Originally written by Jick Nan (jick.nan@gmail.com) # All rights reserved. # @@ -26,7 +26,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=wireshark -VERSION=${VERSION:-1.6.5} +VERSION=${VERSION:-1.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -83,10 +83,8 @@ CXXFLAGS="$SLKCFLAGS" \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --with-ssl=/usr/lib${LIBDIRSUFFIX} \ - --enable-threads \ - --disable-static \ - --disable-debug \ --disable-usr-local \ + --enable-packet-editor \ --build=$ARCH-slackware-linux make diff --git a/network/wireshark/wireshark.info b/network/wireshark/wireshark.info index f382e06f10..00faa7f009 100644 --- a/network/wireshark/wireshark.info +++ b/network/wireshark/wireshark.info @@ -1,10 +1,10 @@ PRGNAM="wireshark" -VERSION="1.6.5" +VERSION="1.8.0" HOMEPAGE="http://www.wireshark.org/" -DOWNLOAD="http://www.wireshark.org/download/src/all-versions/wireshark-1.6.5.tar.bz2" -MD5SUM="794948a10d387fc8e37d824ea11dbac9" +DOWNLOAD="http://www.wireshark.org/download/src/all-versions/wireshark-1.8.0.tar.bz2" +MD5SUM="3eca81253800a0089d0f957e75853b05" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Michiel van Wessem" EMAIL="michiel@slackbuilds.org" -APPROVED="rworkman" +APPROVED="dsomero" |