mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/wireshark: Updated for version 1.12.2
Signed-off-by: Michiel van Wessem <michiel@slackbuilds.org>
This commit is contained in:
parent
50de1877e6
commit
505ce0c4cc
4 changed files with 11 additions and 5 deletions
|
@ -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
|
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
|
link libraries present in the old package, which will then be removed
|
||||||
when upgrading).
|
when upgrading).
|
||||||
|
|
||||||
|
WARNING: Wireshark will not compile currently on a sysytem that has QT4 AND
|
||||||
|
QT5 installed. The easiest way to fix this is to either 1) Build in a clean
|
||||||
|
enviroment or 2) Remove QT5 temporarily while building Wirehark so it links
|
||||||
|
properly against Slackware's own QT4.
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||||
|
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
wireshark: WireShark (packet sniffer and protocol analyzer)
|
wireshark: wireshark (packet sniffer and protocol analyzer)
|
||||||
wireshark:
|
wireshark:
|
||||||
wireshark: Wireshark (aka Ethereal) is a free packet sniffer computer
|
wireshark: Wireshark (aka Ethereal) is a free packet sniffer computer
|
||||||
wireshark: application. It is used for network troubleshooting, analysis,
|
wireshark: application. It is used for network troubleshooting, analysis,
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=wireshark
|
PRGNAM=wireshark
|
||||||
VERSION=${VERSION:-1.12.1}
|
VERSION=${VERSION:-1.12.2}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="wireshark"
|
PRGNAM="wireshark"
|
||||||
VERSION="1.12.1"
|
VERSION="1.12.2"
|
||||||
HOMEPAGE="http://www.wireshark.org/"
|
HOMEPAGE="http://www.wireshark.org/"
|
||||||
DOWNLOAD="http://wiresharkdownloads.riverbed.com/wireshark/src/all-versions/wireshark-1.12.1.tar.bz2"
|
DOWNLOAD="http://wiresharkdownloads.riverbed.com/wireshark/src/all-versions/wireshark-1.12.2.tar.bz2"
|
||||||
MD5SUM="14b3e3d8979d1eb27ff085bb5f400e67"
|
MD5SUM="2f2a16be8b087227cb17733c72288ae4"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue