network/wireshark: Updated for version 2.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b4387de109
commit
7f157938e2
|
@ -26,5 +26,7 @@ when upgrading).
|
|||
Optional dependencies:
|
||||
- c-ares
|
||||
- portaudio
|
||||
- jack-audio-connection-kit
|
||||
- krb5
|
||||
- spandsp
|
||||
- snappy
|
||||
- lz4
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
# Modified by Mario Preksavec <mario@slackware.hr>
|
||||
|
||||
PRGNAM=wireshark
|
||||
VERSION=${VERSION:-2.2.7}
|
||||
VERSION=${VERSION:-2.4.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -63,7 +63,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
@ -91,6 +91,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--with-ssl=/usr/lib${LIBDIRSUFFIX} \
|
||||
--enable-packet-editor \
|
||||
--enable-setuid-install \
|
||||
--with-gtk=3 \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="wireshark"
|
||||
VERSION="2.2.7"
|
||||
VERSION="2.4.0"
|
||||
HOMEPAGE="https://www.wireshark.org/"
|
||||
DOWNLOAD="https://2.na.dl.wireshark.org/src/wireshark-2.2.7.tar.bz2"
|
||||
MD5SUM="a4d880554c7f925dafef60fa313b580d"
|
||||
DOWNLOAD="https://1.as.dl.wireshark.org/src/wireshark-2.4.0.tar.xz"
|
||||
MD5SUM="655106f8cf3bb8f521336d3a8ab5b10b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="qt5 lua GeoIP"
|
||||
|
|
Loading…
Reference in New Issue