Skip to Content.
Sympa Menu

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

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 (c8a0fd0fb7aeff94548c10ea1855b1c0d884ba25)
  • Date: Wed, 28 Oct 2009 02:45:21 -0500

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

security/wireshark/BUILD | 2 +-
security/wireshark/CONFIGURE | 7 ++++++-
security/wireshark/DEPENDS | 30 +++++++++++++++++++++++++-----
security/wireshark/HISTORY | 3 +++
4 files changed, 35 insertions(+), 7 deletions(-)

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

wireshark: additional changes

diff --git a/security/wireshark/BUILD b/security/wireshark/BUILD
index 2ae2bc2..ef8bf7b 100755
--- a/security/wireshark/BUILD
+++ b/security/wireshark/BUILD
@@ -1,3 +1,3 @@
-OPTS="$OPTS $WIRESHARK_SETUID" &&
+OPTS="$WIRESHARK_OPTS $OPTS" &&

default_build
diff --git a/security/wireshark/CONFIGURE b/security/wireshark/CONFIGURE
index b3adda8..37301d5 100755
--- a/security/wireshark/CONFIGURE
+++ b/security/wireshark/CONFIGURE
@@ -1,3 +1,8 @@
-config_query_option WIRESHARK_SETUID \
+config_query_option WIRESHARK_OPTS \
+ "enable IPv6?" y \
+ "--enable-ipv6" \
+ "--disable-ipv6" &&
+
+config_query_option WIRESHARK_OPTS \
"install dumpcap as setuid?" n \
"--enable-setuid-install" ""
diff --git a/security/wireshark/DEPENDS b/security/wireshark/DEPENDS
index f8628d0..41c2c12 100755
--- a/security/wireshark/DEPENDS
+++ b/security/wireshark/DEPENDS
@@ -4,23 +4,43 @@ depends libpcap &&

optional_depends pcre \
"--with-pcre" "--without-pcre" \
- "for dfilter regular expressions support" &&
+ "for dfilter regular expressions support" &&

optional_depends libcap \
"--with-libcap" "--without-libcap" \
- "for POSIX.1e capabilities management" &&
+ "for POSIX.1e capabilities management" &&

optional_depends openssl \
"--with-ssl" "--without-ssl" \
- "use SSL crypto library" &&
+ "use SSL crypto library" &&
+
+optional_depends gnutls \
+ "--with-gnutls" "--without-gnutls" \
+ "for GNUTLS library support" &&
+
+optional_depends krb5 \
+ "--with-krb5" "--without-krb5" \
+ "for Kerberos usage" &&
+
+optional_depends libgcrypt \
+ "--with-gcrypt" "--without-gcrypt" \
+ "for gcrypt library support" &&

optional_depends lua \
"--with-lua" "--without-lua" \
- "for Lua scripting support" &&
+ "for Lua scripting support" &&
+
+optional_depends geoip \
+ "--with-geoip" "--without-geoip" \
+ "for GeoIP location support" &&
+
+optional_depends c-ares \
+ "--with-c-ares" "--without-c-ares" \
+ "for asynchronous (non-blocking) name resolution via
c-ares" &&

optional_depends adns \
"--with-adns" "--without-adns" \
- "for asynchronous (non-blocking) name resolution" &&
+ "for asynchronous (non-blocking) name resolution via adns"
&&

optional_depends libsmi \
"--with-libsmi" "--without-libsmi" \
diff --git a/security/wireshark/HISTORY b/security/wireshark/HISTORY
index 1794313..c2a7771 100644
--- a/security/wireshark/HISTORY
+++ b/security/wireshark/HISTORY
@@ -1,6 +1,9 @@
2009-10-28 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.2.3, SECURITY_PATCH++
http://www.wireshark.org/security/wnpa-sec-2009-07.html
+ * DEPENDS: removed tabs, added some opt deps
+ * CONFIGURE: use WIRESHARK_OPTS, added IPv6 support selection
+ * BUILD: use WIRESHARK_OPTS

2009-09-16 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.2.2, SECURITY_PATCH++



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c8a0fd0fb7aeff94548c10ea1855b1c0d884ba25), Vlad Glagolev, 10/28/2009

Archive powered by MHonArc 2.6.24.

Top of Page