Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (7fa212cd3871ab308555dc8a2ca73b58ec849725)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (7fa212cd3871ab308555dc8a2ca73b58ec849725)
  • Date: Wed, 1 Sep 2010 07:45:13 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

security/wireshark/CONFIGURE | 4 ++--
security/wireshark/DEPENDS | 16 +++++++++-------
security/wireshark/HISTORY | 4 ++++
3 files changed, 15 insertions(+), 9 deletions(-)

New commits:
commit 7fa212cd3871ab308555dc8a2ca73b58ec849725
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

wireshark: post-update fixes

diff --git a/security/wireshark/CONFIGURE b/security/wireshark/CONFIGURE
index 37301d5..cf67d9b 100755
--- a/security/wireshark/CONFIGURE
+++ b/security/wireshark/CONFIGURE
@@ -1,8 +1,8 @@
config_query_option WIRESHARK_OPTS \
- "enable IPv6?" y \
+ "Enable IPv6?" y \
"--enable-ipv6" \
"--disable-ipv6" &&

config_query_option WIRESHARK_OPTS \
- "install dumpcap as setuid?" n \
+ "Install dumpcap as setuid?" n \
"--enable-setuid-install" ""
diff --git a/security/wireshark/DEPENDS b/security/wireshark/DEPENDS
index 3eb495b..c79165f 100755
--- a/security/wireshark/DEPENDS
+++ b/security/wireshark/DEPENDS
@@ -2,6 +2,10 @@ depends glibc "--enable-threads" &&
depends glib2 &&
depends libpcap &&

+optional_depends gtk+2 \
+ "--enable-wireshark" "--disable-wireshark" \
+ "for GTK+2 GUI support" &&
+
optional_depends zlib \
"--with-zlib" "--without-zlib" \
"to read compressed data" &&
@@ -30,6 +34,10 @@ optional_depends libgcrypt \
"--with-gcrypt" "--without-gcrypt" \
"for gcrypt library support" &&

+optional_depends python \
+ "--with-python" "--without-python" \
+ "for Python scripting support" &&
+
optional_depends lua \
"--with-lua" "--without-lua" \
"for Lua scripting support" &&
@@ -48,10 +56,4 @@ optional_depends adns \

optional_depends libsmi \
"--with-libsmi" "--without-libsmi" \
- "to do more sophisticated decoding of SNMP packets" &&
-
-optional_depends gtk+2 "" "" "for GTK+2 GUI support" &&
-
-if ! is_depends_enabled $SPELL gtk+2; then
- optional_depends gtk "--disable-gtk2" "" "for GTK+1 GUI support"
-fi
+ "to do more sophisticated decoding of SNMP packets"
diff --git a/security/wireshark/HISTORY b/security/wireshark/HISTORY
index 4c24a5c..4066491 100644
--- a/security/wireshark/HISTORY
+++ b/security/wireshark/HISTORY
@@ -1,3 +1,7 @@
+2010-09-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * CONFIGURE: sentence case
+ * DEPENDS: added python dependency; only GTK+2 is supported
+
2010-08-30 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.4.0




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (7fa212cd3871ab308555dc8a2ca73b58ec849725), Vlad Glagolev, 09/01/2010

Archive powered by MHonArc 2.6.24.

Top of Page