[Lunar-commits] <moonbase-other> wireshark: version bumped to 1.12.2.

Florin Braescu florin at lunar-linux.org
Thu Nov 13 12:11:01 CET 2014


commit 96aec3bab548e8d25684ff74958f268ff893f451
Author: Florin Braescu <florin at lunar-linux.org>
Date: Thu, 13 Nov 2014 13:10:38 +0200
URL: https://github.com/lunar-linux/moonbase-other/commit/96aec3bab548e8d25684ff74958f268ff893f451

wireshark: version bumped to 1.12.2.
---
  net/wireshark/DEPENDS | +14/-5    
  net/wireshark/DETAILS | +3/-3     
  2 files changed, 17 insertions(+), 8 deletions(-)

--- a/net/wireshark/DEPENDS
+++ b/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"
--- a/net/wireshark/DETAILS
+++ b/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




More information about the Lunar-commits mailing list