Skip to content

Commit

Permalink
wireshark: version bumped to 1.12.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
florin65 committed Nov 13, 2014
1 parent 3072411 commit 96aec3b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
19 changes: 14 additions & 5 deletions net/wireshark/DEPENDS
@@ -1,7 +1,16 @@
depends gtk+-2
depends libpcap
depends openssl
depends glib-2

optional_depends "libcap" "--with-libcap" "--without-libcap" "for POSIX 1003.1e support"
optional_depends "libpcap" "--with-pcap" "--without-pcap" "for libpcap support"
optional_depends "openssl" "--with-ssl" "--without-ssl" "for SSL support"
optional_depends "libgcrypt" "--with-gcrypt=yes" "--with-gcrypt=no" "for libgcrypt support"
optional_depends "gnutls" "--with-gnutls=yes" "--with-gnutls=no" "for SSL/TLS support"
optional_depends "heimdal" "--with-krb5" "--without-krb5" "Kerberos 5 support"
optional_depends "portaudio" "--with-portaudio" "--without-portaudio" "Enable RPC playback support (needed for VoIP sniffing)"
optional_depends "krb5" "--with-krb5" "--without-krb5" "for Kerberos 5 support"
optional_depends "portaudio" "--with-portaudio" "--without-portaudio" "enable RPC playback support (needed for VoIP sniffing)"
optional_depends "libnl3" "--with-libnl=3" "--without-libnl" "for libnl3 support"
optional_depends "qt4" "--with-qt=yes" "--with-qt=no" "for Qt 4.x based frontend"
optional_depends "gtk+-2" "--with-gtk2=yes" "--with-gtk2=no" "for GTK 2.x based frontend (select this or the next gtk+-3 one, not both)"
optional_depends "gtk+-3" "--with-gtk3=yes" "--with-gtk3=no" "for GTK 3.x based frontend (select this or the previous gtk+-2 one, not both)"

# To be tested
#optional_depends "lua" "--with-lua" "--without-lua" "for Lua support"
6 changes: 3 additions & 3 deletions net/wireshark/DETAILS
@@ -1,11 +1,11 @@
MODULE=wireshark
VERSION=1.12.1
VERSION=1.12.2
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=http://www.wireshark.org/download/src
SOURCE_VFY=sha256:82b26bd416ec15903b27785e35a622687008a743342054e96eaaeaa249be584b
SOURCE_VFY=sha256:30ae16b408a592642ce3a84dd9877d24df7a6dae8da4847486965190039df292
WEB_SITE=http://www.wireshark.org
ENTERED=20061104
UPDATED=20140927
UPDATED=20141113
SHORT="A network protocol analyzer"

cat << EOF
Expand Down

0 comments on commit 96aec3b

Please sign in to comment.