Skip to Content.
Sympa Menu

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

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 (0cdb7db79922e859bef706cab8f14555b51f5198)
  • Date: Tue, 28 May 2013 18:04:34 -0500

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

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

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

wireshark: removed obsolete options and dependencies

diff --git a/security/wireshark/CONFIGURE b/security/wireshark/CONFIGURE
index 5d4e1cc..39fe54f 100755
--- a/security/wireshark/CONFIGURE
+++ b/security/wireshark/CONFIGURE
@@ -1,13 +1,12 @@
+# remove obsolete options from WIRESHARK_OPTS
+list_remove WIRESHARK_OPTS '--enable-threads' &&
+list_remove WIRESHARK_OPTS '--disable-threads' &&
+
config_query_option WIRESHARK_OPTS \
"Enable IPv6?" y \
"--enable-ipv6" \
"--disable-ipv6" &&

config_query_option WIRESHARK_OPTS \
- "Enable threads support?" n \
- "--enable-threads" \
- "--disable-threads" &&
-
-config_query_option WIRESHARK_OPTS \
"Install dumpcap as setuid?" n \
"--enable-setuid-install" ""
diff --git a/security/wireshark/DEPENDS b/security/wireshark/DEPENDS
index 22b916d..2ef7b10 100755
--- a/security/wireshark/DEPENDS
+++ b/security/wireshark/DEPENDS
@@ -10,10 +10,6 @@ optional_depends zlib \
"--with-zlib" "--without-zlib" \
"to read compressed data" &&

-optional_depends pcre \
- "--with-pcre" "--without-pcre" \
- "for dfilter regular expressions support" &&
-
optional_depends libcap \
"--with-libcap" "--without-libcap" \
"for POSIX.1e capabilities management" &&
diff --git a/security/wireshark/HISTORY b/security/wireshark/HISTORY
index c5cf9a2..008d7af 100644
--- a/security/wireshark/HISTORY
+++ b/security/wireshark/HISTORY
@@ -1,3 +1,7 @@
+2013-05-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * CONFIGURE: dropped obsolete flags
+ * DEPENDS: pcre support has been switched to glib2 implementation
+
2013-05-18 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.8.7, SECURITY_PATCH=43




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0cdb7db79922e859bef706cab8f14555b51f5198), Vlad Glagolev, 05/28/2013

Archive powered by MHonArc 2.6.24.

Top of Page