Skip to Content.
Sympa Menu

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

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 (941b48adf4710edd17b56f9c56977b433f57858a)
  • Date: Sun, 30 Mar 2008 16:36:50 -0500

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

security/wireshark/BUILD | 3 +++
security/wireshark/CONFIGURE | 3 +++
security/wireshark/HISTORY | 3 +++
3 files changed, 9 insertions(+)

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

wireshark: added setuid option

diff --git a/security/wireshark/BUILD b/security/wireshark/BUILD
new file mode 100755
index 0000000..2ae2bc2
--- /dev/null
+++ b/security/wireshark/BUILD
@@ -0,0 +1,3 @@
+OPTS="$OPTS $WIRESHARK_SETUID" &&
+
+default_build
diff --git a/security/wireshark/CONFIGURE b/security/wireshark/CONFIGURE
new file mode 100755
index 0000000..b3adda8
--- /dev/null
+++ b/security/wireshark/CONFIGURE
@@ -0,0 +1,3 @@
+config_query_option WIRESHARK_SETUID \
+ "install dumpcap as setuid?" n \
+ "--enable-setuid-install" ""
diff --git a/security/wireshark/HISTORY b/security/wireshark/HISTORY
index d65606a..6d6ef42 100644
--- a/security/wireshark/HISTORY
+++ b/security/wireshark/HISTORY
@@ -1,3 +1,6 @@
+2008-03-31 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD, CONFIGURE: added setuid option
+
2008-03-30 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.0.0, SECURITY_PATCH=8
http://www.wireshark.org/security/wnpa-sec-2008-02.html



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (941b48adf4710edd17b56f9c56977b433f57858a), Vlad Glagolev, 03/30/2008

Archive powered by MHonArc 2.6.24.

Top of Page